Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

onlinecheckwriter-quickpay-1.4.tar.gz (2.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

onlinecheckwriter_quickpay-1.4-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file onlinecheckwriter-quickpay-1.4.tar.gz.

File metadata

File hashes

Hashes for onlinecheckwriter-quickpay-1.4.tar.gz
Algorithm Hash digest
SHA256 2dbcf189b3ea9ccd0db05b8aa569ecc7464172ce4f0f204b1d2fe92e66fd95ec
MD5 efc404a185327066da2fb41f21d61d82
BLAKE2b-256 370e1efe69e899b77b1df9b888e57edabe654ba3d1bc73af5cc7d668b8b32e4f

See more details on using hashes here.

File details

Details for the file onlinecheckwriter_quickpay-1.4-py3-none-any.whl.

File metadata

File hashes

Hashes for onlinecheckwriter_quickpay-1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 e21db74749d6253dd2b118e2094fa1c6a8b48297302dec06d8073db72ec56bc5
MD5 83ec73d02ef58d471054deec1804319d
BLAKE2b-256 0921b54d97f9f58e7430141130479f9be9bdc00bc541aa9155dd8b7c66daa9b0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page