Skip to main content

A Python package for handling online check payments

Project description


title: 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)

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.3.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.3-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for onlinecheckwriter-quickpay-1.3.tar.gz
Algorithm Hash digest
SHA256 3bb4185b6c47fd8eafc536fc4d9e2b8bb9a7987fb029fda72286651e20a451e4
MD5 c84f863c663f17b221d6acbb29d3bc33
BLAKE2b-256 ab6ba5b4aa12af9aab4878a013e49f34c705d2f78fc3db11706e2c1263ab7a96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for onlinecheckwriter_quickpay-1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 f4da25ba61f7a0bb1f4fbd4ef9e16a31011cb986db135d5f35b76189efed6c01
MD5 f22de9d0c2228791a9843dbe2dfe52c4
BLAKE2b-256 fdc1c644dc3766398316c80fb8d5f4424588ccc9880b57dcd2fb70603763f6df

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