magnifying-glassGet refunds

Refunds Endpoint

get
/refund

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

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

Transaction creation date interval in Unix TimeStamp 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.

paymentMethodstring · max: 2Optional

Payment Method code.

statusstring · enumOptional

Transaction status.

Possible values:
Responses
chevron-right
200

A paginated list of refunds.

application/json
get
/refund

Last updated

Was this helpful?