Skip to main content

BCA API

Quick Start
  1. Sign up at bca.co.id 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 BCA API →

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 IDbca_api
CategoryInterbank Integrations
Websitebca.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

ParameterDescription
bca_client_idOAuth Client ID
bca_client_secretOAuth Client Secret
bca_api_keyAPI Key
bca_api_urlAPI base URL (sandbox / production)
environmentproduction

API Reference

MethodEndpointDescription
POST/va/createCreation Virtual Account
GET/va/status/{va_number}Status VA
POST/banking/corporates/transfersFund transfer
GET/banking/v3/corporates/accounts/{id}/statementsAccount statement
POST/banking/corporates/notificationNotification registration
GET/general/rate/forexRates currencies

Resources