#nasa51-api-list
1 messages ยท Page 1 of 1 (latest)
Unfortunately not. There's no association with charges and transfers/payouts that can be surfaced via the API unfortunately
I think I can try to use https://stripe.com/docs/api/balance_transactions/list and apply payout filter
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
and maybe filter type for payment and payment_refund
You won't be able to associate payments with payouts though. You can get all payouts to a connected account or all payments on behalf of a connected account, but you won't be able to associate the two
Thank you, I think I managed to get payment details from balance_transactions and expand 'data.source.source_transfer.source_transaction'
is there way on api https://stripe.com/docs/api/balance_transactions/list for 'type' filter specify several values, to filter balance transactions for payment and payment_refund types?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.