#alexcyw - Checkout + BACS Debit

1 messages ยท Page 1 of 1 (latest)

glacial cliff
#

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?

real cape
#

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

glacial cliff
#

Are these GBP payments with Checkout?

real cape
#

yes

#

could it be related to this?

#

we do get this warning

#

But we're not sure how to diagnose this

glacial cliff
#

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?

real cape
#

is there a way to check which version of Checkout we're using?

glacial cliff
#

Does your UI look like the image on the left or the right?

real cape
#

right

glacial cliff
#

Gotcha. So automatic payment method should be able to display BACS when appropriate

real cape
#

this is how it looks like at the moment

glacial cliff
#

Out of curiousity, what page does the "get instructions"page take you to?

real cape
#

but I have already enabled BACS

#

but it's not showing BACS

glacial cliff
#

Can you send me the ID of that Checkout Session?

real cape
#

how do I do that please?

glacial cliff
#

It will look like cs_123 or cs_test_123

#

It should be in the URL I think

glacial cliff
#

Thank you. Checking in to that

real cape
#

cool thanks

#

any luck @glacial cliff ?

glacial cliff
#

Other threads got busy and I have been hopping around. Taking a look at this one now

real cape
#

no prob thanks!

real cape
#

hi @glacial cliff i need to go soon - i think this link still work?

glacial cliff
#

Yes it should. I am still not quite sure why BACS is not showing up there. Things seem to be set up properly

cerulean valley
#

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

real cape
#

ah is see

#

got it, thank you!

cerulean valley
#

Any time!