Search for an existing standing order on your CBL account

Search for 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

Results for Search on an existing standing order Request

transaction_type
required
string
reference_number
required
string
timestamp
required
string
currency
required
string
client_id
required
string
Responses
200

Found the following details

400

bad input parameter

post/standing-order-lookup
Request samples
application/json
{
  • "transaction_type": "STO",
  • "reference_number": "20GY1KKB2CSWL",
  • "timestamp": "2021-01-29T00:54:08+03:00",
  • "currency": "KES",
  • "client_id": "OA9876543"
}
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"
}