patch https://sandbox.onebrick.io/v1/transaction-mfa/list/
This endpoint can be used to retrieve all transactions for the account connected by a user by providing new OTP to refresh the account session. Currently, E-Wallet 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 |
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 |
---|---|---|
lastUpdateAt | String | The time stamp of when the data is last updated |
session | String | The session status of the particular accounts to the institution |
Id | Int | Identification number of the transaction |
Account_id | String | End-user account number that is used to do the transaction |
Merchant_id | Integer | Merchant identification number of the transaction |
Location_country_id | Integer | Country identification number of the merchant |
Location_city_id | Integer | City identification number of the merchant |
Outlet_outlet_id | Integer | Outlet identification number of the merchant |
Amount | Float | Amount of the transaction |
Date | String | Date of the transaction |
Description | String | Description detail of the transaction |
Status | String | Status of the transaction (Confirm or Pending) |
Direction | String | Direction of the transaction (in or out) |
Category | List | Category key |
Category_id | Integer | Category identification number of the transaction |
Category_name | String | Category Name |
Classification_group_id | Integer | Category-group Identification |
Classification_group | String | Name of the Category-group mapped with its id |
Classification_subgroup_id | Integer | Category-subgroup Identification |
Classification_subgroup | String | Name of the Category-subgroup mapped with its id |
Institution_id | int | id of the institution's transaction |
reference_id | String | unique Id that identify a transaction |