#DJ-payout-status
1 messages ยท Page 1 of 1 (latest)
Is there any documentation that details more about when a payout enters a pending state.
I think that would probably be payout.updated https://stripe.com/docs/api/events/types#event_types-payout.updated
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Interesting, got it.
is it possible for a payout to go from in_transit -> ``pending`?
It shouldn't, no.
From our docs on status:
A payout is pending until it is submitted to the bank, when it becomes in_transit. The status then changes to paid if the transaction goes through, or to failed or canceled (within 5 business days). Some failed payouts may initially show as paid but then change to failed.
DJ-payout-status
Could you link me to the above docs for where that is mentioned ๐
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Sure thing!