patch https://sandbox.onebrick.io/v1/account-mfa/list/
This endpoint can be used to retrieve latest list of accounts or products (and their associated data) held by the End User with a Provider by providing new OTP to refresh the account session. Currently, E-Wallet and Institution with Security Question can use this customization.
Request parameters
| Key Parameter | Data Type | Description |
|---|---|---|
| user_access_token | String | token generated after successful institution connection through the widget which needs to be passed as the Bearer token in the Authorization header |
| token | String | OTP from the end-user (for E-Wallet) The answer to the given security question (for Institution with Security Question) |
| sessionId | String | Unique Id that generated after successful connection |
Response parameters
| Key Parameter | Data type | Description |
|---|---|---|
| lastUpdateAt | String | The time stamp of when the data is last updated |
| session | String | The session status of the particular accounts to the institution |
| AccountId | String | Account Identification number from end-user's bank account |
| accountHolder | String | Account holder from end-user's bank account |
| AccountNumber | String | Account number from end-user's bank account |
| Balances-available | Float | End-user's balance amount that is available to use |
| Balances-current | Float | End-user's balance amount that includes "balances-available" and "on-hold amount" |
