How I can implementing recurring payments in Paypal Braintree I have already implemented normal ontime payment with it, now I require to implement recurring payments too.
I follow this
Client-side
https://developer.paypal.com/docs/archive/checkout/how-to/braintree-integration/#1-set-up-your-client
Server-side
https://developer.paypal.com/docs/archive/checkout/how-to/braintree-integration/#2-set-up-your-server-to-call-the-braintree-sdk
I am using Sandbox account of PayPal
Please guide me, how to implement it.