1.0.1 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
MIT - MIT Licenseaamarpay is an online payment gateway service for Bangladesh. Committed to provide best payment experience online for business. Lowest fee and fast checkout will give you good experience of receiving payment online.
We recommend install aamarpay
through pip install .
.. code:: bash
$ pip install aamarpay
Output
from aamarpay.aamarpay import aamarPay
pay = aamarPay(isSandbox=True,transactionAmount=600)
paymentpath = pay.payment()
return redirect(paymentpath)
# Output: paymentpath output https://sandbox.aamarpay.com/paynow.php?track=AAM1636017211119390#
Find more details in aamarPay