curl --location 'https://api.formaxpay.com/api/bbps/v3/bill_payment' \
--header 'Authorization: Basic aXlrdmN4TTNVRjJoNmFwREJncWhGWFRDaUxMZ0hPVVk6cE9rZCE7ZGNVUjU3MDFjOw==' \
--header 'Content-Type: application/json' \
--data-raw '{
"provider": "NEW_MBK",
"operator_id": 942,
"amount": 100,
"customer_mobile": "9836114520",
"remitter_name": "Mijanur Haque",
"payment_ref_id": "R001224450547902",
"payment_mode": "UPI",
"payment_account_info": "9836114520@upi",
"p_order_id": "R001224450547902",
"params": [
{
"payment_id": "cn",
"value": "153079219"
},
{
"payment_id": "ad1",
"value": "9836114520"
}
]
}'{
"status": "SUCCESS",
"message": "Transaction Successful",
"data": {
"number": "153079219",
"amount": 100,
"operator_id": 942,
"operator_name": "West Bengal Electricity Prepaid",
"category": "Electricity",
"debit_amount": "98.50",
"opening_bal": "237.70",
"closing_bal": "139.20",
"order_id": "BP10498046875000HSKPT",
"partner_order_id": "R001224450547902",
"operator_ref_id": "MK016211BAAMLD4CW00R",
"commercial_amount": "1.50",
"tds_amount": "0.00",
"timestamp": "2026-07-30 21:44:11"
}
}