Skip to main content

Create Disposition Return

mtidstring

Merchant transaction ID.

Example: 1607092862
midstringnullable

Merchant ID.

Example: 1100000000
resultCodeinteger

Result code of the operation.

0 indicates success.

Example: 0
errorCodeinteger

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: 0
associationIdstring

Association identifier returned for automatic payments.

Create Disposition Return
{
"mtid": "1607092862",
"mid": "1100000000",
"resultCode": 0,
"errorCode": 0,
"associationId": "string"
}