PaysafeCash Refund Response
objectstringrequired
Type of returned object.
Possible values: [refund]
Example:
refundidstringrequired
Unique refund identifier.
Example:
ref_1090001806_jLeDEOXQQ650beFRumAxAaTppaiRusBG_EURcreatedinteger<int64>required
Refund creation timestamp in milliseconds.
Example:
1548678418626updatedinteger<int64>required
Refund update timestamp in milliseconds.
Example:
1548678419285currencystringrequired
Refund currency.
Possible values: >= 3 characters and <= 3 characters, Value must match regular expression ^[A-Z]{3}$
Example:
EURamountnumber<double>required
Refund amount.
Example:
0.01customer objectrequired
idstringrequired
Merchant client identifier.
Example:
clientid6HzDvoZSodKDJ7X7VQKrtestAutomationemailstring<email>required
Customer email address.
Example:
BsQYjSivOF@xmfaCdnvIK.RlAstatusstringrequired
Refund status.
Example:
SUCCESScustomer_currencystringrequired
Currency credited to the customer account.
Possible values: >= 3 characters and <= 3 characters, Value must match regular expression ^[A-Z]{3}$
Example:
EURcustomer_amountnumber<double>required
Amount credited to the customer account.
Example:
0.01PaysafeCash 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
}