Skip to main content

PaysafeCash Refund Request

typestringrequired

Product type. Must be set to PAYSAFECARD.

Possible values: [PAYSAFECARD]

Example: PAYSAFECARD
amountnumber<double>required

Refund amount with two decimal places.

Example: 0.01
currencystringrequired

Three-letter ISO 4217 currency code.

Possible values: >= 3 characters and <= 3 characters, Value must match regular expression ^[A-Z]{3}$

Example: EUR
customer objectrequired
idstringrequired

Merchant client identifier.

Example: clientid6HzDvoZSodKDJ7X7VQKrtestAutomation
emailstring<email>required

Customer email address.

Example: BsQYjSivOF@xmfaCdnvIK.RlA
capturebooleanrequired

Must be true to capture the refund immediately.

Possible values: [true]

Example: true
PaysafeCash Refund Request
{
"type": "PAYSAFECARD",
"amount": 0.01,
"currency": "EUR",
"customer": {
"id": "clientid6HzDvoZSodKDJ7X7VQKrtestAutomation",
"email": "BsQYjSivOF@xmfaCdnvIK.RlA"
},
"capture": true
}