ExecuteDebitResponse
Response returned by executeDebit.
mtidstring
Merchant transaction ID.
Example:
18b02d230-a6822f-4cbb-aee9-0bc07d90cfa4subIdstring
Optional reporting criteria value.
Example:
shop1resultCodeinteger
Result code of the operation.
Example:
0errorCodeinteger
Error code of the operation.
Example:
0ExecuteDebitResponse
{
"mtid": "18b02d230-a6822f-4cbb-aee9-0bc07d90cfa4",
"subId": "shop1",
"resultCode": 0,
"errorCode": 0
}