#yolan.pibrac-balance-transactions
1 messages · Page 1 of 1 (latest)
When we return objects from a list request we do return them in reverse chronological order (with the most recently created object being returned first)
Yes, so it is not possible to get the oldest in one call ? I need to list and paginate until I reach the oldest ?
Yes, you'd need to paginate through all the balance transactions until you reached the oldest. As an alternative moving forward, it may be easier for you to proactively store the first balance transaction as soon as it's been created for a customer in your own DB so that you can easily reference it