post
https://api.billhub.in/reseller/bbps/bill-fetch/
The Bill Fetching API allows users to retrieve billing information before initiating a payment request. This ensures accurate payment amounts, user verification, and seamless transaction processing. The API supports dynamic parameters to accommodate various service providers and billing requirements, making it versatile and adaptable for different scenarios.
Response Fields
- success: (boolean) Indicates whether the request was successful.
- data: (array) Contains the bill information.
- billAmount: (string) The total bill amount.
- billnetamount: (string) The net amount after any applicable adjustments.
- billdate: (string) The date the bill was generated.
- dueDate: (string) The payment due date.
- acceptPayment: (boolean) Indicates if payment for the bill is currently accepted.
- acceptPartPay: (boolean) Indicates if partial payment is allowed.
- cellNumber: (string) The number for which the bill was fetched.
- userName: (string) Name associated with the number.
Notes
- Ensure that the correct operator code and parameters are used.
- If additional parameters are required by the operator, include them in the request body.
- Use the response data to validate bill details before initiating a payment request.
