#deliverytiem
1 messages · Page 1 of 1 (latest)
Oh this makes way more sense now, do you know off the top of your head if it's backward compatible to the extent of being able to charge via a PaymentIntent?
If you don't it's no problem, I'm just curious.
yes, you're supposed to not need to care what type of object it is and can treat everything as a PaymentMethod
see also https://stripe.com/docs/payments/ach-debit/migrations#bank-accounts-api if you are discussing US Bank accounts as the Source bank account in this case
You can use a saved BankAccount as a PaymentMethod when creating a PaymentIntent.
Okay great, the only issue with charging a bank account originally saved as a source is that we cannot auto-charge a payment intent without an accepted mandate. Do you know if we will need to provide a mandate to the customer before we can charge via a PaymentIntent in this scenario?
in the link above in the section just below the one I linked to it describes how to pass mandate_acceptance