Creating a Bank Account Using a Template ID
If you want to create a bank account using an existing account template, you can do so by providing the template ID as shown below. The template ID is actually your bank account ID, which can be retrieved using the following link:
Onlinecheckwriter API
Response
- {
- "success": true,
- "data": [
- {
- "id": "qx5NrWjymj2n3l6",
- "category_name": "Payroll Check",
- "design_name": "payroll-final",
- "image": "https://ocw-local-s3.s3.amazonaws.com/3/payroll-final.png",
- "premium": false,
- "price": "0.00"
- },
- {
- "id": "rz6VoW41dj589lK",
- "category_name": "Personal Checks",
- "design_name": "personal-final",
- "image": "https://ocw-local-s3.s3.amazonaws.com/2/personal-final.png",
- "premium": false,
- "price": "0.00"
- },
- {
- "id": "OYxZqXGKdeRzVvJ",
- "category_name": "Business Checks",
- "design_name": "Business checks two",
- "image": "https://ocw-local-s3.s3.amazonaws.com/1/Business%20checks%20two.png",
- "premium": true,
- "price": "0.50"
- }
- ]
- }
- {
- "bankAccounts": [
- {
- "name": "Demo Bank 1",
- "nickName": "Demo Nick Name",
- "accountNumber": "1111111111",
- "addressLine1": "Test Address Line 1",
- "addressLine2": "Test Address Line 2",
- "phone": "900244400",
- "city": "Sanjose",
- "state": "CA",
- "zip": "95113",
- "bankName": "Demo Bank",
- "bankRoutingNumber": "021000021",
- "bankAddress1": "Address 1",
- "bankCity": "Dallas",
- "bankState": "CA",
- "bankZip": "75001",
- "bankIdentity": "58756985",
- "templateId": "qx5NrWjymj2n3l6"
- }
- ]
- }
Related Articles
How can I add a Canadian Bank Account?
When adding a new bank the MICR line design will be 'USA' by default. Switch countries on the top bar and template will update to the appropriate country To add Symbol under the Account Number field > enter a - sign Example:
Is bank account verification required?
You don't need to verify a bank account to print, mail, or email checks, make deposit slips, or use payment links and cards. For ACH and Wire transfers, bank account verification is necessary. You can verify the bank accounts by instantly logging ...
How to get api key and bank account for your integration
First, log in to your account. Then, from the left panel, click "More" and select "Developer Panel." Alternatively, you can log in to your account and go directly to this URL: https://live.onlinecheckwriter.com/manage/developer/index. You will need ...
How to verify your bank account?
Login to Online Check Writer and navigate to Bank Accounts. Click the Verify button parallel to the bank account you want to verify. A pop-up appears showing Verify Instantly and Manual verification. Choose the option you want and click on the ...
How to add a bank account?
There are three ways to add a bank account. Method 1: Add an existing bank account manually. Log in to Online Check Writer and navigate to Bank Accounts. Click the + New button and select Add Manually. Add your banking information by filling in ...