#alexcyw - Checkout + BACS Debit
1 messages ยท Page 1 of 1 (latest)
Looking in to it
When you create your Checkout Seion currently, are you specifying payment_method_types or are you letting those get chosen automatically?
get chosen automatically by the Checkout feature
we would turn on different payments
and it will just appear in the Checkout pagee
so trying to do the BACS but that doesn't appear
Are these GBP payments with Checkout?
yes
could it be related to this?
we do get this warning
But we're not sure how to diagnose this
How are you currently making your Checkout Sessions?
Are you using the slightly older version of Checkout with checkout.js?
Or are you making a server side call to create a Checkout Session?
is there a way to check which version of Checkout we're using?
right
Gotcha. So automatic payment method should be able to display BACS when appropriate
Out of curiousity, what page does the "get instructions"page take you to?
Can you send me the ID of that Checkout Session?
how do I do that please?
Thank you. Checking in to that
Other threads got busy and I have been hopping around. Taking a look at this one now
no prob thanks!
hi @glacial cliff i need to go soon - i think this link still work?
Yes it should. I am still not quite sure why BACS is not showing up there. Things seem to be set up properly
Hi ๐ jumping in real quick.
Looking at the creation request for that checkout session, card seems to have been the only value passed into payment_method_types.
To include BACS you'll need to update your code that generates those sessions to include the additional payment method types that you want:
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_method_types
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Any time!