A Python package for interacting with the HormuudEVCPlusMerchant Payment
Project description
HormuudEVCPlusMarchant
HormuudEVCPlusMarchant is a Python package that provides an interface for interacting with the HormuudEVPClusMarchant API. It allows you to perform various operations related to payment processing and transactions.
Installation
You can install HormuudEVCPlusMarchant using pip:
pip install HormuudEVPlusMarchant
import HormuudEVCPlusMerchant
# Configure the client with your credentials
merchant_uid = [YOUR MERCHANT-UID]
api_user_id = [YOUR API USERID]
api_key = [YOR API KEY]
# Create an instance of the client
client = HormuudEVCPlusMerchant(merchant_uid, api_user_id, api_key)
# Create payerInfo and transactionInfo objects
payer_info = {
"accountNo": "25261XXXXXXX"
}
transaction_info = {
"referenceId": "12345",
"invoiceId": "IVO001",
"amount": "1",
"currency": "USD",
"description": "descirption "
}
# Make the request with the payerInfo and transactionInfo objects
response = client.make_request(payer_info, transaction_info)
# Process the response
print(response)
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 HormuudEVCPlusMerchant-1.0.6.tar.gz.
File metadata
- Download URL: HormuudEVCPlusMerchant-1.0.6.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53f26c5859f6b80fd8d44e9449e64da3c4c40bd8ca761d6d4b7493c129e4e3a3
|
|
| MD5 |
25637a1ae371bced3a330441a4970dec
|
|
| BLAKE2b-256 |
c3e9073cc0f998f4b112ba48460fd5da175960f32acb6a18b46a9c8743ecc978
|
File details
Details for the file HormuudEVCPlusMerchant-1.0.6-py3-none-any.whl.
File metadata
- Download URL: HormuudEVCPlusMerchant-1.0.6-py3-none-any.whl
- Upload date:
- Size: 1.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f710b4c3f1eb9a54c8cb95f4fef73f72654a249c12c0dbb67fd2f2ab1b9f0eb5
|
|
| MD5 |
964fa0f61a93cf6cc9625e2ac94cad6b
|
|
| BLAKE2b-256 |
4b5c5c71254641722c2466c8a315182948e4506c1e3ac32607de2136382f4aa2
|