Skip to main content

RefundRequest

Request for deposit refund.

amountint64required

Refund amount in currency minor units. Refund amount can not exceed the refunded payment amount.

currencyCodeCurrency (string)required

Currency alphabetic code as specified by ISO 4217

Possible values: >= 3 characters and <= 3 characters

Example: EUR
merchantRefNumMerchantReferenceNumber (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-a98b60615936
RefundRequest
{
"amount": 0,
"currencyCode": "EUR",
"merchantRefNum": "4bc2deb3-9766-4598-a08e-a98b60615936"
}