Refund Status Endpoint

Retrieve the status of a previously created refund

Refund Status

POST https://api-stg.directa24.com/api_curl/query/refundstatus

This endpoint allows you to retrieve the status of a refund.

Headers

Request Body

{
    "result": "0",
    "x_document": "201394736",
    "x_invoice": "newIUnit88952712"
}

All the requests must be in x-www-form-urlencoded format and contain the following header:

Content-Type: application/x-www-form-urlencoded

Status

Check what every status means by clicking here.

Response fields

Last updated