curl --location --request POST 'https://api.formaxpay.com/api/lead/lead_status' \
--header 'Authorization: Basic UVRNRlRKckJjRWt5RnBETGtCSGpkV0dMYnFBclFwbkE6Rm9ybWF4QDEyMw==' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_id": "L03247070312500NTAIB"
}'{
"status": "SUCCESS",
"message": "Transaction Details Fetched Successfully",
"data": {
"category_id": "2",
"product_id": "48",
"order_id": "L03247070312500NTAIB",
"lead_status": "PENDING",
"redirect_url": "https://fpay.ssoaccess.in/api/lead/sso_redirect?authorization=TDAzMjQ3MDcwMzEyNTAwTlRBSUI=",
"customer_name": "EZAZUL HAQUE",
"pan_number": "AQNPH8107J",
"mobile": "9836993732",
"email": "ezazul.haque@formaxit.com",
"pincode": "700126",
"loan_amount": 0,
"timestamp": "2025-12-25 11:1:52"
}
}