Validate Bill Payment
API Endpoint
Validate Bill Payment
This endpoint validates the biller along with the customer account information.
POST
Validate Bill Payment
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier for the biller
Example:
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
Body
application/json
The mobile Network to top up
Example:
"233201854694"
The sender's name
Example:
"Internal QA"
The ISO-3 of receiver's currency
Example:
"GHS"
The ISO-3 of receiver's country
Example:
"GHA"
The ISO-3 of sender's country
Example:
"ZMB"
The ISO-3 of sender's currency
Example:
"ZMW"
Transaction reference
Example:
"ZMB3492bdu"
The amount paid out
Example:
"1"
The amount sent
Example:
"2"
