New Chargeflow docs. Everything for merchants, platforms, and the API in one place.
Current (2025-04-01)Merchants APIDisputes

Get Disputes

GET
/public/2025-04-01/disputes
x-api-key<token>

Your Chargeflow API key. Generate it in the Developer Hub under Settings.

In: header

Query Parameters

offset?integer

The page number of the current response

Range0 <= value
Default0
limit?integer

The number of disputes per page

Range1 <= value <= 100
Default25

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/public/2025-04-01/disputes"
{  "disputes": [],  "pagination": {    "totalCount": 0,    "offset": 0,    "limit": 25,    "totalPages": 0  }}
Was this page helpful?