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 payment Request

amount
required
string
creditAccount
required
string
transactionType
required
string
transactionReference
required
string
timestamp
required
string
currency
required
string
serviceName
required
string
Responses
200

Request successfully processed

400

bad input parameter

post/gotv-payment
Request samples
application/json
{
  • "amount": "2500",
  • "creditAccount": "0021024000039",
  • "transactionType": "BILL_PAYMENT",
  • "transactionReference": "DRFG5D6SYHAT",
  • "timestamp": "2021-01-29T00:54:08+03:00",
  • "currency": "KES",
  • "serviceName": "GOTV"
}
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"
}