#Thomas C-connect
1 messages · Page 1 of 1 (latest)
hi! it depends what type of account it is (Standard/Express/Custom). Can you let me know which you use and what the general use case is?
Express or Custom
We have a main restaurant platform.
Each restaurant has its own account (later linked to Stripe connect)
The customer orders a dish from the restaurant owner.
Then the payment arrives directly to the restaurant's bank account
if it's Express, the account holder adds their bank account for payouts by you redirecting them to the Express dashboard and they can add details there; for Custom you build your own form to collect the bank account details from the user and call https://stripe.com/docs/api/external_account_bank_accounts/create
How does the automatic transfer to the bank account work without human interaction?
whatever funds are in the Stripe account balance generally get paid out on a daily basis automatically unless you change the setting(https://stripe.com/docs/connect/bank-debit-card-payouts covers this in detail)
But then the iban is not connected?
https://stripe.com/docs/api/external_account_bank_accounts/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
what do you mean exactly?
In fact I would like to link the iban directly to the connect account
can you explain why?
I just want to link the iban to the stripe connect account
ok! anything specific I can clarify from what I posted above, which explains how payouts work with Connect for Express and Custom and how payout details would be collected?
I do not understand well