BI-RTGS
Quick Start
- Sign up at bi.go.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 BI-RTGS (Bank Indonesia Real Time Gross Settlement) — real-time gross settlement system. For large transfers (>100M IDR), inter-bank FI transfers, ISO 20022 messaging. Operating hours: 06:30-16:00 WIB (Mon-Fri).
| Provider ID | bi_rtgs |
| Category | Interbank Integrations |
| Website | bi.go.id |
Supported operations: initiate_transfer/2 initiate_fi_transfer/2 check_status/2 get_statement/2 is_operating_hours?/0 supported_message_types/0 min_amount/0
Configuration
Required Parameters
| Parameter | Description |
|---|---|
bi_rtgs_participant_code | Participant code RTGS |
bi_rtgs_api_url | API base URL |
bi_rtgs_cert_path | Certificate path (mutual TLS) |
environment | production |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /rtgs/transfer | Customer transfer (MT103) |
| POST | /rtgs/fi-transfer | FI transfer (MT202) |
| GET | /rtgs/status/{reference} | Status of transfer |
| GET | /rtgs/statement | Operations statement |