Bank Neo Commerce
Quick Start
- Sign up at bankneo.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 Neo Commerce (BNC) — digital-first bank, former Bank Yudha Bhakti. Akulaku Group (largest BNPL in SEA), virtual/physical issuance cards GPN, high deposit rates (to 8% p.a.), savings accounts. IDX listed (BBYB).
| Provider ID | bank_neo_commerce |
| Category | Bank Transfers |
| Website | bankneo.co.id |
Supported operations: open_account/2 issue_virtual_card/2 request_physical_card/2 create_time_deposit/2 get_balance/2 fund_transfer/2 card_networks/0 time_deposit_tenors/0
Configuration
Required Parameters
| Parameter | Description |
|---|---|
neo_partner_id | Partner ID |
neo_api_key | API Key |
neo_api_url | API base URL (sandbox / production) |
environment | production |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /accounts/open | Account opening |
| POST | /cards/virtual | Virtual card issuance cards |
| POST | /cards/physical | Physical card order cards |
| POST | /deposits/time | Creation time deposit |
| GET | /accounts/{id}/balance | Balance |
| POST | /transfers | Funds transfer |