vData.PL - API Client in Python
Project description
vData.PL - Python API Lib
Example - Generate client
from vDataAPI.Payments import VDataPayments
vdataclient = VDataPayments('callbackURI', 'redirectURI', 'apikey')
Example - Generate payment
Return JSON
payment = vdataclient.generate_payment(amount=12.50)
Example - Check payment status
paymentstatus = vdataclient.check_payment_status("PAYMENT ID")
By © HSCode.PL
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
vDataAPI-1.4.1.tar.gz
(2.4 kB
view details)
File details
Details for the file vDataAPI-1.4.1.tar.gz.
File metadata
- Download URL: vDataAPI-1.4.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e8eca4d22f3e517f137ca97112cfef479ffeadab87f9cbc83ebadc187ad13c1
|
|
| MD5 |
15e3c089a18afb579c4990cdc0608b18
|
|
| BLAKE2b-256 |
391449c7a59c36ba60964bb8dafd3e8d1339c9b6bf76c298148d320d7d240ce1
|