post
https://sandbox.onebrick.io/v1/transaction-mfa/list/
This endpoint can be used to refresh the session of institution with MFA by sending new OTP to end user. 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 |
| From | Date | Returns transactions posted on or after this date. Default value is date as of the API request minus 3 months |
| To | Date | Returns transactions up to and including this date. Default value is date as of the API request |
Response parameters
| Key Parameter | Data type | Description |
|---|---|---|
| sessionId | String | Unique Id that generated after successful connection |
| requestId | String | Request identification of that request |
| token | String | OTP from the end-user |
| securityQuestion | String | The security question that needs to be filled (only for Institution with Security Question) |
| duration | Float | duration of the OTP before it expired |
