SDK officiel pour l'API Pickn - Paiements et livraisons
Project description
Pickn Python SDK
SDK officiel pour l'API Pickn - Paiements et livraisons
Installation
pip install pickn
Usage
import pickn
# Configuration
sdk = pickn.PicknSDK()
sdk.config(api_key='pk_test_...', environment='test')
# Créer un paiement
payment = sdk.payments.create({
'amount': 5000, # en centimes (50.00€)
'currency': 'EUR',
'customer_id': 'cus_abc123',
'description': 'Achat produit'
})
print(payment['status']) # 'succeeded'
Documentation
Consultez la documentation complète sur pickn.fr/developers
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
pickn-1.0.0.tar.gz
(2.3 kB
view details)
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
pickn-1.0.0-py3-none-any.whl
(2.3 kB
view details)
File details
Details for the file pickn-1.0.0.tar.gz.
File metadata
- Download URL: pickn-1.0.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27bfe69386aa04a025a8f52cdef398013c26c273773cd84787a41f6d9234cd5f
|
|
| MD5 |
776a156d9a1cab68b52b5f26172aecfa
|
|
| BLAKE2b-256 |
051a5fe3576cedf8fe3c7e9ec14d6f4180fb94c338f278b9757657600275e414
|
File details
Details for the file pickn-1.0.0-py3-none-any.whl.
File metadata
- Download URL: pickn-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c21d48d6211c4838be0cee92ae70b0ff2805d6099b1a7cfa0f49d50b1c9aa72
|
|
| MD5 |
557eb664447c75ab1a191b86ed97e65e
|
|
| BLAKE2b-256 |
b7ab08d3a283f9d758b40a8bc6501d6ed5ee1d84c89b70849c878a82e8cddbb6
|