Guide: Mailing Checks with PDF Attachments via API
Guide: Mailing Checks with PDF Attachments via API
Guide: How to Mail Checks with PDF Attachments
Welcome! This simplified guide will walk you through the complete workflow: from creating a check record with advanced details to physically mailing it with a PDF attachment (like an invoice or receipt).
The Mandatory Step: Set Your Connection Headers
Before making any request, you must add these 3 headers in your API tool (like Postman). Without these, our system cannot verify your account:
Content-Type:application/json
Accept:application/json
Authorization:Bearer YOUR_API_TOKEN_HERE (Find this in your dashboard under Developer Panel).
Step 1: Find Your Bank Account ID
You need a unique code for your bank account to tell the system where the funds are coming from.
? 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 ...
Guide: How to Subscribe to Webhooks and Get Status Updates for Your Mailed Checks Welcome! This comprehensive guide will walk you through the complete workflow of setting up webhooks to automatically receive real-time status updates when your mailed ...
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}}" }, ...
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 ...