Paypal Payments API: List payments response returns null next_id on pagination

mahdiridho
Contributor
Contributor

I have server side running CURL to get the List payments, the following sample request :

curl -v "https://api.paypal.com/v1/payments/payment?count=5&start_time=2018-04-01T09:00:00Z&end_time=2018-05-..." -H "Content-Type: application/json" -H "Authorization: Bearer <TOKEN>"

 

Previously, it works well where I can see the "next_id" on the response. However since today, I can't see next_id on the response. So my client app can't generate pagination number because it detects the next_id value = null.

 

Let me know what need to fix this issue? I have to work out ASAP for my online shop and customer orders.

 

Thanks

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.