#ahtesham_72208

1 messages · Page 1 of 1 (latest)

red talonBOT
dark mesa
#

Hello 👋
Are you using PaymentElement or some other UI?

prime vault
#

No paymentelement

#

We are using pricing tables / checkout page for low code

dark mesa
#

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

prime vault
#

Thank you!