RefundRequest
Request for deposit refund.
amountinteger<int64>required
Refund amount in currency minor units. Refund amount can not exceed the refunded payment amount.
Possible values: >= 0
currencyCodeCurrency (string)required
Currency alphabetic code as specified by ISO 4217
Possible values: >= 3 characters and <= 3 characters
Example:
EURmerchantRefNumMerchantReferenceNumber (string)
This is the merchant reference number created by the merchant and submitted as part of the request. It must be unique for each request and allows cross referencing objects from merchant system to embedded wallet objects.
Possible values: <= 255 characters
Example:
4bc2deb3-9766-4598-a08e-a98b60615936RefundRequest
{
"amount": 0,
"currencyCode": "EUR",
"merchantRefNum": "4bc2deb3-9766-4598-a08e-a98b60615936"
}