Nium Indonesia
Quick Start
- Sign up at nium.com 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 Nium (Indonesia) — global platform card issuing and cross-border payments. Virtual and physical cards (GPN, Visa, Mastercard), real-time FX for 40+ currencies, cross-border transfers. Licenses in SG, AU, UK, EU.
| Provider ID | nium_id |
| Category | Bank Transfers |
| Website | nium.com |
Supported operations: issue_virtual_card/2 block_card/2 unblock_card/2 update_card_limit/3 cross_border_transfer/2 get_fx_rate/2 supported_currencies/0 card_networks/0
Configuration
Required Parameters
| Parameter | Description |
|---|---|
nium_client_id | Client ID |
nium_api_key | API Key |
nium_api_url | API base URL (sandbox / production) |
environment | production |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /v1/cards/virtual | Virtual card issuance cards |
| PUT | /v1/cards/{id}/block | Block cards |
| PUT | /v1/cards/{id}/unblock | Unblock cards |
| PUT | /v1/cards/{id}/limit | Limit update |
| POST | /v1/transfers/cross-border | Cross-border transfer |
| GET | /v1/fx/rate | FX rate |