magnifying-glassGet chargebacks

Chargebacks Endpoint

get
/chargebacks

Retrieve the details of all your Chargebacks in a given time.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
fromintegerOptional

Transaction creation date interval in UnixTimeStamp format.

tointegerOptional

Transaction creation date interval in Unix TimeStamp format - max difference with 'from' value 60 days.

pageintegerOptional

The page number.

Default: 0
countrystring · max: 2Optional

Country code.

statusstring · enumOptional

Transaction status.

Possible values:
Responses
chevron-right
200

A paginated list of chargebacks.

application/json
get
/chargebacks
200

A paginated list of chargebacks.

Last updated

Was this helpful?