patch
https://sandbox.onebrick.io/v1/account-mfa/detail/
This endpoint can be used to retrieve data associated with the specified ‘account_id’ by providing new OTP to refresh the account session. Currently, E-Wallet and Institution with Security Question can use this customization.
Request Parameter
| 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 |
| AccountId | String | Unique primary key for institute for which we want to fetch the details |
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 |
| Address | String | Address of account holder (only available for selected institutions) |
| PhoneNumber | String | Phone number of account holder (only available for selected institutions) |
| String | Email of account holder (only available for selected institutions) | |
| 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" |
| KtpNumber | String | Id of user's KTP |
