From 2b05b9100c6202ccd8d7526b56c08dbb9d002cc8 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Tue, 22 Oct 2024 01:52:46 +0500 Subject: [PATCH] docs update --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d72990f..c0b5d49 100644 --- a/README.md +++ b/README.md @@ -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)