#Nate.tsg
1 messages · Page 1 of 1 (latest)
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Thanks for the ID
From the logs I can see that this payment_method was detached from the customer https://dashboard.stripe.com/test/logs/req_nV915nCHoN5F0J
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
and that's why you can't use this payment_method again.
I have detached it after the request failed
Ah you are right, sorry for the oversight.
No issue, could it be any other issue
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!
Thanks, help would be great, the above request failed with mandate is required I am not sure how to include that
It look like you are collecting the bank account details but you are not collecting the mandate acknowledgment, could you share more details about your integration/ payment flow ?
Probably you are missing this step, if you are using Direct Stripe APIs:
https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=API#web-collect-mandate-and-submit
I am using payment element, using setupIntent from the server
I am not collecting mandatei thought that was handled if I used payment element
In fact, you need to acknowledge the mandate in order to use it later:, you can follow this link in order to save and acknowledge ACH Direct Debit (using SetupIntent)
https://stripe.com/docs/payments/ach-debit/set-up-payment
Alright thanks will follow through
One last question, does the above work with payment element cause I am also collecting card
If you need to work with card also, probably you should follow this link:
https://stripe.com/docs/payments/save-and-reuse?platform=web#web-collect-payment-details
And in your setup_intent, sepcify card and us_bank_account
https://stripe.com/docs/api/setup_intents/create#create_setup_intent-payment_method_types