curl --location --request POST 'https://api.formaxpay.com/api/recharge/transaction' \
--header 'Authorization: Basic UVRNRlRKckJjRWt5RnBETGtCSGpkV0dMYnFBclFwbkE6Rm9ybWF4QDEyMw==' \
--header 'Content-Type: application/json' \
--data-raw '{
"operator_id": "1",
"number": "9748636563",
"amount": "10",
"p_order_id": "P12345678930001"
}'{
"status": "SUCCESS",
"message": "Transaction Successful",
"data": {
"number": "9748636563",
"amount": 10,
"operator_id": "1",
"operator_name": "Airtel",
"debit_amount": "9.88",
"opening_bal": "273.50",
"closing_bal": "263.62",
"order_id": "R58007812500000KIDZV",
"partner_order_id": "P12345678930001",
"operator_ref_id": "845642365",
"commercial_amount": "0.12",
"tds_amount": "0.00",
"timestamp": "2025-12-23 16:35:12"
}
}