Skip to main content

PagoEfectivo Create Disposition Result

mtidstring

Merchant transaction identifier.

Example: 1607092862
resultCodeinteger

Result code returned for the disposition.

0 indicates success. A non-zero value indicates an error.

Example: 0
errorCodeinteger

Error code returned for the disposition.

Error code 2039 indicates that the supplied INSTRUMENT value is not valid.

Example: 0
PagoEfectivo Create Disposition Result
{
"mtid": "1607092862",
"resultCode": 0,
"errorCode": 0
}