The addUserBankAccount API allows a bank account to be added for an employee.
For more information about user bank account linking please refer to the Employee Bank Account Linking guide.
linkType field to determine the linking method for the account. Supported options are Manual, Plaid and CustomProvider.linkType is Plaid, you must choose between sending the link via email or returning the link via API to surface in your UI using the plaidOptions field.updateUser endpoint.⚠️ Warning: Only one plaid link can be requested at a time. The employee must complete acocunt linking using the original link before adding subsequent bank accounts.
payPercentage determines the amount that will be deposited into the account. For the first account, this should be 100%.payPercentage can only be set after the account is fully linked using the updateUserPayPercentage API, and userPayAccountEntityId must be retrieved form the bank account webhook or getUser.Manual if not included in the request.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.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.