Pay your GOTV bill from your CBL account

Pay your GOTV bill from 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

GOTV bill presentment Request

credit_account
string
transactionType
required
string
reference_number
string
timestamp
required
string
currency
required
string
client_id
required
string
Responses
200

Request successfully processed

400

bad input parameter

post/gotv-presentment
Request samples
application/json
{
  • "credit_account": "9876445667",
  • "transactionType": "GOTVPRESENTMENT",
  • "reference_number": "20GY1KKB2CS",
  • "timestamp": "2021-01-29T00:54:08+03:00",
  • "currency": "KES",
  • "client_id": "OA9876543"
}
Response samples
application/json
{
  • "response_code": "00",
  • "response_message": "Request processed successfully",
  • "transaction_reference": "FT120GY1KKB2",
  • "reference_number": "20GY1KKB2CSWL",
  • "transaction_value_date": "2021-01-29",
  • "account_id": "901233212",
  • "due_date": "2020-11-08",
  • "due_amount": "2500",
  • "customer_name": "John Doe",
  • "transaction_date": "2022-01-29"
}