#swati
1 messages ยท Page 1 of 1 (latest)
Hi there ๐ that appears to be the ID format that is used for our Bank Account objects:
https://stripe.com/docs/api/customer_bank_accounts/object
Could you elaborate on what it is that you're trying to do with it?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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
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?
I have multiple user on my stripe platform. but they withdraw money from stripe platform to his bank account Is it possible?
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
I think we got our answer , thanks for detailed explanations. Appreciate it.
Happy to help!