#duydtdev - custom ccount bank cards
1 messages · Page 1 of 1 (latest)
Hey ther,e you need to manage this in your applicaiton and set up the external accounts for the connected account:
@dim goblet Thank you! I got this error "Instant payouts are not available for platforms based in Japan."
Yep, that's expected:
Instant Payouts is generally available in Canada, Singapore, the United Kingdom, and the United States. If your platform account is based in a different country but you would like to get access to Instant Payouts for Connected Accounts based in these countries, please get in touch.
https://stripe.com/docs/connect/instant-payouts#coverage
the "get in touch" there is a specific email to reach out to
@dim goblet So in the Japan, how can I implement Payout feature?
You would create payouts without using instant payouts is all
Set up the external account and either set automatic payouts or create manual (non-instant) payouts
Thank you! Do you have documentation to guide this way? Please help share me a link!
Manage the payout schedule: https://stripe.com/docs/connect/manage-payout-schedule
This explains how to set & create manual payouts: https://stripe.com/docs/connect/manual-payouts
@dim goblet I would like to confirm a thing that "Create manual payouts" is the money can not automation send to banks when we create a Payout use API?
I'm sorry can you rephrase that?
Sorry! @dim goblet
I'm implementing a website to payout money for freelancers when they finished the work.
In your mention, you suggested creating manual payouts.
I want to confirm that it is if we use manual payouts, the end-user need config anythings by your self?
Or I can implement everything via API to help users?
You'll need to onboard the accounts and complete identity verification in order to send payouts
You need to choose which account type you want to use: https://stripe.com/docs/connect/accounts#choosing-approach
You can do this with Connect onboarding with either, eg: https://stripe.com/connect/onboarding
For express accounts, this includes bank account collection.
For custom accounts, you need to collect bank account info in your application.
@dim goblet I bring @versed sparrow to continue this thread. Sorry for this inconvenience
hi @dim goblet , I try Instant Payouts on https://stripe.com/docs/connect/instant-payouts#coverage and I am getting this error
Cannot create payouts: this account has requirements that need to be collected.. Please provide those fields to re-enable payouts.. Please let me know how I Can fix it?
Yes you need to fulfill the require information for the account using Connect onboarding or the Accounts API
Are you using express or custom accounts?
Yes, I'm using custom accounts
Sorry @dim goblet where is fulfill the require information?
You can use connect onboarding: https://stripe.com/docs/connect/connect-onboarding
or use the API manually: https://stripe.com/docs/connect/identity-verification-api
(Connect onboarding is much less work)