Flutterwave bill payment API integration

617 Views Asked by At

does anyone know how I can charge a customer through his/her card for Bill payments with flutterwave api

1

There are 1 best solutions below

1
On

Yes. However, the request payload differs based on the bill payment type and the biller.

The general flow is as below:

  1. Get the biller details.
  2. Make the bill payment.
  3. Verify the status of the bill

Here are the links to the docs for the billers, initiating the payment and verifying its status.