Mail Check
How to Add Paystub in Check
The ZilMoney OCW platform provides comprehensive paystub integration through the voucher system. Here's the complete implementation guide: 1. Create Paystub/Voucher for Check Use the voucher endpoint to add detailed paystub information to checks: ...
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 ...
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 ...
How to Send Mail via OnlineCheckWriter.com: A Step-by-Step Guide
Sending mail through OnlineCheckWriter.com is a straightforward process. Here's how you can do it: 1. Create a Payee First, you need to create a payee. Use the following API endpoint: POST {{baseUrl}}/payees If the payee information already exists in ...
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 Send an HTML Document via USPS
Here is the video: if you have any suggestion feel free to contact us.