Refund Response
objectstringrequired
Type of returned object. Always refund.
Possible values: [refund]
Example:
refundidstringrequired
Unique refund identifier.
Example:
ref_1000000007_2838fhsd6dashsdkfsd_EURcreatedinteger<int64>required
Unix timestamp in milliseconds indicating when the refund was created.
Example:
1430137532383updatedinteger<int64>required
Unix timestamp in milliseconds indicating when the refund was updated.
Example:
1430137532383currencystringrequired
Refund currency.
Possible values: >= 3 characters and <= 3 characters, Value must match regular expression ^[A-Z]{3}$
Example:
EURamountnumber<double>required
Refund amount.
Example:
10customer objectrequired
idstring
Customer identifier.
Example:
merchantclientid5HzDvoZSodKDJ7X7VQKrtestAutomationemailstring<email>
Customer email address.
Example:
valid@email.comstatusstringrequired
Current refund status.
Example:
SUCCESSRefund Response
{
"object": "refund",
"id": "ref_1000000007_2838fhsd6dashsdkfsd_EUR",
"created": 1430137532383,
"updated": 1430137532383,
"currency": "EUR",
"amount": 10,
"customer": {
"id": "merchantclientid5HzDvoZSodKDJ7X7VQKrtestAutomation",
"email": "valid@email.com"
},
"status": "SUCCESS"
}