#mattcomroe_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1356967747044642886
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello! I would like to know why when I submitted the above request, in the returned "payment_method_types" array in the returned SetupIntent that bacs_debit is not shown as available, when based on looking at the Customer configuration I think it should be there.
the Connect customer account is acct_1MF181H9z320Nhkv, if that helps you.
and thank you in advance for your help! I appreciate you!
got it. bacs doesn't support SetupIntent, as mentioned here: https://docs.stripe.com/payments/payment-methods/payment-method-support#bank-debits-api-support
aha! i was thinking that it might be something like that. so for Bacs I don't have another option to save payment details ahead of time unless I am using Checkout? https://docs.stripe.com/payments/bacs-debit/save-bank-details My integration is a custom API flavor so I don't think I can use Checkout.
if you can't use Checkout, then no you can't use Bacs with SetupIntents.
Understood. Thank you for the quick and useful answer!
happy to help ๐
i hope you have a good rest of your day.