BCA API
Quick Start
- Sign up at bca.co.id 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 BCA API (Bank Central Asia) — largest private bank Indonesia by market cap. Supports Virtual Account, fund transfer, account statements, FX rates. SNAP-compatible API via BCA Developer Portal.
| Provider ID | bca_api |
| Category | Interbank Integrations |
| Website | bca.co.id |
Supported operations: create_virtual_account/2 check_va_status/2 fund_transfer/2 get_account_statement/2 register_notification/2 get_fx_rate/2
Configuration
Required Parameters
| Parameter | Description |
|---|---|
bca_client_id | OAuth Client ID |
bca_client_secret | OAuth Client Secret |
bca_api_key | API Key |
bca_api_url | API base URL (sandbox / production) |
environment | production |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /va/create | Creation Virtual Account |
| GET | /va/status/{va_number} | Status VA |
| POST | /banking/corporates/transfers | Fund transfer |
| GET | /banking/v3/corporates/accounts/{id}/statements | Account statement |
| POST | /banking/corporates/notification | Notification registration |
| GET | /general/rate/forex | Rates currencies |