Umbrella package for the python-getpaid payment processing ecosystem.
Install the core library:
pip install python-getpaidpip install python-getpaid[payu]
pip install python-getpaid[paynow]
pip install python-getpaid[przelewy24]
pip install python-getpaid[bitpay]
pip install python-getpaid[backends] # all backendspip install python-getpaid[django]
pip install python-getpaid[fastapi]
pip install python-getpaid[litestar]
pip install python-getpaid[frameworks] # all framework adapterspip install python-getpaid[all]| Extra | Installs |
|---|---|
payu |
python-getpaid-payu |
paynow |
python-getpaid-paynow |
przelewy24 |
python-getpaid-przelewy24 |
bitpay |
python-getpaid-bitpay |
django |
django-getpaid |
fastapi |
fastapi-getpaid |
litestar |
litestar-getpaid |
backends |
All payment gateway backends |
frameworks |
All framework adapters |
all |
Everything above |