Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivall/polish-py-payments
Polish payment providers in python
https://github.com/ivall/polish-py-payments
ecommerce payments polish python sdk
Last synced: about 1 month ago
JSON representation
Polish payment providers in python
- Host: GitHub
- URL: https://github.com/ivall/polish-py-payments
- Owner: ivall
- License: mit
- Created: 2022-05-15T19:20:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-16T13:57:56.000Z (over 2 years ago)
- Last Synced: 2024-11-12T16:04:32.743Z (2 months ago)
- Topics: ecommerce, payments, polish, python, sdk
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# polish-py-payments
[![Downloads](https://static.pepy.tech/personalized-badge/polish-py-payments?period=total&units=international_system&left_color=black&right_color=blue&left_text=Downloads)](https://pepy.tech/project/polish-py-payments)
#### Dokumentacja nie jest skończona.### Instalacja
```pip install polish-py-payments```### Operator lvlup
```python
from polish_py_payments import Lvluplvlup = Lvlup("secret")
payment_url = lvlup.create_payment(5.00, "https://successpage.com", "https://webhook.com")
```### Operator HotPay
#### Przelewy
```python
from polish_py_payments import HotpayTransfer
```
#### PSC
```python
from polish_py_payments import HotpayTransfer```
#### SMS
```python
from polish_py_payments import HotpaySms
```### Operator MicroSms
```python
from polish_py_payments import Microsms
```