# ZIl Money API Doc ## Docs - [Create Bank Account](https://developer.zilmoney.com/api-reference/bank-account/create-bank-account.md): Allows you to create one or more bank accounts. - [Delete Bank Account](https://developer.zilmoney.com/api-reference/bank-account/delete-bank-account.md): Delete an existing bank account. - [Get a Bank Account](https://developer.zilmoney.com/api-reference/bank-account/get-bank-account.md): Fetch the details of a single bank account using its unique ID. - [Get Bank Accounts](https://developer.zilmoney.com/api-reference/bank-account/get-bank-accounts.md): List all bank account records. - [Update Bank Account](https://developer.zilmoney.com/api-reference/bank-account/update-bank-account.md): Allows updating an existing bank account. - [Create Checks](https://developer.zilmoney.com/api-reference/check/create-check.md): Allows the creation of one or more checks in a single request. Advanced stubs can be included by passing a `voucher` object. - [Delete Check](https://developer.zilmoney.com/api-reference/check/delete-check.md): Permanently deletes a check. - [Get Check](https://developer.zilmoney.com/api-reference/check/get-check.md): Fetch the details of a single check using its unique ID. - [Get Checks](https://developer.zilmoney.com/api-reference/check/get-checks.md): List all check records with optional filters like status, term, and reference ID. - [Print Checks](https://developer.zilmoney.com/api-reference/check/print-checks.md): Allows printing checks by specifying the `checkId` and `paperType`. You can print multiple checks by passing an array of `checkId`s. - [Update Check](https://developer.zilmoney.com/api-reference/check/update-check.md): Update details of an existing check. - [Email Checks](https://developer.zilmoney.com/api-reference/email-check/create.md): Allows the creation of one or more email checks in a single request. - [Mail Checks](https://developer.zilmoney.com/api-reference/mail-check/create.md): Create multiple mail checks in one single request. - [Create Custom From Address](https://developer.zilmoney.com/api-reference/mail-check/custom-from-address/create.md): Create a custom 'from' address with required and optional parameters. - [Get all Custom From Addresses](https://developer.zilmoney.com/api-reference/mail-check/custom-from-address/get-all.md): Fetch a list of all custom 'from' address records. - [Get a Custom From address](https://developer.zilmoney.com/api-reference/mail-check/custom-from-address/get-by-id.md): Fetch details of a single custom 'from' address by its ID. - [Create Custom To Address](https://developer.zilmoney.com/api-reference/mail-check/custom-to-address/create.md): Create a new custom 'to' address. - [Get all Custom To Addresses](https://developer.zilmoney.com/api-reference/mail-check/custom-to-address/get-all.md): Fetch a list of all custom 'to' address records with optional pagination. - [Get a Custom To address](https://developer.zilmoney.com/api-reference/mail-check/custom-to-address/get-by-id.md): Fetch the details of a single custom 'to' address using its unique ID. - [Create Payee](https://developer.zilmoney.com/api-reference/payee/create-payee.md): Create one or more payees. - [Delete Payee](https://developer.zilmoney.com/api-reference/payee/delete-payee.md): Permanently deletes a payee. - [Get a Payee](https://developer.zilmoney.com/api-reference/payee/get-payee.md): Retrieve details of a specific payee by ID. - [Get Payees](https://developer.zilmoney.com/api-reference/payee/get-payees.md): List all payee records. - [Update Payee](https://developer.zilmoney.com/api-reference/payee/update-payee.md): Update details of an existing payee. - [Authentication](https://developer.zilmoney.com/authentication.md): API key based authentication - [Environments](https://developer.zilmoney.com/environments.md): To simplify development, Zil Money offers dedicated Sandbox and Production environments. - [Introduction](https://developer.zilmoney.com/introduction.md): Welcome to the Zil Money API Documentation ## OpenAPI Specs - [openapi](https://developer.zilmoney.com/api-reference/email-check/openapi.json)