Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PayPal's Recurring Payments, Skipped will retry in 5 days time. How do I make it try now?

So, if I am using PayPal for a subscription to a website/service/software and my payment skips because my card expired or there isn't enough funds.

How do I as a user make the payment try and get the money again after fixing my paypal/bank account without having to wait 3-5 days for it to try again?

like image 400
Ryflex Avatar asked Nov 08 '22 00:11

Ryflex


1 Answers

From a user point of view; based on this discussion I assume there is a bunch of hard-coded rules in PayPal and that is just one of them. It seams to me like this cannot be overridden by user. If you need to pay someone immediately, it might be worth doing it manually and then requesting a refund for future retry from PayPal.

From the developer point of view; this or this might be helpful/related to the topic, but don't explicitly answer the question.

like image 95
MarcinKonowalczyk Avatar answered Jan 04 '23 02:01

MarcinKonowalczyk