#himel_code
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1266038382958477397
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Do you have a sample invoice id I can look at?
What payment method type is this exactly?
ACH debit!
Do you have a sample invoice id I can look at?
No problem
Sorry in multiple threads
Will look
Ah you used the bank account that purposefully throws that error in test mode
Yeah
So in livemode, the customer would need to reach out to their bank to find out why it's not authorized
But you'd need to collect bank account again to continue payment
When debit is not authorized the mandate is revoked
So you'd need to set up their bank account again
so if they contact thier bank and they authorized and the user again have to add the payment method??
Generally if debit is not authorized, the customer blocked it with their bank
But yeah they need to add payment method again
Above error means the mandate they agreed to was revoked
so then we might have duplicate payment method right! i mean have mendate invoked and one which just added what should be done to mendate invoked one!
You can detach payment method if you don't want duplicate
Let me confirm with a colleague really quick
There might be a way to renew mandate on the existing payment method
Yeah that was i thinking it should have a way to remandate !!
Ok cool got confirmation you can just create a new mandate. This doc is about disputes, but the principle is the same: https://docs.stripe.com/payments/ach-debit/accept-a-payment#resolving-disputes. Basically you'd need to call confirm payment intent for the payment intent on the invoice passing both mandate_data and the payment_method