LogoLogo
Document ValidationsPayment Methods
v1
v1
  • D24 Documentation v1
  • Deposits API
    • Streamline API
      • Deposit Creation Endpoint
        • Notifications
      • Deposit Status Endpoint
      • Payment Methods Endpoint
      • Currency Exchange Endpoint
      • Refund Creation Endpoint
      • Refund Status Endpoint
    • Hybrid API
      • Deposit Creation Endpoint
    • Payment Methods
    • API Codes
  • Cashouts API
    • Easy Cashout API
      • Endpoints
        • Easy Cashout Creation Endpoint
        • Easy Cashout Status Endpoint
        • Easy Cashout V2 Creation Endpoint
      • Notifications
      • Easy Cashout V2 Technical and Security Aspects
        • Calculating the Payload-Signature
Powered by GitBook
On this page
  • Refund Status
  • Status
  • Response fields

Was this helpful?

  1. Deposits API
  2. Streamline API

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

application/x-www-form-urlencoded

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

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

Response fields

Field name

Description

result

x_document

ID of the depositn

x_invoice

ID of the deposit on your end

PreviousRefund Creation EndpointNextHybrid API

Last updated 3 years ago

Was this helpful?

Check what every status means by

Refund status. See

clicking here.
status codes.