#chunyu-payout-balancetransactions
1 messages · Page 1 of 1 (latest)
there are 900 transations of a payout, ant i want to list all 900 transations, but it seems has a limit of 100
how can i get whole 900 transations about the payout?thanks
you want to read https://stripe.com/docs/api/pagination
cool let me try thank you very much
hello
i have a problem about list all balance transations
i just want to get the debit results (951),how should i set params?
Hi @hasty wolf taking over here
Which page is that?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
this is my code
i just want to get the debit result
Your screen looks a bit unusual, but that 951 represents the charges volume. Can you List Balance Transaction with type = "charge" here? https://stripe.com/docs/api/balance_transactions/list?lang=ruby#balance_transaction_list-type
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
do you mean the type of that 951 is "charge"?
yes