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 OnlineCheckWriter: A Developers Simple Guide
? Online Check Writer API V3 - Complete Integration Guide for Beginners ? Table of Contents Welcome & Quick Start ? Most Common Use Cases (Check Printing, Mailing, eCheck) Getting Started IMPORTANT: API Prerequisites & Dependencies Environment ...
Send Physical Mail from Google Docs™
Send Physical Mail from Google Docs™ - OnlineCheckWriter™ Add-on Official OnlineCheckWriter™ add-on for Google Docs™. Send physical mail directly from your documents via USPS and FedEx. Print, envelope, and mail documents without leaving Google ...
Send Physical Mail Using OnlineCheckWriter (Google Chrome™ Extension)
Send Physical Mail Using OnlineCheckWriter (Document Mailing) The Send Physical Mail using OnlineCheckWriter Google Chrome Extension™ allows you to instantly send your digital PDF documents as real physical mail. Once uploaded, OnlineCheckWriter ...
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 ...