How to Change Logo in Each Check?

How to Change Logo in Each Check?

Logo management in ZilMoney OCW is handled through bank account configuration. Here's the complete process:

2. Add Logo to Bank Account

Use this endpoint to upload a logo that will appear on checks:

POST /api/v3/bankAccounts/{bankAccountId}/logos
Payload Parameters:

Parameter 
Type Required Description 
`logo`File 
**Required** Logo image file. Accepted formats: PNG, JPG, JPEG. Maximum size: 40960Kb

Sample Response:

json
{
    "success": true,
    "message": "Successfully uploaded"
}

2. Logo Usage in Check Templates

Once uploaded, the logo is automatically included in check designs through the `template_logo` parameter in the check design JSON. The system processes logos as follows:

    • Related Articles

    • How to create a blank check as single or bulk?

      Step 1: Login to Online Check Writer and select Home. Step 2: From the payment module, select Bank Account as 'Pay From' and Check from 'Pay As.' Step 3: Click on the Blank Check tab at the bottom, which takes you to the pop-up window. Step 4: Select ...
    • What level of customization is available for check designs?

      Check layouts support drag-and-drop logo placement, custom fonts, watermarks, and branded backgrounds for professional, customizable check output.
    • How to customize the check that I want to print?

      Step 1 Login to Online Check Writer and select Bank Accounts. Step 2 You can see the list of banks and select the bank from which you want to print the check. Step 3 Click on Edit Design, which takes you to the check designing page. Step 4 From the ...
    • How do I Change Date format?

      Step 1: Open 'Settings'. Step 2: Change the 'Date Format' from the General Settings
    • 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 ...