Skip to main content

PaysafeCash Refund Response

objectstringrequired

Type of returned object.

Possible values: [refund]

Example: refund
idstringrequired

Unique refund identifier.

Example: ref_1090001806_jLeDEOXQQ650beFRumAxAaTppaiRusBG_EUR
createdinteger<int64>required

Refund creation timestamp in milliseconds.

Example: 1548678418626
updatedinteger<int64>required

Refund update timestamp in milliseconds.

Example: 1548678419285
currencystringrequired

Refund currency.

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

Example: EUR
amountnumber<double>required

Refund amount.

Example: 0.01
customer objectrequired
idstringrequired

Merchant client identifier.

Example: clientid6HzDvoZSodKDJ7X7VQKrtestAutomation
emailstring<email>required

Customer email address.

Example: BsQYjSivOF@xmfaCdnvIK.RlA
statusstringrequired

Refund status.

Example: SUCCESS
customer_currencystringrequired

Currency credited to the customer account.

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

Example: EUR
customer_amountnumber<double>required

Amount credited to the customer account.

Example: 0.01
PaysafeCash Refund Response
{
"object": "refund",
"id": "ref_1090001806_jLeDEOXQQ650beFRumAxAaTppaiRusBG_EUR",
"created": 1548678418626,
"updated": 1548678419285,
"currency": "EUR",
"amount": 0.01,
"customer": {
"id": "clientid6HzDvoZSodKDJ7X7VQKrtestAutomation",
"email": "BsQYjSivOF@xmfaCdnvIK.RlA"
},
"status": "SUCCESS",
"customer_currency": "EUR",
"customer_amount": 0.01
}