#subhash_docs
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/1412725214529458271
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- subhash_docs, 1 hour ago, 7 messages
hi there!
However, it seems possible to send money from that account to the main platform account even if the funds are not yet available.
can you clarify what you mean by this? are you talking about a Account Debit?
Is there a way to make funds available faster, particularly for transactions originating in Australia?
no, sorry.
Will businesses have access to the connected account dashboard to manage their funds and make payments directly?
what do you mean by "businesses"? and what type of connected account are you creating?
i am talking about moving fund from connected accounts to main platform account. each Business will have seperate conncted acount and they will load money in that. WHich can be used by our system admin if needed also refund back
i am talking about moving fund from connected accounts to main platform account.
So you are talking about Account Debit? https://docs.stripe.com/connect/account-debits
yes
but i am doing transfer currently like this. const transfer = await stripe.transfers.create(
{
amount: amount * 100,
currency: "aud",
destination: process.env.PLATFORM_ACCOUNT_ID,
description: "Payment to platform",
},
{ stripeAccount: wallet.stripeAccountId }
);
when i do that following is returned in balance api. {
"object": "balance",
"available": [
{
"amount": -86942,
"currency": "aud",
"source_types": {
"card": -86942
}
}
],
"instant_available": [
{
"amount": 0,
"currency": "aud",
"source_types": {
"card": 0
}
}
],
"livemode": false,
"pending": [
{
"amount": 260337,
"currency": "aud",
"source_types": {
"card": 260337
}
}
],
"refund_and_dispute_prefunding": {
"available": [
{
"amount": 0,
"currency": "aud"
}
],
"pending": [
{
"amount": 0,
"currency": "aud"
}
]
}
}
got it. and what is the issue with this?
how much time does balance stay in pending. and how much negative value can we do when transfering to platform account. And can we change pending to available in sandbox?
for this types of questions, you would need to ask Stripe Support directly: hi! we only speak English here on Discord. if you need support in another language, try https://support.stripe.com/?contact=true
what? What language i am speaking?
here on Discord we don't know much about how exactly Balance work. but Stripe Support should be able to help.
just tell me how much time will take to load fund in connected accounts . i mean fund in available state . and is there webhook for it to notify