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

NameTypeDescription

Content-Type

string

application/x-www-form-urlencoded

Request Body

NameTypeDescription

x_login

string

Your WEB STATUS API Key

x_trans_key

string

Your WEB STATUS API Passphrase

x_refund

string

The refund ID obtained when generated the refund

{
    "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

Field name

Description

result

Refund status. See status codes.

x_document

ID of the depositn

x_invoice

ID of the deposit on your end

Last updated