#swati

1 messages ยท Page 1 of 1 (latest)

whole currentBOT
quiet pebble
sage current
#

I connect stripe with plaid then it generate one time stripe_bank_token.I transfer money to stripe to bank account of user...so what I do?

#

I work on Test mode

quiet pebble
#

It sounds like you're working with our legacy ACH approach (https://stripe.com/docs/ach-deprecated)

If you're working on a new integration, then I would recommend leveraging our newer way of accepting ACH Direct Debits instead: https://stripe.com/docs/payments/ach-debit

I'm a little unclear on what you mean when you say "I transfer money to stripe to bank account of user", are you now trying to create and process a payment using the Bank Account that you created to pay it?

sage current
#

I have multiple user on my stripe platform. but they withdraw money from stripe platform to his bank account Is it possible?

quiet pebble
#

In Stripe, the process of moving funds from a Stripe account's balance to their associated external account (bank account or debit card) is referred to as a Payout. You cannot link multiple bank accounts to your Stripe account, and then create payouts to different bank accounts.

If you have a scenario where you need to distribute funds to multiple parties, then you'll need to look into using our Connect solution:
https://stripe.com/connect

carmine bluff
#

I think we got our answer , thanks for detailed explanations. Appreciate it.

quiet pebble
#

Happy to help!