#niraj-p_error
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/1351145405555015710
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Bancontact is supported with SetupIntent
And here is a guide:
https://docs.stripe.com/payments/bancontact/set-up-payment
I'd recommend sharing the req_xxx ID where you see that error and we can go from there
req_qhNFScbvQdRvvm
Yeah, you need to follow the guide and the URL my colleague linked. Bancontact PMs are one-time only, the reusable part is facilitated by SEPA
Okay
So can you please guide me how to take one-time payment using Bancontact PM and setup intent?
No need for a Setup Intent if it's a one-off payment
Yes i know when use checkout session then no need for setup intent but my payment flow is based on setup intent.
Because my requirement is single page checkout which is not possible using checkout session so i have design flow using setup intent.
I have first created the setup intent and using setup intent client secret mount the payment element for confirm setup intent and then create customer and attach payment method and other things like invoice create, finalize etc.
Yeah, but as we've explained you can't do that with a Bacontact (and other) PMs as they're not reusable. You shouldn't attach them post confirmation, you should set the customer parameter on creation of the Setup Intent and that handles the flow for you just like the guides show
Okay i understand,
But i can not attach customer on setup intent creation.
I have try it with Bancontact PMs not attach to customer and make the one-time payment but getting above error
The customer does not have a payment method with the ID pm_1R3c5vHvL9HTkSaBTTzB8N0I. The payment method must be attached to the customer.
Can you please guide me any solution which compatible with my functionality.
Can you share the ID (req_xxx) of the API request? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site 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.
req_6hKp8WX1giCD7E
Makes sense because pm_1R3c5vHvL9HTkSaBTTzB8N0I doesn't belong to the same customer the invoice was created for. It needs to be attached/saved in order to pay an invoice
Follow the guide here, as recommended by my colleague