CreateDispositionResponse
Response returned after a createDisposition request.
mtidstring
Merchant transaction ID.
Example:
18b02d230-a6822f-4cbb-aee9-0bc07d90cfa4midstring
Merchant ID.
Example:
1000001234resultCodeinteger
Result code of the operation.
Example:
0errorCodeinteger
Error code of the operation.
Example:
0CreateDispositionResponse
{
"mtid": "18b02d230-a6822f-4cbb-aee9-0bc07d90cfa4",
"mid": "1000001234",
"resultCode": 0,
"errorCode": 0
}