-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME.txt
More file actions
38 lines (23 loc) · 842 Bytes
/
README.txt
File metadata and controls
38 lines (23 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Aamarpay Payment Gateway integration in python
======
aamarpay 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.
Installation
~~~~~~~~~~~~
We recommend install ``aamarpay`` through pip install .
.. code:: bash
$ pip install aamarpay
Example
~~~~~~~
To make a payment :
.. code:: python
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#
Contribute
~~~~~~~~~~
Create Github Pull Request https://github.com/sanjidbillah/aamarPay-python
x
Thanks
~~~~~~