curl --location --request POST 'https://api.formaxpay.com/api/bbps/bill_fetch' \
--header 'Authorization: Basic UVRNRlRKckJjRWt5RnBETGtCSGpkV0dMYnFBclFwbkE6Rm9ybWF4QDEyMw==' \
--header 'Content-Type: application/json' \
--data-raw '{
"operator_id": "263",
"params": [
{
"param_name": "number",
"value": "7011816100"
}
],
"p_order_id": "R9174541626606001"
}'{
"status": "SUCCESS",
"message": "Bill Fetched Successfully",
"data": {
"bill": {
"bill_amount": "0.0",
"bill_net_amount": "0.0",
"bill_date": "03 Dec 2025",
"due_date": "2025-12-13",
"accept_payment": true,
"accept_part_pay": true,
"customer_name": "NA",
"customer_ref_id": "7011816100"
},
"order_id": "BE16284179687500SXCJW",
"partner_order_id": "R9174541626606001",
"timestamp": "2025-12-23 17:4:41"
}
}