How to Send Signature Per Check?
Managing signatures per check in the ZilMoney OCW platform is a straightforward process. Here's how you can implement signature handling:
1. Add Signature to Bank Account
First, you need to add a signature to the bank account that will be used for check signing. Use the following API endpoint:
POST /api/v3/bankAccounts/{bankAccountId}/signatures
If the payee information already exists in the system, a new payeeId
will not be generated. Instead, the existing payeeId
will be returned.
Payload Parameters
Parameter
| Type | Required | Description |
`signature` | File
| **Required** | Signature image file (PNG, JPG, JPEG). Must be no more than 40960Kb
|
`nickName ` | String | **Optional** | The nick name of the signature,Must be no longer than 20 characters
|
{
"success": true,
"message": "Successfully uploaded"
}
2. Retrieve Bank Account Signatures
To get existing signatures for a bank account:
GET /api/v3/bankAccounts/{bankAccountId}/signature
3. Create Check Without Signature
hen creating a check, you can control signature inclusion using the `noSign` parameter:
Sample Response{
json
{
"bankAccountId": "rWQ8GpKAry4D0Zz",
"payeeId": "payee_id_here",
"amount": 1500.00,
"memo": "Payment for services",
"noSign": false
}
Parameters:
Parameter
| Type | Description |
`noSign` | Boolean | If `true`, check will be created without signature. Default: `false` |
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 ...
How to add signature on check?
Step 1: Login to Online Check Writer and select Bank Accounts. Step 2: Click on Edit Design, which takes you to another window. Step 3: Next, click on Signature. Step 4: Then you can opt for any of the following options from the Signature Manager to ...
How to print three check per page?
Step 1 Click on Check Step 2 Use dropdown to select the paper type to Three Per Page
Guide: How to Send Physical Mail from Google Docs™ with OnlineCheckWriter
Complete Guide: How to Send Physical Mail from Google Docs™ with OnlineCheckWriter Table of Contents Introduction Installation and Initial Setup Account Setup and Authentication Understanding Your Dashboard Sending Your First Document Managing ...
How can businesses send payments to vendors?
Businesses can send payments to vendors using ACH or wire transfer. A $10 fee is charged for wire transfer per transaction, with no additional fees for the vendors.