PagoEfectivo Create Disposition Response
createDispositionReturn object
mtidstring
Merchant transaction identifier.
Example:
1607092862resultCodeinteger
Result code returned for the disposition.
0 indicates success. A non-zero value indicates an error.
Example:
0errorCodeinteger
Error code returned for the disposition.
Error code 2039 indicates that the supplied INSTRUMENT value
is not valid.
Example:
0PagoEfectivo Create Disposition Response
{
"createDispositionReturn": {
"mtid": "1607092862",
"resultCode": 0,
"errorCode": 0
}
}