#dishant_api
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/1278289473624342558
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
I am submitting payment directly via code not from stripe.confirmPayment
Hi there!
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_zaeT64uFFIuG7l
The issue here is that you collected the PaymentMethod without a mandate
I invite you to follow this guide in order to correctly collect/save the ACH payment method using SetupIntent:
https://docs.stripe.com/payments/ach-debit/set-up-payment
So that you have a mandate attached to the resulting PaymentMethod
the bank selection popup is coming and from there I am approving the payment, does that not a proper flow?
based on your provided link I think at the end I have to confirm the payment using stripe.js
Is that correct?
Correct.
Got it
Is there any way apart from stripe.js to confirm the payment?
Stripe Checkout. The difference is that it's hosted by Stripe: https://docs.stripe.com/payments/accept-a-payment?platform=web&ui=stripe-hosted
ohhkk
I am using stripe payment element so I think I have to use stripe.js to confirm
thank you for the information
Correct.
Happy to help.