Brick
Quick Start
- Sign up at onebrick.io and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
Overview
Integration with Brick — Open Banking API aggregator for Indonesia and SEA. Coverage 30+ financial institutions (banks, e-wallet, credit services). Unified API for account aggregation, income and identity verification. OJK-licensed.
| Provider ID | brick |
| Category | Bank Transfers |
| Website | onebrick.io |
Supported operations: create_link_session/2 get_linked_accounts/2 unlink_account/2 get_transactions/2 get_balance/2 verify_income/2 verify_identity/2 supported_institutions/0
Configuration
Required Parameters
| Parameter | Description |
|---|---|
brick_api_key | API Key |
brick_secret_key | Secret Key (HMAC) |
brick_api_url | API base URL (sandbox / production) |
environment | production |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /link/session | Creation binding session |
| GET | /accounts | Linked accounts list |
| DELETE | /accounts/{access_token} | Account unlinking |
| GET | /transactions | Transactions on account |
| GET | /accounts/balance | Balance account |
| POST | /income/verify | Income verification |
| POST | /identity/verify | Identity verification |