#usama-payouts

1 messages · Page 1 of 1 (latest)

median yacht
#

Hi 👋

low parcel
#

hi toby

median yacht
#

usama-payouts

low parcel
#

I have some queries about stripe payout can you guide me through it

#

?

median yacht
#

That's going to depend on your questions, but go ahead and ask. If I can't help I can at least try to point you in the right direction.

low parcel
#

that is what I am looking for currently

#

I have created a payout and as I am in test mode currently I have the right amount of balance to do so

#

but when I create a payout it through me an error of insufficient balance

#

and when I try to see my balance with retrieve balance api I got this payload

#

{
"object": "balance",
"available": [
{"amount":-56800,"currency":"gbp","source_types":{"card":-56800}}
],
"connect_reserved": [
{"amount":60785,"currency":"gbp"}
],
"livemode": false,
"pending": [
{"amount":172118,"currency":"gbp","source_types":{"card":172118}}
]
}

#

and on stripe dashboard it is showing mein 1153.18 gbp of available balance

median yacht
#

Hm, let me put those numbers through a calculator real quick.

#

I'm not exactly sure where the dashboard is pulling from, but based on the response body that you provided most of your funds are in a pending state and your available balance is negative.

low parcel
#

I think the dashboard is showing 1153.18 because if we subtract 172118-56800=1153.18

#

but can't there be a way to process it quickly

#

plus I just created a payment to my platform account of 999999 It went successfull but not arrived

median yacht
#

Ah, yup, that makes sense. So it looks like until some of those pending funds become available, and your balance becomes positive, you won't be able to create a payout. Could you provide your account ID so I can take a closer look?

low parcel
#

sure

#

here it is

#

acct_1IfjFUFqSiWsjxhX

median yacht
#

Hm, and it does look like you're using the 0077 test card.

#

Oh, and it looks like that payment did bypass the pending state as expected, can you retrieve your balance again? I'm seeing a significantly higher available balance from what you received previously.

low parcel
#

now it is more

#

{
"object": "balance",
"available": [
{"amount":99943100,"currency":"gbp","source_types":{"card":99943100}}
],
"connect_reserved": [
{"amount":60785,"currency":"gbp"}
],
"livemode": false,
"pending": [
{"amount":172118,"currency":"gbp","source_types":{"card":172118}}
]
}

#

thanks