Cancel an existing standing order on your CBL account

Cancel an existing standing order on your CBL account

Request
header Parameters
x-app-id
required
string

pass the project id

x-api-key
required
string

api-key

Request Body schema: application/json

Cancel a standing order Request

stoId
required
string
date
required
string
Responses
200

Successfully cancelled the standing order

400

bad input parameter

post/cancel-standing-order
Request samples
application/json
{
  • "stoId": "0021024000038.10",
  • "date": "20221117"
}
Response samples
application/json
{
  • "responseCode": "00",
  • "responseMessage": "Request processed successfully",
  • "transactionReference": "FT120GY1KKB2",
  • "referenceNumber": "20GY1KKB2CSWL",
  • "transaction_value_date": "2021-01-29",
  • "debitAccount": "9012311313212",
  • "creditAccount": "25478120100",
  • "transactionDate": "2021-01-29"
}