No project description provided
Project description
1D3 checkout page SDK
This is a set of libraries in the Python language to ease integration of your service with the 1D3 Checkout Page.
Please note that for correct SDK operating you must have at least Python 3.5.
Payment flow
Installation
Install with pip
pip install 1d3-checkout-sdk
Get URL for payment
from checkout_page_sdk.gate import Gate
from checkout_page_sdk.payment import Payment
gate = Gate('secret')
payment = Payment('402')
payment.payment_id = 'some payment id'
payment.payment_amount = 1001
payment.payment_currency = 'USD'
payment_url = gate.get_purchase_checkout_page_url(payment)
payment_url here is the signed URL.
Handle callback from 1D3
You'll need to autoload this code in order to handle notifications:
from checkout_page_sdk.gate import Gate
gate = Gate('secret')
callback = gate.handle_callback(data)
data is the JSON data received from payment system;
callback is the Callback object describing properties received from payment system;
callback implements these methods:
callback.get_payment_status()Get payment status.callback.get_payment()Get all payment data.callback.get_payment_id()Get payment ID in your system.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file 1d3-checkout-sdk-1.0.1.tar.gz.
File metadata
- Download URL: 1d3-checkout-sdk-1.0.1.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d48692d557435e645acef791920f04efc9ce8f7faee06a72544796d0eeb74db6
|
|
| MD5 |
ba9271c28db3ddef894b0c664871b854
|
|
| BLAKE2b-256 |
3f260f3e7ff4b029f8933f902aade66c5834972b18cca4a24deab5e4d2985686
|
File details
Details for the file 1d3_checkout_sdk-1.0.1-py3-none-any.whl.
File metadata
- Download URL: 1d3_checkout_sdk-1.0.1-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c8d1e50b72439fd4f0042bdce0423dbdfe1385a8f757364bafa58596cc8fb12
|
|
| MD5 |
b0d45e769f3c03ef1cf6956f116bf60f
|
|
| BLAKE2b-256 |
3b5f64b81fbdc2d5e7a56313d7e3a816c04a8e15a13d7ec409b6adaa99d74ad9
|