patch https://sandbox.onebrick.io/v2/data/transaction/list
This endpoint can be used to retrieve all transactions for the account connected by a user by providing a new OTP to refresh the account session. Currently, E-Wallet can use this customization.
Request Parameters
| Key Parameters | Data Type | Description |
|---|---|---|
| public_access_token | String | Unique Identifier token for clients, Also called as public_access_token |
| user_access_token | String | Unique access token that is generated after a successful connection by the user |
| from | Date(YYYY-MM-DD) | Returns transactions posted on or after this date. Default value is date as of the API request minus 3 months |
| to | Date(YYYY-MM-DD) | Returns transactions up to and including this date. Default value is date as of the API request |
| session_id | String | Unique Id for session |
| token | String | OTP from the end-user |
Response Parameters
| Key Parameters | Data Type | Description |
|---|---|---|
| job_id | String | Unique Id for request, It will help to map callback response |
You can check the async(callback) response here.
