Refund Response
Response returned after processing a refund request.
refundRequestReturnType refundRequestReturnType
rtidstring
Refund transaction identifier.
Example:
dv-ref-test8-refundmtidstring
Merchant transaction identifier of the original transaction.
Example:
dv-ref-test8amountnumber<double>
Refund amount.
Example:
10currencystring
Currency of the refund.
Example:
EURsubIdstringnullable
Optional sub-identifier.
validationOnlyboolean
Indicates whether the refund request was validation-only.
Example:
trueresultCodeinteger
Result code returned for the refund request.
Example:
0errorCodeinteger
Error code returned for the refund request.
Example:
0errorCodeDescriptionstring
Description associated with the returned error code.
Example:
Refund Response
{
"refundRequestReturnType": {
"rtid": "dv-ref-test8-refund",
"mtid": "dv-ref-test8",
"amount": 10,
"currency": "EUR",
"subId": "string",
"validationOnly": true,
"resultCode": 0,
"errorCode": 0,
"errorCodeDescription": ""
}
}