#oliverhoffman
1 messages · Page 1 of 1 (latest)
hello! can you share a Checkout Session id as an example that i can look at?
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.
gimme a while to take a look and get back to you
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
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
https://support.stripe.com/questions/link-bank-payments In addition, link bank payments are only available to eligible transactions, you can visit here for more info
Find help and support for Stripe. Our support center 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.
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?
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.
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