/Refund
POST
/Refund
This request returns the funds paid for the order back to the customer. The request results in an error if the customer was not charged. Under rules only the Refund request allows multiple refunds, but their total amount cannot exceed the amount that was deposited from the customer’s account as a result of the order.
A merchant’s user must have a corresponding permission in the system to perform a refund request.
Request
Header Params
ExtSystemid
string
required
<= 50 characters
Example:
ECOM_GOLD_BANK
login
string
required
<= 30 characters
Example:
SECURE_LOGIN
password
string
required
>= 5 characters<= 30 characters
Example:
SECURE_PASSWORD
orderNumber
string
required
store system. It is unique for every store in the system and
is generated on the order registration
<= 32 characters
Example:
1234
orderId
string
optional
>= 32 characters<= 32 characters
Example:
dbafea6c-3394-4f6a-a0d2-21d3d8e93e42
RegDate
string <date-time>
required
Example:
2023-09-12 12:16:00
Match pattern:
YYYY-MM-DD hh:mm:ss
x-uws-clientdn
string
required
<= 500 characters
Example:
GOLDENBANK
accept
enum<string>
required
Allowed value:
application/json
Content-Type
string
optional
charset
string
optional
Body Params application/json
Request samples
Responses
Modified at 2025-02-25 13:09:11