#divya.shalini.ics
1 messages · Page 1 of 1 (latest)
what's the ID po_xxx of the Payout object in question?
po_1Nd5ZMHKfZ3mwvSZUsV4TXv6
that object is on a connected account so you have to retrieve it by making a request on the connected account using stripe_account
Is that mean I need to send below in the CLI right?
-H "Stripe-Account: {{CONNECTED_ACCOUNT_ID}}" \
It's working now
Thank you
One more thing
As far as I know we can't cancel a payout which is already been paid right?
yes
Ok
I checked here
that instant payout is something which make payout paid instantly while creating
And when I am creating any payout manually from dashboard it's intantly got paid
So I am assuming that it is due to instant payout
But when I checked balance from this:-
{
"object": "balance",
"available": [
{
"amount": 415300,
"currency": "usd",
"source_types": {
"card": 415300
}
}
],
"connect_reserved": [
{
"amount": 32578255,
"currency": "usd"
}
],
"livemode": false,
"pending": [
{
"amount": 4991614,
"currency": "usd",
"source_types": {
"card": 4991614
}
}
]
}
Giving this result
here is no instant_available is present
yeah, that po_xxx you posted was not an Instant Payout
I think it is shown as "paid" immediately because it's in test mode.
Oh ok
But my requirement is to test payout.canceled and payout.failed. How to do so?
you'd use different test bank account numbers and add those to the account and then do payouts
👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
Is there a way to add it through dashboard?
for dashboard related questions please contact https://support.stripe.com/?contact=true
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.