#oleg_codaio
1 messages · Page 1 of 1 (latest)
There's a guide on setting up Bank Transfer payments via the API here: https://stripe.com/docs/payments/bank-transfers/accept-a-payment
Have you already looked at that?
Yeah, I saw that, but that's using payment intents. However I was looking to pre-create the bank transfer payment method ahead of time, before we even know what to charge the customer
Ahhh, okay. Maybe this guide then: https://stripe.com/docs/treasury/moving-money/working-with-bankaccount-objects
Does that get you oriented in the right direction?
Hmm, I think that's for bank accounts, not transfers?
Ah, right. Apologies. I think this note is of particular importance with re. to bank transfers:
Always specify the
payment_method_typeswhen creating a payment. You can’t usecustomer_balancefor future payments.
If you just want to use ACH, why not use ACH Direct Debit?