#psarojanand-pagination

1 messages ยท Page 1 of 1 (latest)

slate geode
#

๐Ÿ‘‹ Happy to help

#

Can you share what you want to achieve?

slate vine
#

The above Payout id - po_1LPgmpPOIi7gUqPA5baI1Fer has 463 transfers under it.
when I am fetching the record I received only 100 at time. How to fetch all or next set of data for this Payout.
I tried limit and starting_after but it didn't work
$payout_details = \Stripe\BalanceTransaction::all(['limit'=>500,'payout' => 'po_1LPgmpPOIi7gUqPA5baI1Fer','expand' => ['data.source.source_transfer.source_transaction']],['stripe_account'=>"acct_xxxxx"],['starting_after'=>'txn_1LPKVpPOIi7gUqPAJuQpxgBb']);

slate geode
slate vine
#

ok 2 mins let me check

slate geode
slate vine
#

ok auto pagination did work but not for all records as I said this payoutid has 460 records but in API I have received only 280

#

I will watch the video

#

if it didn't resolve my problem will come back

#

Thanks for your kind help

slate geode
#

No problem! Happy to help ๐Ÿ˜„