Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 Lvlup

lvlup = 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
```