CIMB Niaga
Konfigurasi
Section titled “Konfigurasi”| Property | Value |
|---|---|
| Code | cimb |
| Base URL | https://api.snapdev.site/cimb/v1.0 |
| Token Path | /cimb/v1.0/access-token/b2b |
| CHANNEL-ID | Optional |
| Signature | HMAC-SHA512 (Base64) |
Service Codes
Section titled “Service Codes”| Service | Method | Status |
|---|---|---|
| Balance Inquiry | POST | Available |
| Account Inquiry | POST | Available |
| Transfer Intrabank | POST | Available |
| Transfer Interbank | POST | Available |
| VA Create | POST | Available |
| VA Inquiry | POST | Available |
| VA Payment | POST | Available |
| QR MPM | POST | Available |
| Transaction Status | POST | Available |
Contoh Request
Section titled “Contoh Request”Balance Inquiry
Section titled “Balance Inquiry”curl -X POST https://api.snapdev.site/cimb/v1.0/balance-inquiry -H "Authorization: Bearer <token>" -H "Content-Type: application/json" -H "X-TIMESTAMP: 2026-07-01T10:30:00+07:00" -H "X-SIGNATURE: <hmac_signature>" -d '{"accountNo": "1234567890", "currency": "IDR"}'