#codebreaker-paymentintent-source
1 messages ยท Page 1 of 1 (latest)
Hey @tepid glen It depends a bit on the context. If this is a card Source like src_123 for for a real card, it's fully compatible with PaymentIntent and PaymentMethod
You just pass payment_method: 'src_123'
Cheers @open badger this is actually specifically for US Direct Debit/Bank Accounts. Our system creates them currently using the sources API (coupled with Plaid integration for Bank verification) would this be compatible with direct debit as well?
We never support ACH Debit on src_123
so you likely are mixing things up
are you talking about ba_123 the old BankAccount API?
Ah i see let me double check
if so you want to read: https://stripe.com/docs/payments/ach-debit/migrations
Apologies ๐ฆ we are using the BankAccount API for this i can see customers with the ba_123 payment methods
Cool thanks, so guessing that means PaymentIntents aren't compatible with the BankAccount API?
they are, the doc literally says how to do it!
it starts with
Compatibility with the Bank Accounts API
Haha fair thanks, will read the doco ๐ thread can be closed