Create Disposition Return
mtidstring
Merchant transaction ID.
Example:
1607092862midstringnullable
Merchant ID.
Example:
1100000000resultCodeinteger
Result code of the operation.
0 indicates success.
Example:
0errorCodeinteger
Error code of the operation.
Error code 2039 indicates that one of the values passed in
INSTRUMENT or INSTRUMENT_SUBTYPE is not a valid value.
Example:
0associationIdstring
Association identifier returned for automatic payments.
Create Disposition Return
{
"mtid": "1607092862",
"mid": "1100000000",
"resultCode": 0,
"errorCode": 0,
"associationId": "string"
}