Admin Portal
addCompanyBankAccount
The addCompanyBankAccount API adds bank account details for a company to process payroll.
What it does:
- Adds company bank account information including account number, routing number, and bank name
- Sets up the funding source for payroll processing and payments
Note:
- Account type is limited to savings or checking
- This endpoint can also be used to update a company’s linked account after using
deactivateCompanyBankAccounton the existing entity.
Account Linking with Plaid
- Use the
linkTypefield to determine the linking method for the account. Supported options are Manual, Plaid and CustomProvider. If not included, linkType defaults to Manual - If
linkTypeis Plaid, you must choose between sending the link via email or returning the link via API to surface in your UI using theplaidOptionsfield. Account details are not required. - The invite email will be sent to the payrollAdmin. If you wish to send the invite to a different email address, please specify with ‘email’
- The intiital valid link will be re-used for subsequent ‘addCompanyBankAccount’ calls
⚠️ Warning: Plaid links have an expiry and should be completed as soon as possible. Default expiry is 72 hours.
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
