I have subscription based recurring payments on my website using Paypal. User is charged successfully on first subscription. How can I test if my subscription payment will be deducted successfully after one month?
Do I have to wait for one month to see what happens next?
How can I test it?
This is very simple in Stripe using test clock feature.Any similar feature exists in Paypal?
I am expecting to deduct my subscription payment using any button or any URL so that I can complete my development in sandbox environment.