#atul-pagination

1 messages ยท Page 1 of 1 (latest)

potent sable
#

๐Ÿ‘‹ Happy to help

wintry kelp
#

Hey

#

My requireemt is to fetch all receipt for particular customer

potent sable
wintry kelp
#

i am using
stripe.paymentIntents.list({cystomer: 'cutomer_id'})

potent sable
wintry kelp
#

Now i want to pass parameter starting_after

#

But shoulb be the value of this ??

potent sable
#

starting_after will be the last object ID of the previous page

#

Alternatively, I'd recommend auto-pagination, so that you don't have to handle starting_after yourself

wintry kelp
#

Above is the data i am getting where is object id in that??

potent sable