No project description provided
Project description
Acquirers
Who uses this module
Supported Acquirers
Install
pip install Acquirers
Tinkoff
API Documnetation: https://oplata.tinkoff.ru/landing/develop/documentation/processing_payment
from Acquirers.Tinkoff import TinkoffSimplePayment
t = TinkoffSimplePayment(terminal_id, password)
t.init(tr.id, amount_tinkoff)
Result
{
"Success": true,
"ErrorCode": "0",
"TerminalKey": "1520095906182DEMO",
"Status": "NEW",
"PaymentId": "14458036",
"OrderId": "02eb4dae-ec1e-44b2-844f-4e5c21e0bb88",
"Amount": 100,
"PaymentURL": "https://securepay.tinkoff.ru/pX81zg"
}
Yandex.kassa
API Doc: https://kassa.yandex.ru/developers/api
Rocketpay
from Acquirers.Rocketpay import RocketpaySimplePayment
rp = RocketpaySimplePayment()
rp.merchant_id = '4'
rp.terminal_id = '4'
rp.secret_key = '265af92d-1ed8-433b-8c54-fa02a45f1227'
Инициируем платёж
rp.init(order_id="example", amount="1.0")
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
Acquirers-0.0.7.tar.gz
(20.7 kB
view details)
File details
Details for the file Acquirers-0.0.7.tar.gz
.
File metadata
- Download URL: Acquirers-0.0.7.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4594cd1a55cf9fcab4e665c6129f6c124d06ce292325894beafb2b9bbcfd03d5 |
|
MD5 | a8aa424db070de472b85e9d22615a027 |
|
BLAKE2b-256 | 23742f804e5fe91ddcb6adf59d8dd389bff9dc7a218ed8ae27818c57339b8955 |