Client for Flow Payment Acquirer
Project description
- Alpha release
- Works for make a payment Usage:
from .pyflow.client import Client
client = Client( 'flow_api_key', 'flow_private_key', 'flow_enviroment_url', True, #test Mode )
post = { 'email': 'testclient@test.tld', 'amount': 500, 'commerceOrder': 'code_comerce', 'subject': 'so1', 'paymentMethod': 9, 'urlConfirmation': 'url.tld/confirm', 'urlReturn': 'url.tld/return',
}
client.payments.post(post)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
payflow-0.1.4.tar.gz
(22.4 kB
view details)
Built Distribution
payflow-0.1.4-py3-none-any.whl
(22.7 kB
view details)
File details
Details for the file payflow-0.1.4.tar.gz
.
File metadata
- Download URL: payflow-0.1.4.tar.gz
- Upload date:
- Size: 22.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d47d034a0f398e41140140df32c8214788ccb7450d0bf558d5e2a3241677a4e5 |
|
MD5 | 57c3863956c9e769c2e10a887479b81d |
|
BLAKE2b-256 | 3406031b1dd5c6fe3627470f522417e584288289754936853f41f20b799ab788 |
File details
Details for the file payflow-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: payflow-0.1.4-py3-none-any.whl
- Upload date:
- Size: 22.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e846fa81e11892509d850a91c672e7fd90ea2632929d785fa2bf3d4f11809e6b |
|
MD5 | afc7752496de12566346a460e0ffb14b |
|
BLAKE2b-256 | d330779f797fd4dc9345f378e758f5344c5ec2c36e2c7f342925cbcd258cc633 |