Bills Payment API
The Bills Payment API, a powerful tool crafted to streamline the process of paying bills with ease and efficiency. This documentation serves as your comprehensive guide to leverage our API endpoint seamlessly, enabling you to initiate bills payment transactions, verify payment details, and ensure successful payment.
How does it work?
The client calls the
GetAllBills
endpoint to get a list of all available billers.The client validates the customer identifier against selected biller for payment.
The client initiates a bill payment request on behalf of the user, providing necessary payment details such as bill amount and recipient information or customer identifier
.
The bank makes a callback to the client using their authorization URL to revalidate bills payment.
Upon successful payment validation, the client gets a
PENDING
status of the payment, while the transaction is processed.The client is notified of the payment status via the provided callback URL, informing them of the successful completion or any potential issues with the payment process.