Use Case 1: Send Physical Mail Via API with BankaccountId

Use Case 1: Send Physical Mail Via API with BankaccountId

Recommended Way:
First, sign up and get your API token.
Create a new bank account (the routing number should be correct, for instance: 011103093). Skip the demo account.
Go to the developer panel and get the bankAccountId of your newly created bank account.
Now call the following API.

/quickpay/mailcheck
{
    "source" :
    {
        "accountType" : "bankaccount",
        "accountId"   :  "{{bankAccountId}}"
    },
    "destination":
    {
        "name": "John Myres",
        "company": "Tyler Payment Technologist",
        "address1" :"12456 richmond rd",
        "address2":"Apartment 2022",
        "city":"Tyler",
        "state":"TX",
        "zip":"75701",
        "phone":"9032457713",
        "email":"support@onlinecheckwriter.com",
        "shippingTypeId" : 1
    },

    "payment_details":
    {
        "amount":984,
        "memo":"for game",
        "note": "Note For Internal Purpose"
    }

}
Reference : https://apiv3.onlinecheckwriter.com/#ab01c63f-3797-4f19-815a-ad9ad453ce4f

----------------------------






    • Related Articles

    • How to Use the QuickPay Feature to Mail a Check

      Fast and simplest way /quickpay/mailcheck { "source" : { "accountType" : "bankaccount", "accountId" : "{{bankAccountId}}" }, "destination": { "name": "John Myres", "company": "Tyler Payment Technologist", "address1" :"5007 richmond rd", ...
    • How to mail a physical check?

      To send a physical check via mail, follow the steps below: Select Bank Account as the payment source and Check as the payment method from the payment module. Enter the amount and other details. Click on the send button and select Mail. A popup will ...
    • How to Send Mail via OnlineCheckWriter.com: A Step-by-Step Guide

      Sending mail through OnlineCheckWriter.com is a straightforward process. Here's how you can do it: 1. Create a Payee First, you need to create a payee. Use the following API endpoint: POST {{baseUrl}}/payees If the payee information already exists in ...
    • Quick Guide: How to Mail Checks

      To quickly mail a check to your vendor, follow these steps using the provided API payload. Endpoint POST {{baseUrl}}/quickpay/mailcheck Payload Structure: { "source" : { "accountType" : "bankaccount", "accountId" : "{{bankAccountId}}" }, ...
    • Getting Started : Sandbox

      Go to this URL and sign up: https://sandbox.onlinecheckwriter.com/register Watch this video to learn how to get all the information: https://www.youtube.com/watch?v=53pemBjEexw Please verify your account. If you couldn't verify your account because ...