addUserBankAccount
The addUserBankAccount API allows you to add a bank account for an employee.
For more information on employee bank account linking, refer to the Employee Bank Account Linking guide
Account linking with Plaid
Use the linkType field to specify the account linking method. Supported values are:
ManualPlaidCustomProvider
If linkType is set to Plaid, you must choose one of the following options using the plaidOptions field:
- Send the Plaid invitation via email
- Return the Plaid link in the API response to surface within your UI
The employee must have an email address on file to receive a Plaid invitation. If the employee was onboarded without an email address, use the updateUser endpoint to add one.
⚠️ Warning: Only one Plaid linking request can be active at a time. The employee must complete account linking using the original Plaid link before additional bank accounts can be added.
Notes
- A bank account is required before employees using Direct Deposit can become active.
- The first bank account is automatically assigned
payPercentage: 100. - Multiple accounts may be added. After adding additional bank accounts, update allocation percentages using the
updateUserPayPercentageAPI. - If
linkTypeis omitted from the request, it currently defaults toManual.
Documentation Index
Fetch the complete documentation index at: https://developer.rollfi.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
