#oliverhoffman

1 messages · Page 1 of 1 (latest)

light fractalBOT
quiet spindle
#

hello! can you share a Checkout Session id as an example that i can look at?

tender copper
#

Sure! Here is a sample checkout session id: cs_test_a1g5bOdTj2ATN31CHEPa1H5Drie4ajxiawojhXHYjGalOiXXPubjaUMHCm

#

I did not pass the "link" payment method to it, because when passing "us_bank_account" as a payment method alongside "link", without "credit card" it raises an error. However, the customer is properly created and the US bank account payment method is attached to them. However, the saved payment methods do not show on the checkout session.

quiet spindle
#

gimme a while to take a look and get back to you

unique bear
#

Hi @tender copper currently card is required if you want to specify link as one of the payment_method_types, and it would reject the API request if payment_method_types contains only us_bank_account and link

tender copper
#

But if providing us_bank_account, alongside link and card, shouldn't it show the stored bank accounts when the user clicks on Bank Account?

#

Notice how the checkbox only shows for card

unique bear
tender copper
#

Thank you. Just to confirm, we are using ACH direct debits in our account, so it seems that Link will not work for us. In the docs it says that bank accounts are supported. What payment option other than ACH direct debits would be considered bank account payment methods that are actually supported with Link?

unique bear
#

The doc also says that you cannot have ACH debits enabled on their account – this is to avoid confusing customers by showing two similar bank payment options on the same checkout page. If ACH debits are enabled, then the payment will go through as an ACH debit.

#

Right now only Card and Bank payments are supported in Link.

tender copper
#

Right, so what payment option do I need to pass for bank payments to be enabled? I cannot find the right payment method type in the list for bank payments