How do you know if a user has paid for a subscription

That tutorial uses a deprecated SDK that only works with the previous version of PayPal Subscriptions. Do not follow anything in that tutorial, it is no good. For the current version of PayPal Subscriptions, the button described there will activate the subscription on the client side. You can instead set up your button and use … Read more

Paypal REST API Adaptive / Multiple Payments (change payee)

Ok, after some extensive googling, I managed to find the answer here This general model enables us to easily add support for variety of payment models in the future (Parallel, Chained, etc). The Payee could be a funding instrument (like a Credit/Debit Card,) or a PayPal account (wallet) itself. The Payee could be set explicitly … Read more

tech