How to sent pdf to your recipient easily

How to sent pdf to your recipient easily


Production url : https://test.onlinecheckwriter.com/api/v3/quickpay/mailpdf
Sandbox url : https://app.onlinecheckwriter.com/api/v3/quickpay/mailpdf

Simple Method 1
  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": "https://onlinecheckwriter/samples/invoice/invoicesample.pdf",

        "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.

  1. {

        "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.
  1. {

        "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

    • What is a payment link, and how does it work?

      Payment Link is a simple and cost-effective way to accept payments online using a customizable link. Users can create the link with a few clicks and send it via SMS or email. The recipient can make the payment easily using the payment link.
    • 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}}" }, ...
    • How to generate Form 1099-NEC?

      Login to OnlineCheckWriter.com, navigate to the bottom left corner and click More. Click on Report, and you can see the Reports page. Click on Get Report on Form 1099 – NEC. Select the business already given or enter the business details manually by ...
    • How to do transactions quickly using Online Check Writer?

      Online Check Writer enhances customer experience by offering diverse payment methods for quick and smooth transactions. The platform provides ACH, Pay by Credit Card, Payroll by Credit Card, Wire Transfer, Wallet to Wallet Transfer, QR Code Payment, ...
    • Alternative ways to print payroll checks

      Print your payroll checks manually or by integrating with QuickBooks or Zoho. Import checks from your QuickBooks account and print them using blank stock papers through Online Check Writer. To manually create checks: Select Bank Account and Check ...