paystack-python icon indicating copy to clipboard operation
paystack-python copied to clipboard

Feature Suggestion: Subscription --> Email a customer a link for updating the card on their subscription

Open sharhan-alhassan opened this issue 7 months ago • 0 comments


name: Subscription -- Generate a link for updating the card on a subscription about: Suggest an idea for this project title: 'Feature: Resource to Generate a link for updating the card on a subscription' labels: new feature ✨ assignees: ''


🙁 Is your feature request related to a problem? Please describe.

  • Resource implementation of emailing a user a Link to to update their subscription details "Generate a link for updating the card on a subscription"
  • This endpoint implementation is not captured in this paystack-python as of version 2.1.2

🤩 Describe the solution you'd like

  • Implement the resource that takes in the "subscription_code" as a path parameter
  • Response returns True if the email link is successfully sent to the customer/user

😑 Describe alternatives you've considered

  • Manually make requests to the source endpoint at url="https://api.paystack.co/subscription/{code}/manage/email"

Acceptance Criteria ✅ The following items should be accomplished to consider this feature complete

  • [x] Make a PR to solve this issue. PR #98
  • [x] Document the problem, process and resolution
  • [x] Write test cases for the problem

**Additional context (screenshots, explainer videos etc) ** None

sharhan-alhassan avatar Jul 25 '24 02:07 sharhan-alhassan