curl --location --request POST 'https://api.formaxpay.com/api/nsdl/txn_status' \
--header 'Authorization: Basic UVRNRlRKckJjRWt5RnBETGtCSGpkV0dMYnFBclFwbkE6Rm9ybWF4QDEyMw==' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_id": "NSDL45996093750000GYXZS"
}'{
"status": "SUCCESS",
"message": "SUCCESS",
"data": {
"txn_status": "SUCCESS",
"txn_description": "Transaction Successful",
"order_id": "NSDL45996093750000GYXZS",
"p_order_id": "T08935546875000TSVAD",
"err_msg": "",
"ack_no": "990019702724986",
"order_amount": 107,
"txn_type": "DR",
"opening_bal": 4812.1,
"txn_amount": 95.6,
"closing_bal": 4716.5,
"timestamp": "2022-05-28 16:52:34"
}
}