#izaerax - payout
1 messages · Page 1 of 1 (latest)
heya, you can list out the balance transactions in a payout here by using : https://stripe.com/docs/api/balance_transactions/list#balance_transaction_list-payout
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
hi alex and thanks for your fast reply. Is possible to get the payment intents of this charges?
those transactions*
it would show the charge id in the source [0]. You can expand this field [1], and it will show the corresponding PaymentIntent id.
[0] https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-source
[1] https://stripe.com/docs/api/expanding_objects
perfect thank you 😄