Dear community,
We are pleased to announce the release of a new API version in the B2B channel.
Bill Payments
The Bill Payments API allows customers to pay their bills online.
With this API, you can:
- Retrieve a list of billers so the customer can select which biller to pay
- Enquire on the details of a specific biller
- Retrieve charges, bill amount (if it comes from an aggregator), and the total payment amount the customer needs to pay
- Validate the bill payment details prior to payment
- Pay the bill
- Retrieve the history of bills paid by the customer
It contains now 7 endpoints:
- GET /billers: Retrieve billing company detailsCalculates the average compounded rate for the given input criteria
- GET /billers/{id}: Inquire billing company details
- POST /charges/calculate: Calculate charges
- POST /payments/validate: Bill payment validations
- GET /payments: List of Bills Paid by the Customer
- POST /payments: Bill payment
- GET /payments/{sourcePaymentReference}: Inquire payment details
More documentation here.