Reputation: 1416
I have some questions about subscription functionality using REST API. We have implemented recurring payments using "Express Checkout NVP/SOAP Integration" but for us it isn't optimal, because:
That's why I want to rewrite it with REST API. I think the flow will be like:
My questions are:
Upvotes: 4
Views: 1341
Reputation: 788
Let me see if I can answer your questions and provide some samples.
I've also created some new quickstart guides on the site that should help through creating the billing plan and agreements:
I have a more practical example of this billing plan / agreement integration in a Slack bot payment sample, if that helps: https://developer.paypal.com/docs/api/service-integrations/slack-bot/subscribe/
Upvotes: 11