Skip to main content

SafetyPay Create Disposition Response

createDispositionReturn object
mtidstring

Merchant transaction identifier.

Example: 1607092862
resultCodeinteger

Result code returned for the operation.

Example: 0
errorCodeinteger

Error code returned for the operation.

Example: 0
SafetyPay Create Disposition Response
{
"createDispositionReturn": {
"mtid": "1607092862",
"resultCode": 0,
"errorCode": 0
}
}