How to sent pdf to your recipient easily

How to sent pdf to your recipient easily


Sandbox url  : https://test.onlinecheckwriter.com/api/v3/quickpay/mailpdf
Production urlhttps://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 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.
    • Can checks be mailed using a credit card?

      Yes. Once the credit card feature is live, users can mail checks by charging their card. The check will be printed with the user’s business details and sent directly to the recipient.
    • Can checks be mailed using a credit card?

      Yes. Once the credit card feature is live, users can mail checks by charging their card. The check will be printed with the user's business details and sent directly to the recipient.
    • 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}}" }, ...