#AndrewXia - Express
1 messages · Page 1 of 1 (latest)
no rush!
Ah you mean transfer not payout here
This should be what you need: https://stripe.com/docs/connect/charges-transfers
Aha this helps thank you!
No problem!
Note that payout is the payment from the stripe account balance to the user's bank account
Transfer is the movement of money between stripe accounts
ah so maybe I didn't understand correctly.
Step 1 is I want a customer without connected account to checkout with their normal credit card and pay for the entirety of a program
Step 2 is I want to release part of what the customer originally paid (amount for a session) as each session is completed.
Isn't the Step 1 a payment and Step 2 a payout?
How do I delay payout to express connected accounts until I manually call payout programatically?```
payouts aren't made to express accounts, transfers are. payouts are made from the express account -> the express account holder's bank account