#Anton Dekhtyar-ach-payments
1 messages · Page 1 of 1 (latest)
pi_3LYEbAASzn8WTmrl03ttRbTF
Does your integration include that parts that are needed to actually collect the bank account (see https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=API#web-collect-details) ? Or are you doing this in some other way?
I understand correctly that this should be implemented on the backend side when creating paymentIntents?
No, the docs I linked are showing how to use collectBankAccountForPayment to collect new bank details client-side
but what are you actually trying to do? Are you trying to collect new bank account details? or are you trying to use an existing payment method?
i trying to use an existing payment method
Gotcha - then you can either include that Payment Method ID when you create the Payment Intent (see https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method) server-side (you could also update the Payment Intent after creation) OR you can set it when you call confirmUsBankAccountPayment (see https://stripe.com/docs/js/payment_intents/confirm_us_bank_account_payment#stripe_confirm_us_bank_account_payment-data-payment_method)
I need to head out, but @fickle patrol can answer any other questions you have