Cancels a direct-debit instruction. Please note that canceling a future debit must be submitted 1-2 banking-days ahead of the payment date.
JSON
{
"method":"CancelDirectDebit",
"params":{
"UUID":"258a2184-2842-b485-25ca-293525152425",
"Data":{
"Username":"merchant_username",
"Password":"merchant_password",
"OrderID":"1234512345",
},
"Signature":"f4ThjuMqbsdG6u ... S16VbzD4h=="
},
"version":"1.1"
}
JSON
{
"result": {
"method":"CancelDirectDebit",
"uuid":"258a2184-2842-b485-25ca-293525152425",
"data":{
"result":"1",
"rejected":"",
},
"signature":"QBuLx ... JDGM/GVq5EBaPnGmvxA=="
},
"version":"1.1"
}