curl --location --request POST 'https://api.formaxpay.com/api/utiitsl_pancard/psa/txn_status' \
--header 'Authorization: Basic UVRNRlRKckJjRWt5RnBETGtCSGpkV0dMYnFBclFwbkE6Rm9ybWF4QDEyMw==' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_id": "R11059570312501IIRAD"
}'{
"status": "SUCCESS",
"message": "Transaction details fetched successfully",
"data": {
"txn_status": "SUCCESS",
"txn_description": "Transaction Successful",
"order_id": "R64843750000000HZHLA",
"p_order_id": "R21543220542160",
"agent_id": "FORMAX01",
"quantity": "5",
"order_amount": "535.00",
"txn_type": "DR",
"txn_amount": "487.50",
"opening_bal": "56399.53",
"closing_bal": "55912.03",
"timestamp": "2022-06-22 23:6:41"
}
}