#leona7244
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- leona7244, 5 days ago, 18 messages
Hi, are you asking if you can list all transfers to your connected accounts?
yes
You can make a Transfers retrieve call to list all of Transfers, https://stripe.com/docs/api/transfers/list#list_transfers-destination. You then look at the destination, https://stripe.com/docs/api/transfers/list#list_transfers-destination to see what account it was sent to and add the amounts.
yes right now i know how to get the transfers by destination, but just don't know what the total number of it, if i dont specify the limit, wouldn't it just be 10?
max of limit would be just 100
Ah, you can use Stripe pagination: https://stripe.com/docs/api/pagination/auto
You can increase the limit to 100: https://stripe.com/docs/api/transfers/list#list_transfers-limit as you mentioned.