I’m working on an e-commerce app and I’m using Stripe for payments. I need to figure out how to handle situations where customer payments fail because the card is declined (I’m intentionally triggering these failed payments for testing purposes). I want to give customers the option to retry these failed payments.
I’ve checked the official Stripe documentation and other forums, but I couldn’t find anything about retrying payments for subscription-type payments. It seems strange that there’s no information on this. I am interested in checkout payments.