post
https://dev.fintavapay.com/api/dev/billing/preview-meter
How do you find dicso codes
Electricity distribution companies are represented as codes. You can find this code when you run the List dicos endpoint
In the example below, we're looking for the disco code for IKEDC. Using the List discos endpoint we identified it as "Ikeja_Electric_Bill_Payment", See the response example below.
{
"id": "dd8ebf39-853e-4bae-96ed-338f4c1fd08d",
"createdAt": "2023-09-07T00:00:00.718Z",
"updatedAt": "2023-09-07T00:00:00.718Z",
"code": "Ikeja_Electric_Bill_Payment",
"description": "Ikeja Electric Bill Payment",
"minimum_value": "500",
"maximum_value": "500000",
"is_available": "Yes"
},