Python client for interacting with the Payfast API
Project description
payfast-python-client
Asynchronous Python Client for the Payfast API
Uses requests-futures
Installation
Available on PyPi
pip install payfast-client
Usage
from payfast_client import PayfastClient
client = PayfastClient(merchant_id=123, merchant_passphrase="passphrase")
subscription = client.fetch_subscription(token="abc")
print(subscription)
<Future at 0x107d88520 state=finished returned Response>
print(subscription.result())
<Response [200]>
Features
- Signature Generation
- Error Handling (Sometimes errors returned with response_code=200)
- Endpoints
- GET /ping
- Recurring Billing
- GET /subscriptions/:token/fetch
- PUT /subscriptions/:token/pause
- PUT /subscriptions/:token/unpause
- PUT /subscriptions/:token/cancel
- PATCH /subscriptions/:token/update
- POST /subscriptions/:token/adhoc
- Transaction History
- GET /transactions/history
- GET /transactions/history/daily
- GET /transactions/history/weekly
- GET /transactions/history/monthly
- Credit card transaction query
- GET /process/query/:id
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
payfast-client-0.1.3.tar.gz
(4.9 kB
view details)
Built Distribution
File details
Details for the file payfast-client-0.1.3.tar.gz
.
File metadata
- Download URL: payfast-client-0.1.3.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.8.2 Linux/5.4.0-1040-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b143e7d17ec16ed4a445d4a6818f0a2459a6c916649e8f8023d0b6797f9cc254 |
|
MD5 | 7d695272d3607078310e39248980a543 |
|
BLAKE2b-256 | fe27da1c594fa8eae9e435bc32de3cda48fa2b0b4bb1c930958a232c7e8ddc10 |
File details
Details for the file payfast_client-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: payfast_client-0.1.3-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.8.2 Linux/5.4.0-1040-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad4f335a5c33521d577d898d5df0ea1b4739f1a77bd5f4b5364b2081b018c9a6 |
|
MD5 | a035df4f87fc677dcc263950b0cc9489 |
|
BLAKE2b-256 | 80b80f9f257dc0d6658934ca71c84bf93d1e9928ab695f1a83ecb5191dfe4f04 |