#venkateshjsoft
1 messages · Page 1 of 1 (latest)
hi, what was the question?
im using stripe as payment provider and for the subscription and billings im using third party
i want to know if stripe has any feature to retry the payment, if payment failed due to invalid payment method or insufficient fund etc)
i want stripe to retry again after certain interval
can we leverage this, without opting subscription or billlig?
no
as i said before im using stripe only for making payments
then you have to build that retry logic yourself and just call the API to attempt payments when your system decides to
got it