Payment gateway libarary
Project description
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
~~~~~~
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aamarpay-1.0.1.tar.gz
(2.9 kB
view details)
File details
Details for the file aamarpay-1.0.1.tar.gz
.
File metadata
- Download URL: aamarpay-1.0.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9daa4555257f557b4b2f3e3af628e45092039556c12130c1280ac809fedcd2b |
|
MD5 | 4d1a153eb3e278df731a9022345210be |
|
BLAKE2b-256 | 17a11ee5b3cb0ed514c334ccc2f42d121f8981fbd170b065c831f73064356dfe |