#ray-checkout-ach
1 messages · Page 1 of 1 (latest)
Does it require a plaid account?
No, Plaid is a legacy integration we built our own product called Financial Connections for this https://stripe.com/financial-connections and it's built in Checkout automatically
👋 stepping in here as koopajah needed to step away
I'm not positive what you mean by that statement?
Are you looking to confirm whether ACH was offered as a payment method during a Checkout Session?
No we are just building checkout for the first time. Trying to set up the ability for wire transfers
Ah okay that is different from ACH Debit to be clear
ACH Debit is a pull-based payment. Meaning the customer provides their account details and the funds are debited. Wires or bank transfers are push-based, meaning the customer sends the funds. For bank transfers you want to use the customer_balance payment method type.
Ok what is the payment method type for ACH debit?
us_bank_account
Thanks!
Sure!
Where do we configure payment types?
Or you can pass them directly via: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_method_types
Thanks what about google pay and Apple Pay? What are they called?
They are just under the card payment method type