#Ox IronReturn-pi-response

1 messages · Page 1 of 1 (latest)

upper helm
#

Hey, not sure I understand which API call you're making. Can you share the exact endpoint/code?

jaunty frigate
#

This request

#

(adapted in postman)

upper helm
#

Ok, and what are you not receiving that you're expecting

jaunty frigate
#

Some Payment intent with succedeed status

upper helm
#

You'll need to give me the ID of a specific PI that isn't returned

jaunty frigate
#

pi_3KeHIKAMfLPmKIhZ3FdyyWzi

#

seems like the return JSON is not filter like on stripe dashboard

upper helm
#

This is likely a pagination issue

#

You have ~800 results, and the limit returned per request is 100

#

So you need to paginate your requests

jaunty frigate
#

yea i know but how works filter ?

#

Seems like its not the same on stripe dashboard and API Json

upper helm
#

What specifically do you want to filter by?

jaunty frigate
#

by date

upper helm