PaysafeCash Refund Request
typestringrequired
Product type. Must be set to PAYSAFECARD.
Possible values: [PAYSAFECARD]
Example:
PAYSAFECARDamountnumber<double>required
Refund amount with two decimal places.
Example:
0.01currencystringrequired
Three-letter ISO 4217 currency code.
Possible values: >= 3 characters and <= 3 characters, Value must match regular expression ^[A-Z]{3}$
Example:
EURcustomer objectrequired
idstringrequired
Merchant client identifier.
Example:
clientid6HzDvoZSodKDJ7X7VQKrtestAutomationemailstring<email>required
Customer email address.
Example:
BsQYjSivOF@xmfaCdnvIK.RlAcapturebooleanrequired
Must be true to capture the refund immediately.
Possible values: [true]
Example:
truePaysafeCash Refund Request
{
"type": "PAYSAFECARD",
"amount": 0.01,
"currency": "EUR",
"customer": {
"id": "clientid6HzDvoZSodKDJ7X7VQKrtestAutomation",
"email": "BsQYjSivOF@xmfaCdnvIK.RlA"
},
"capture": true
}