#Ems

1 messages · Page 1 of 1 (latest)

pallid bisonBOT
young loom
#

Hi, are you asking if you can create a Checkout Session that surfaces the default Payment Method from the customer?

kind badge
#

Yes. The ACH bank account

young loom
#

Is this for one time payment or a subscription?

kind badge
#

One time payment

young loom
#

I do not think what you're looking for is possible at the moment. When you create a Checkout Session, you can pass in the customer id, https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-customer and it pre-fill's with the customer's most recent card payment method.

In payment mode, the customer’s most recent card payment method will be used to prefill the email, name, card details, and billing address on the Checkout page.

#

if you want to control this, you'd create a Payment Intent and pass in the default payment method as the ACH payment method as you mentioned earlier. However, you won't be able to attach this to a Checkout Session so that won't work.