How to sent pdf to your recipient easily
Simple Method 1
{
"name": "New Payee 21",
"company": "Tyler Payment Technologist",
"address1": "5007 richmond rd",
"address2": "",
"city": "Tyler",
"state": "TX",
"zip": "75701",
"phone": "9032457713",
"email": "support@onlinecheckwriter.com",
"shippingTypeId": 3,
"attachmentUrl": ",
"attachmentTitle": "Invoice 1244",
}
If you don't provide a return address, we will use the OnlineCheckWriter address as the return address, and it will be printed on the top of the first page of your document.
If you need to provide a return address, this is ideal if you have multiple locations or are sending a PDF on behalf of a customer.
{
"name": "New Payee 21",
"company": "Tyler Payment Technologist",
"address1": "5007 richmond rd",
"address2": "",
"city": "Tyler",
"state": "TX",
"zip": "75701",
"phone": "0000000000",
"email": "support@onlinecheckwriter.com",
"shippingTypeId": 3,
"attachmentUrl": "https://onlinecheckwriter/samples/invoice/invoicesample.pdf",
"attachmentTitle": "Invoice 1244",
"fromAddress": {
"name": "David Abraham 12",
"company": "Tyler Payment Technologist",
"address1": "5007 richmond rd",
"address2": "",
"city": "Tyler",
"state": "TX",
"zip": "75701",
"phone": "9032457713"
}
}
If you prefer not to pass the "from" address every time, you can create it once and reuse it as needed.
{
"name": "New Payee 21",
"company": "Tyler Payment Technologist",
"address1": "5007 richmond rd",
"address2": "",
"city": "Tyler",
"state": "TX",
"zip": "75701",
"phone": "0000000000",
"email": "support@onlinecheckwriter.com",
"shippingTypeId": 3,
"attachmentUrl": "https://onlinecheckwriter/samples/invoice/invoicesample.pdf",
"attachmentTitle": "Invoice 1244",
"from_address_id":XAXFEE100
}
Related Articles
Mailing Checks with PDF Attachments via OCW 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). ...
How to Mail Documents (PDF) via OCW API
Guide: How to Mail Documents (PDF) Welcome! This comprehensive guide will walk you through mailing PDF documents physically to any destination address. With a single API request, you can upload your document, specify sender and recipient details, and ...
What if a recipient doesn't have a way to print a check?
If the recipient cannot print the check, they can opt to receive a mailed check instead. This option can be handled on a case-by-case basis.
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 ...
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 ...