[Vuejs]-PayPal Subscription Integration | Confusion with Capturing Funds

0👍

When a PayPal Subscription is approved by the payer, it will become active and bill (capture) automatically. This will be immediate if no start_date is specified.

There is no server-side activation and hence no need for an actions.restart() equivalent.

(An exception to this is if you override the application_context’s user_action; this changes the verbiage to indicate you are going to show a review page, and do the activation with an API call)


Cancellations are done using API calls, not the JS SDK.

Leave a comment