Transactions
Transaction APIs help to get transaction associated with user's accounts, Including: collect date
, amount
, currency
, balance
, type
, description
, status
, category
, group
and `sub-group
. Get rich and intelligent categorization of transactions on your user's account data.
Our new version of APIs(v2) is callback-based APIs, So if you have not set up a callback URL till now, Please set it from brick dashboard.
Transactions APIs
Endpoint | Method | Description |
---|---|---|
Transaction List | GET | List all transactions for the account connected by a user. User is identified using user_access_token, that should be passed in header. |
Transaction List - POST MFA | POST | This endpoint can be used to refresh the session of institution with MFA by sending new OTP to end user. Currently, E-Wallet can use this customization. |
Transaction List - PATCH MFA | PATCH | 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. |
Brick also provides rich insights(Categorization) with every transaction, you can take a look at the categories mapping [here] (doc:list-of-categories-supported).
We also offer an OCR-based Digitisation of Financial statements images/documents product. which can be used to parse any institution's PDF/image statement and get a structured JSON representation of this statement. If you want to know more about this endpoint, contact us via.
Updated about 1 year ago