Skip to main content

Brick

Quick Start
  1. Sign up at onebrick.io and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to Brick →

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 IDbrick
CategoryBank Transfers
Websiteonebrick.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

ParameterDescription
brick_api_keyAPI Key
brick_secret_keySecret Key (HMAC)
brick_api_urlAPI base URL (sandbox / production)
environmentproduction

API Reference

MethodEndpointDescription
POST/link/sessionCreation binding session
GET/accountsLinked accounts list
DELETE/accounts/{access_token}Account unlinking
GET/transactionsTransactions on account
GET/accounts/balanceBalance account
POST/income/verifyIncome verification
POST/identity/verifyIdentity verification

Resources