Refund Validation Request
Product type. Must be set to PAYSAFECARD.
Possible values: [PAYSAFECARD]
PAYSAFECARDSet to false to validate the refund without executing it.
Possible values: [false, true]
falseRefund amount, with up to 11 digits before and up to two digits after the decimal point.
Possible values: >= 0.01
10Three-letter ISO 4217 currency code.
Possible values: >= 3 characters and <= 3 characters, Value must match regular expression ^[A-Z]{3}$
EURcustomer objectrequired
- MOD1
- MOD2
- MOD3
Sub-merchant identifier, also known as the reporting criterion. Required for payment service providers.
Possible values: <= 8 characters, Value must match regular expression ^[A-Za-z0-9]+$
RCxD1234Reason for the refund request.
Possible values: <= 60 characters
Non-Wagered FundsISO 639-1 alpha-2 language code used for a pending-refund account-creation email.
Possible values: >= 2 characters and <= 2 characters, Value must match regular expression ^[A-Z]{2}$
DEISO 3166-1 alpha-2 country code for the account created to receive refund funds.
Possible values: >= 2 characters and <= 2 characters, Value must match regular expression ^[A-Z]{2}$
ATURL that receives pending-refund creation and completion notifications.
https://pendingrefundnotification.com{
"type": "PAYSAFECARD",
"capture": false,
"amount": 10,
"currency": "EUR",
"submerchant_id": "RCxD1234",
"comment": "Non-Wagered Funds",
"language": "DE",
"country_code": "AT",
"notification_url": "https://pendingrefundnotification.com"
}