0
votes

Recently, I am working on a investment collection related website in USA. I am using STRIPE API for ACH payment for collecting investment from our clients.

At present, I am using plaid api and stripe for opening stripe customer id and creating charge. but for manual bank account add, I am using stripe.js.

My question is our invidual customer can add more than one bank to their account. how can i do it with stripe for ach payments.

In a line, my question is how can i add more than one bank account for stripe customer id. and how can i charge for every individual bank account with stripe API.

1
I'm voting to close this question as off-topic because it's covered in the docs: stripe.com/docs/api#customer_create_bank_accountkoopajah

1 Answers

0
votes
  1. You can create/add a bank account of a CUSTOMER_ID by this API.
  2. You can update/change individual bank account in Stripe by this API