#laxmanpula - ACH payments
1 messages · Page 1 of 1 (latest)
Sure.. thank you for looking into this request.
If you want to charge the customer on the connected account instead of the platform, you can clone the customer to the connected account (https://stripe.com/docs/connect/cloning-customers-across-accounts) and then use the cloned customer + source to create charges directly on the connect account
Just to make my understand clear, I am repeating.. "does that mean even though the original bank token is created on the platform account(Plaid to Stripe), we can still charge on the connected account by cloning the customer to connect account?"
Once we receive the bank token from Plaid(which is generated on platform accoun),
- Create the customer on plaform account
- Clone the customer on to connect account
- use Stripe Charge API, to charge customer By passing connect account and cloned customer (from step 2)
Can you confirm if my understanding of the steps is right?
Yup, that's the general idea!
got it. thank you.