#bongo-connect-fees
1 messages · Page 1 of 1 (latest)
If you're facilitating payments for another party, this would be an "application fee" and depending on your relationship with that other party it can be charged a few different ways.
The diagrams at each of those links
Thanks @real phoenix , I noticed with the direct charge the money is paid to a connected account upon the initial creation of a paymentIntent, in situations where I want the money to be held and paid later which approach can be used?
You can usual manual capture to delay up to 7 days:
https://stripe.com/docs/payments/capture-later
Beyond that, you'd either need to defer payment, or manage manual transfers:
https://stripe.com/docs/connect/charges-transfers
Thanks, a lot @real phoenix , on the separate charges and transfers documentation do you mind elaborating this statement for me? my apologies if I am at any cost of inconvenience to you.
"Must be configured to use manual payouts or a combination of automatic payouts and the source_transaction parameter to ensure the account has sufficient funds to cover the transfer"
Yea it means when you create a transfer you need to have available balance in your account (payment has settled eg 2 days later for a credit card charge)
But using source_transaction you can link the transfer to a pending charge and create the transfer before the funds are available