#ahtesham_72208
1 messages · Page 1 of 1 (latest)
Hello 👋
Are you using PaymentElement or some other UI?
Gotcha. Unfortunately, there's no way to disable cards on Checkout.
umm actually, hang on
let me test something
ah it is possible
but only if you call the checkout API directly
Pricing table doesn't support it
If you call the Checkout Session API directly then you can set payment_method_types: ['us_bank_account'] when you create the checkout session
Thank you!