User Portal
updateUserBankAccount
The updateUserBankAccount API is used to change bank account details for employees.
What it does:
- Updates bank account information (account number, routing number etc.)
- Allows users to change the deposit percentage of a secondary deposit account
- Supports the same linkType options as addUserBankAccount
Account Linking with Plaid
- Use the
linkTypefield to determine the linking method for the account. Supported options are Manual, Plaid and CustomProvider. - 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. - The employee must have a stored email to receive a Plaid invite. If the employee was onboarded without an email, please use the
updateUserendpoint.
Notes:
- linkType defaults to
Manualif not included in the response - When the deposit percentage is edited, the percentage change is added or subtracted from the primary deposit account.
PUT
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.
Body
application/json
