#brianc - payment methods
1 messages ยท Page 1 of 1 (latest)
hey again
Can you share the failing request id?
like req_1234
for us to take a look?
{<Stripe.StripeResponse status=400 Request-Id=req_OVBTCzJ3DNrWmI Date=2022-05-18T20:40:52>}
thanks - taking a look
Hello! I don't believe Bancontact works with Checkout in setup mode, but it does work with a Setup Intents integration.
So you would need to follow this guide instead of using Checkout, for example: https://stripe.com/docs/payments/save-and-reuse?platform=web
Thanks. Is there a place we can see what payment methods actually work using checkout for setup/off_session payments?
https://stripe.com/docs/payments/payment-methods/integration-options#additional-api-supportability seems to sayt it does but clearly not.
cards work. We know that
That table is for API support, not Checkout support.
OK. Where is the chckout support/ Thanks
The table above that talks about Checkout, but unfortunately it does not cover Checkout in setup mode: https://stripe.com/docs/payments/payment-methods/integration-options#payment-method-product-support
Correct. Where can we find informatoin on that or should we jyst assume only cards
However, generally speaking, I believe Checkout in setup mode has the same support as Checkout in subscription mode on that table.
Thanks. Is there a place where we can find out for sure?
What are you trying to find out for sure exactly? If Checkout supports Bancontact in setup mode?
The fastest way would probably be to create a Checkout Session in setup mode with the payment_method_types set to the type you're curious about and see if you get an error back or not, like the error you got for Bancontact.
Right. Thanks we were hoping to not have to do that. As it stands it looks like nothing other than cards is supported for transactions where there is no delayed payment. If we had this in documentation it would have saved us hours ๐
I will flag the documentation gap internally. ๐
Much appreciated
Flagged internally!
Invalid payment_method_types[1]: must be one of card, acss_debit, afterpay_clearpay, alipay, au_becs_debit, bacs_debit, bancontact, boleto, eps, fpx, giropay, grabpay, ideal, klarna, konbini, oxxo, p24, paynow, sepa_debit, sofort, us_bank_account, or wechat_pay
Sent sepa_debit and we are getting this error
Can you give me the request ID showing that error?
{<Stripe.StripeResponse status=400 Request-Id=req_K8xi1bOKFId4ER Date=2022-05-18T21:46:25>}
You sent sepa_debit, not sepa_debit (note the space at the beginning).