#pawan425_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1235935275218243584
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there!
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
hello @zinc ember i tried payout but that sows negative balance on connect account dashboard
req_uroWgetdqEXNiI?t=1714739453
You need first to add some balance by doing some test payment using this test card:
https://docs.stripe.com/testing#available-balance
So that you can have immediate available balance
so when connect account get some payment via payment intents by customers that payment will automatically balance ?
and am i doing this in a correct way ?
What I meant by balance, is the Stripe Account Balance (like your bank balance) then you can create payouts if needed
(they can't transfer that amount to their bank account (may be we achieve this via manual payout which they can't change their payout schedule, only platform can).
am i right
?
and which api i need to use payout or transfer ? to achive the scenario ?
so when connect account get some payment via payment intents by customers that payment will automatically balance ?
and am i doing this in a correct way ?
What does "will automatically balance" mean?
currently i tried to payout from connect account to platform account i got this in platform dashboard
and this on connect account dashbaord
like suppose when cutomer pay any payment which goes to the connect account , which i want that they (connect account [basically seller of my platform]) can't transfer (payout) on their bank account only platform decide how much they get on their bank account
that's why i (platform) want that after some days i need to deduct that amount from connect account blance and transfer it to the platform stripe account
and then pay some amount to that seller bank account or stripe account account
so that's what i am trying to achieve
Yeah that's achievable just through manual payouts
That way you control when funds are paid out
platform only can change that settings not any one or seller
so which api i need to use payout or transfer ?
so which api i need to use payout or transfer ,to transfer funds from connect account
The Payouts API (linked above) for payouts. To debit the connect account you can follow this doc: https://docs.stripe.com/connect/account-debits
i tried a payment but still negative balance and reverse transfer on platform payment dashbaord
sure
when i do payment it updates two places "total balance" and "available soon"
when tried payout api it's still deducting negative amount in "available to payout"
Yeah that's how payouts work
Once you receive a payment it's not immediately available to be paid out
There's a waiting period before the amount is available in your balance
how much waiting period ? and can i control it via api ?
like when i hit any api
then that fund available as a payout balance ?
No this is dependent on settlement time. Please read https://docs.stripe.com/connect/account-balances and https://docs.stripe.com/payouts. In test mode you can bypass the pending balance with this card though: https://docs.stripe.com/testing#available-balance.
ok let me check these