I want to implement subscription functionality.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I want to implement subscription functionality. I first create a subscription plan using v1/billing/plans and obtain a plan_id. Each time a user places an order, I create a subscription using https://api-m.paypal.com/v1/billing/subscriptions, obtain a subscriptions_id, store it in the database for later retrieval to mark which user is a member of which order, and return a link with ref=approve to execute the subscription payment successfully. My webhook does not seem to have a callback event for 'Payment sale completed.' Currently, I can only mark the subscription as paid and extend the user's membership by using BILLING.SUBSCRIPTION.ACTIVATED. How can I correctly monitor subscriptions? Do I need to call https://api-m.paypal.com/v1/billing/subscriptions/{id}/capture? If so, at what point should I call it?

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Subscription API doesn't support updates? in REST APIs
- Best solution for recurring monthly payments in REST APIs
- Subscription API do not redirect after payment confirmation in Sandbox Environment
- Urgent Assistance - PayPal Integration (Monthly Recurring Payment) in PayPal Payments Standard
- How to enable/disable Pay Later when using HTML Form Basics for PayPal Payments Standard in PayPal Payments Standard