#Asad
1 messages · Page 1 of 1 (latest)
Hi there!
hi
Can you clarify what you mean by "retry-payment feature"?
like i want a button on my platform which will retry the payment that was previously failed
i can do it manually in stripe dashboard,but i want to achieve this in my platform.
For what types of payments? Ones created by subscriptions or invoices?
yupp
I think you need to retrieve the invoice and call the /pay endpoint: https://stripe.com/docs/api/invoices/pay
will this work for failed payments?
and how it'll take the credit-card number and cvc?or it will paid with the same credentials (card number +cvc) ?
Let me run some tests. But another option is to send customers the hosted_invoice_url so they can re-enter their payment details https://stripe.com/docs/api/invoices/object?lang=node#invoice_object-hosted_invoice_url
didn't get that
Hi there 👋 I'm jumping in as my teammate needed to step away. Can you tell me a bit more about the flow that you're trying to build? Do you want your customers to be able to provide new payment method information, or do you want to only give them the ability to retry the payment using the same payment method?
i've build a platform,where i am getting the failed payments of a specific user. I want to re-payment those failed payments using my own django web platform