#DizzyDizz - connect onboarding
1 messages · Page 1 of 1 (latest)
Sure, where do i find this ?
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
You can use the dashboard
Yes that's correct. Thank you
Ok cool
So when you say that the subscription isn't appearing anywhere, what do you mean?
You mean it isn't showing in the connect account dashboard?
Yes kind of, should´t i see something on the connected accout under payments or subscriptions or anywhere ?
To see if i did everything correct
So, in the connect account dashboard, the only thing you'll see is the transfer when a payment is made on the subscription
To verify you did everything correctly, you can retrieve a subscription: https://stripe.com/docs/api/subscriptions/retrieve and see that the transfer_data section is updated correctly
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thank you very much so far, i will look into the api. And what would be the best way to set the payouts to monthly, so that i collect all of them and transfer one big chunck at the 1st of the following month ? Do i need to update the connect account via api or is there a solution in the dashboard that i overlooked ?
✌️ 💪
You are using all standard accounts?
i was planing to use express for all of them
Is it possible possible inside of standard accounts ?
Ok just to confirm. When you're referring to payouts, you are referring to the payout that happens from the Connect account balance to the Connect account's bank account?
Correct, i mean the payout from my "Business" Stripe-account to the connnected accounts bank account
So the payout wouldn't go from the platform account's balance to the connected account's bank account
The payout would go from the connected account's balance to the connected account's bank account
So are you actually referring to the transfer of funds from the platform account balance to the connect account balance?
I didnt know that its a own "place" connected account´s balance
I am selling subscriptions of apps and want to give the sales person which sells the subscription a commission of 40%. So I thought it would be best to solve this with the connected functionallity of stripe. And at the first of the month i want to send a payout to the connected accounts bank account with the total amount of all subscriptions 40% of the last month
Gotcha. So once each invoice is paid, the 40% would transfer to the connect account and accumulate in the connect account balance. Payouts are then done from the connect account's balance. To schedule these payouts, you can take a look at this page: https://stripe.com/docs/connect/manage-payout-schedule
No problem!