#hayhay-payout-balance
1 messages · Page 1 of 1 (latest)
You can find it in the Logs in your Dashboard for example https://dashboard.stripe.com/test/logs
here is the response i got when i called
$payout = Stripe\Payout::create($formdata);```
here is the request id:req_g5dxhG2mjXruaZ
perfect, looking
thank you
@inland cobalt can you call https://stripe.com/docs/api/balance/balance_retrieve yourself with the API and share the result instead of what you see in the docs?
ok cool
It does look like you have a balance so I'm confused. Does £1 work?
here is what i see
i am trying to make even £1 but its not even working
maybe i am doing it wrongly from the code.
let me tell you what how i calculated the amount. What i did is to multiple £1 * 100 so that it can go through since stripe calculates in cent
did i do it correctly?
amount = amount * 100 ?
@inland cobalt you shared the screenshot of the docs again though
Please make the API request yourself outside of the docs
Ack thanks, so it looks like because you have a negative pending balance it's blocking you from paying out that much. I've never seen this before unfortunately. Asking my team, but that's likely your problem. To resolve this you can add funds to your balance quickly by creating a Charge with the card 4000000000000077 from https://stripe.com/docs/testing#cards-responses
hi @oblique coral i have added sevral funds to my test account but the pending balance isn't changing
that's because you didn't use the Test card number I just gave you specifically for this
beside how do create the charge with this account 4000000000000077
i cant see that on the page
if you use a normal test card, funds are pending for 2 days, like in production
thanks
it's not an account, it's a test card number. You can create a manual payment in the Dashboard for example with that test card number
Awesome, glad you're unblocked
thank you
now i have got a new doubt🥲
i intend to pay just £1 as payout, but in the logs, i can see that it's 100 that went through as seen in attached screenshot.. In the codebase, i multiply every single amount by 100 so that stripe can process it since there is a minimum amount should be £1. is this ok? i hope the bank account will not be credited with 100 rather, the intention is to send £1
good, thank you!!!!!
i think i am done for the day😋
so the response i am getting from stripe when a pay out is made is in with status pending however, what would happen if we switch to live?
will the payment gets credited to the bank account immediately? or the first transaction will take 7days and then subsequent ones would take a day?
please note that our live account has inflow of sevral transactions already
depends on your country https://stripe.com/docs/payouts is what you want to read
then it explains exactly how long each payout takes in details