#NFTBOI-ach
1 messages · Page 1 of 1 (latest)
hi! could you expand on that a little? in general both Tokens and Sources are deprecated APIs so I might be missing something.
im integrating ACH payments with stripe usin PLAID
when all authentication etc is done i get a bank token id
i attach that as a source to customer object
and charge on source
but i dont wanna use it as a source as paynent methods take precedence over sources
i wanna use it as a payment method
that's a deprecated integration, why aren't you using https://stripe.com/docs/ach with PaymentMethods/PaymentIntents?
that seems to work better for you, since then you wouldn't be interacting with Sources at all, you'd be using PaymentMethods.