docs update

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

View File

@ -2,7 +2,7 @@
- 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. \
- 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.