Skip to main content

Bank Jago

Quick Start
  1. Sign up at bankjago.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 Bank Jago →

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 IDbank_jago
CategoryBank Transfers
Websitebankjago.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

ParameterDescription
jago_partner_idPartner ID
jago_api_keyAPI Key
jago_api_urlAPI base URL (sandbox / production)
environmentproduction

API Reference

MethodEndpointDescription
POST/accounts/openAccount opening
POST/transfersFunds transfer
GET/accounts/{id}/balanceBalance
GET/accounts/{id}/transactionsTransaction history
POST/virtual-accountsCreation VA
POST/pocketsCreation Pocket
GET/accounts/{id}/pocketsList Pockets

Resources