curl --location --request POST 'https://api.formaxpay.com/api/bbps/txn_status' \
--header 'Authorization: Basic UVRNRlRKckJjRWt5RnBETGtCSGpkV0dMYnFBclFwbkE6Rm9ybWF4QDEyMw==' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_id": "BP31909179687500CMNJO"
}'{
"status": "SUCCESS",
"message": "SUCCESS",
"data": {
"txn_status": "SUCCESS",
"txn_description": "Transaction Successful",
"order_id": "BP31909179687500CMNJO",
"partner_order_id": "P91745416266061001",
"operator_id": 436,
"operator_name": "LoanBaba",
"category": "EMI Payment",
"number": "7011816100",
"amount": 5,
"operator_ref_id": "MK015357BAALPM4P3000",
"txn_type": "DR",
"txn_amount": "5.00",
"opening_bal": "263.62",
"closing_bal": "258.62",
"timestamp": "2025-12-23 17:6:54"
}
}