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 ...
How to QuickMail a Check via OCW API
Guide: How to QuickMail a Check Welcome! This simplified guide will walk you through the complete workflow for mailing a physical check using our API. Learn how to create a check record and send it for physical printing and delivery. Important: About ...
How to Mail HTML Document Templates via OCW API
Guide: How to Mail Documents via HTML Templates Welcome! This comprehensive guide will walk you through the complete workflow of mailing HTML documents physically to any destination address. You'll learn how to configure your Developer Panel, upload ...
How to Mail Checks with Custom HTML Documents (Invoices, Receipts, Paystubs) via OCW API
Guide: How to Create, Print and Mail Checks with Custom HTML Attachments Welcome! This guide will show you how to create checks with custom HTML attachments (like paystubs, invoices, or receipts) and then either print them or mail them physically ...