Bill Details
POST {{BASE_URL}}/bills/item/details
This endpoint returns the details of the bill
| Fields | Data Type | Description | Required |
|---|---|---|---|
| billerId | string | This is returned from the bill List as `id` | Yes |
| divisionId | string | This is returned from the bill List as `division` | Yes |
| productId | string | This is returned from the bill List as `product` | Yes |
Request Body
{"billerId"=>"airng", "divisionId"=>"C", "productId"=>"423"}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
api-key | string | ||
public-key | string | ||
reference-id | string |