docs update

This commit is contained in:
Shihaam Abdul Rahman 2024-10-22 01:52:46 +05:00
parent 1f20accdfb
commit 2b05b9100c
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

View File

@ -1,11 +1,10 @@
### Maldives Islamic Bank Payment Verification API
This api will allow you to match customers payment and your MIB account history, it will match with transaction time, account owner name and amount. \
but slight issue is that, MIB to MIB transaction sometimes have MIBs made-up name for the account owner name, This is challenging, so work around that, \
I added option to send customers account number to fetch the made-up name and match with it. \
(BML) Farava transations works perfectly with just the name! \
It uses cookie from webssion to fetch everything, it also has a keepalive service so websession does not expire after 5mins.
- This api will allow you to match customers payment and your MIB account history, it will match with transaction time, account owner name and amount.
- slight issue with using account number name is that, MIB to MIB transaction sometimes have MIBs made-up name for the account owner name, This is challenging, so work around that, I added option to send customers account number to fetch the made-up name and match with it. \
- BML (Farava) transations works perfectly with just the name!
- It uses cookie from webssion to fetch everything, it also has a keepalive service so websession does not expire after 5mins.
## How to deploy/get started (with docker/podman)