#cesperian
1 messages · Page 1 of 1 (latest)
Depends on how they have their payouts configured. Maybe they're manual, or daily, or weekly with a 'delay' of 3 days: https://stripe.com/docs/payouts#payout-schedule
What are you trying to understand?
I'm just creating user documentation and now that I think about it I may have asked this question wrong.
With our platform setup (standard) we dont actually collect/disburse payments, we just set up the front end payment with Stripe.js and charge a fee...
So the funds are immediately show in the recipient's Stripe dashboard, I assume
Yep, sounds like direct charges
yes! That is the term, thanks
Yes, the payment is on their account – they are the merchant. You as the platform just initiate the payment for them
ok, i was confusing myself after reading the documentation on different types of charges
sorry for the mix up
np
one last question, tho. I believe that same recipient has to manually transfer the funds from Stripe to their external account? Or is this done automatically?....
*their external bank account
Can be manual or automatic, depends on how they have it configured: https://stripe.com/docs/payouts#payout-schedule
If your platform creates and onboards standard accounts then you may be able to control this: https://stripe.com/docs/connect/platform-controls-for-standard-accounts#control-payout-timing
hm. thats interesting
is the recipient's configuration info (manual/automatic payouts) available to me through the stripe api?...
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.