SafetyPay Create Disposition Response
createDispositionReturn object
mtidstring
Merchant transaction identifier.
Example:
1607092862resultCodeinteger
Result code returned for the operation.
Example:
0errorCodeinteger
Error code returned for the operation.
Example:
0SafetyPay Create Disposition Response
{
"createDispositionReturn": {
"mtid": "1607092862",
"resultCode": 0,
"errorCode": 0
}
}