mib-payment-verify/fetchname.sh

10 lines
208 B
Bash
Raw Normal View History

2024-10-20 00:59:53 +05:00
#!/bin/bash
source .env 2> /dev/null
accountNo=$1
curl -s 'https://faisanet.mib.com.mv/ajaxBeneficiary/getAccountName' \
-H "cookie: ql_0=${QL_0}; IBSID=${IBSID}" \
--data-raw "accountNo=${accountNo}"