Business Banking Configuration
Create a business bank account
Each business entity needs a bank account so Nmbr can withdraw funds and disburse payroll. You can add multiple bank accounts to a business entity, but one must be marked as primary. Only the primary account is used for payroll debits. Bank accounts use Canadian banking details. Send these fields when you create one:account_number: the account number. 1 to 12 digits.transit_number: the branch (transit) number. Exactly 5 digits.institution_number: the bank’s institution number. Exactly 3 digits.is_primary(optional): mark this account as the primary one. See Primary Bank Accounts.
001 are common.
Request
Pre-Authorized Debit (PAD) agreements
Before Nmbr can debit a business entity’s account, that account needs a signed Pre-Authorized Debit (PAD) agreement. PAD status lives on the bank account, not the business entity. Each business bank account has anis_pad_signed field that is either true or false.
is_pad_signed becomes true once the account has all four of these set:
pad_signed_at: the date the agreement was signed.pad_signer_name: the signer’s full name.pad_signer_email: the signer’s email.pad_signer_title: the signer’s job title.
is_pad_signed set to true. There is no separate business-entity-level PAD status. Read is_pad_signed on each account to know where things stand.
Employee and Contractor Bank Accounts
Create employee or contractor bank accounts
Nmbr supports direct deposit to employees and contractors through linked bank accounts. Each employee or contractor can have multiple bank accounts configured, but only one can be marked as primary. Use the sameaccount_number, transit_number, and institution_number fields as a business account, plus the optional is_primary. Send employee_id or contractor_id instead of business_entity_id. PAD fields apply only to business bank accounts.
See Creating a bank account.
Missing bank accounts block payroll
If an employee or contractor does not have at least one valid bank account, their payroll will be blocked and must be resolved before proceeding. In such cases, you may either:- Add a bank account, or
- Update their pay stub’s
payment_methodto manual.
Primary Bank Accounts
Only one bank account per business entity, employee, or contractor can be designated as primary. This primary account is the one Nmbr will use for financial transactions. To mark an account as primary, include"is_primary": true in the request payload when creating or updating a bank account.
Pay Splits
Nmbr allows employees to split their pay across up to 7 bank accounts using either:- Percentage-based splits (e.g. 50% to Account A, 50% to Account B), or
- Fixed amount splits (e.g. $500 to Account A, remainder to Account B)
💡 NoteSee Creating a pay split.
A minimum of two accounts is required to use pay splits.
Percentage splits
All split percentages must add up to exactly 100%. Every account used in a percentage split must be explicitly assigned a percentage.Fixed amount splits
Each account is assigned a fixed dollar amount, except the final account which receives the remainder of the pay.- Do not specify an amount for the last account. It will receive what’s left after other accounts are paid.
- If the specified amount for an account exceeds the available net pay, Nmbr will skip that account and proceed with the remaining allocations.
Using Pay Splits
Pay splits must be assigned to work assignments. All payments for that work assignment will then follow the defined split. See Updating a pay split. If instead a pay split should be used for all of an employee’s work assignments, the pay split can be set asdefault. The pay split will then be used for all payments unless a specific assignment has its own split defined.
See Creating a pay split.
