#venkateshjsoft
1 messages · Page 1 of 1 (latest)
How can I help?
we have process to retry failed payments
we sent email to users to retry
I want to know if there an URL i can give to user so they can directly pay the money
How exactly are you integrated? Are you using PaymentIntents API or something else?
Are these payments for a subscription?
we are using paymentintent api
we have our own subscrptiion mode
we are not using stripe for billing or subscripitons
when we charge the customer during renewal, for some reason if its failed we will send remidner email
Got it. So in that case, there won't be any Stripe hosted surfaces where the customer can go and just pay.
You'd need to build your own UI/Page for this