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
Name | Type | Description |
---|---|---|
Content-Type | string |
|
Request Body
Name | Type | Description |
---|---|---|
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 |
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