Bank Jago
Quick Start
- Sign up at bankjago.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 Bank Jago — digital bank with full BaaS-platform. GoPay (Gojek) partnership, account opening via API, Jago Pockets (virtual sub-accounts). OJK-licensed commercial bank, IDX listed (ARTO).
| Provider ID | bank_jago |
| Category | Bank Transfers |
| Website | bankjago.co.id |
Supported operations: open_account/2 fund_transfer/2 get_balance/2 get_transaction_history/2 create_virtual_account/2 create_pocket/2 get_pockets/2
Configuration
Required Parameters
| Parameter | Description |
|---|---|
jago_partner_id | Partner ID |
jago_api_key | API Key |
jago_api_url | API base URL (sandbox / production) |
environment | production |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /accounts/open | Account opening |
| POST | /transfers | Funds transfer |
| GET | /accounts/{id}/balance | Balance |
| GET | /accounts/{id}/transactions | Transaction history |
| POST | /virtual-accounts | Creation VA |
| POST | /pockets | Creation Pocket |
| GET | /accounts/{id}/pockets | List Pockets |