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

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for onlinecheckwriter-quickpay-1.5.tar.gz
Algorithm Hash digest
SHA256 58263bf408d472ddf434307df5c3ac0fe82267e841ff53292c9e1bb509bc2623
MD5 cf37da8e4a80e54e5202c62e5d2c4d51
BLAKE2b-256 ee002ba1072755dd5d368221492f3f425f379c88f72e2b87488919c265f87b92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for onlinecheckwriter_quickpay-1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 c63be60c9dc0295fe8572ad23c0c6f62b913cf6cf99df93081546d5bccb0e2fd
MD5 89b4cedc43e1ed5fb2d84dab6287428b
BLAKE2b-256 b038439e7fab8f69ff0628e98db4064698b0ffb071664a0baa8ad8fc4fd31778

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