#samwedge
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
you have the available amount https://stripe.com/docs/api/balance/balance_object#balance_object-available-amount and the pending amount
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I guess the In transit are the amount in the Payouts that has a status in_transit
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
amazing, thank you
The Payouts API (https://stripe.com/docs/api/payouts/list) says "Only return payouts that have the given status: pending, paid, failed, or canceled."
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
is in_transit an option and just not listed here?