Create an acquiring refunds

A transaction is eligible for a refund only after it has been successfully paid.
Multiple partial refunds are allowed, but the total refunded amount must not exceed the original transaction amount.
For multiple partial refunds, only one refund request for the same transaction may be in progress at any given time;
the next refund can only be initiated after the current one has been completed.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

This is a synchronous issuance API. Upon successful order issuance, the API will immediately return the Acquiring Refund Result Resource (including core order information such as order number, amount, and initial status).

In addition, if the order status changes subsequently (e.g., from READY to PAID, FAILED, or REFUNDED), the system will send a webhook notification to the merchant’s pre-configured webhook endpoint. The notification payload follows the structure defined in the Acquiring Order Webhook Data Resource.

Body Params
string
required
length between 10 and 64

Merchant-generated order number, globally unique/idempotent

string
required
length between 10 and 64

Merchant Order Number of the Source Order

string
required
^\d+(\.\d{1,6})?$

Order amount in string format, up to 6 decimal places

string
required
length between 1 and 100

Reason for Refund

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json