disputes.readp com a numeração da página.curl --location -g --request GET 'https://api.tryplopay.com/invoices/chargebacks?p=1' \
--header 'Authorization: Bearer <token>'{
"pages": {
"now": 1,
"total": 1
},
"total": {
"chargebacks": 2,
"per_page": 100
},
"chargebacks": [
{
"id": "872752460",
"date": "2025-06-16 12:10:29",
"brand": "MASTER",
"type": "DISPUTE",
"invoice": {
"id": 2264998,
"amount": "120.00"
},
"transaction": {
"authcode": null
}
},
{
"id": "867339357",
"date": "2025-06-02 14:08:54",
"brand": "VISA",
"type": "DISPUTE",
"invoice": {
"id": 2197653,
"amount": "91.99"
},
"transaction": {
"authcode": null
}
}
],
"version": "3.0.5",
"update": "2025-10-15",
"by": "TRYPLOPAY.com",
"__seconds": 0.5740878582000732
}