#codebreaker-paymentintent-source

1 messages ยท Page 1 of 1 (latest)

open badger
#

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'

tepid glen
#

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?

open badger
#

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?

tepid glen
#

Ah i see let me double check

open badger
tepid glen
#

Apologies ๐Ÿ˜ฆ we are using the BankAccount API for this i can see customers with the ba_123 payment methods

open badger
#

all good

#

that doc explains how you can migrate easily!

tepid glen
#

Cool thanks, so guessing that means PaymentIntents aren't compatible with the BankAccount API?

open badger
#

they are, the doc literally says how to do it!

#

it starts with

Compatibility with the Bank Accounts API

tepid glen
#

Haha fair thanks, will read the doco ๐Ÿ˜‰ thread can be closed