A Python package for handling online check payments
Project description
Onlinecheckwriter Quick Pay Api
Streamlined Payment API with Multi-Channel Support: Seamlessly Integrate Checks, eChecks, Virtual Cards, ACH/Direct Deposits, and Wire Transfers into Your Application
Full API documenation source to see how it works.
Sample Code
from onlinecheckwriter_quickpay.onlinecheckwriter import OnlineCheckWriter
# Initialize the OnlineCheckWriter instance with your API token and environment
ocw = OnlineCheckWriter()
ocw.set_token("YOUR_API_TOKEN")
ocw.set_environment("SANDBOX") # or "LIVE" if needed
# Prepare the data for a payment (example data)
data = {
"source": {"accountType": "bankaccount", "accountId": ""},
"destination": {
"name": "John Myres",
"company": "Tyler Payment Technologist",
"address1": "5007 richmond rd",
"address2": "",
"city": "Tyler",
"state": "TX",
"zip": "75701",
"phone": "9032457713",
"email": "support@onlinecheckwriter.com",
},
"payment_details": {
"amount": 500,
"memo": "for game",
"note": "Note For Internal Purpose",
},
}
# Test sending a check payment
result = ocw.send_check(data)
# Print the result
print(result)
Available method result = ocw.send_check(data)
result = ocw.send_mailcheck(data)
result = ocw.send_direct_deposit(data)
result = ocw.send_virtual_card(data)
result = ocw.send_wire(data)
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 onlinecheckwriter-quickpay-1.5.tar.gz.
File metadata
- Download URL: onlinecheckwriter-quickpay-1.5.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58263bf408d472ddf434307df5c3ac0fe82267e841ff53292c9e1bb509bc2623
|
|
| MD5 |
cf37da8e4a80e54e5202c62e5d2c4d51
|
|
| BLAKE2b-256 |
ee002ba1072755dd5d368221492f3f425f379c88f72e2b87488919c265f87b92
|
File details
Details for the file onlinecheckwriter_quickpay-1.5-py3-none-any.whl.
File metadata
- Download URL: onlinecheckwriter_quickpay-1.5-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c63be60c9dc0295fe8572ad23c0c6f62b913cf6cf99df93081546d5bccb0e2fd
|
|
| MD5 |
89b4cedc43e1ed5fb2d84dab6287428b
|
|
| BLAKE2b-256 |
b038439e7fab8f69ff0628e98db4064698b0ffb071664a0baa8ad8fc4fd31778
|