Lewati ke konten

Bank Neo Commerce

PropertyValue
Codebnc
Base URLhttps://api.snapdev.site/bnc/v1.0
Token Path/bnc/v1.0/access-token/b2b
CHANNEL-IDOptional
SignatureHMAC-SHA512 (Base64)
ServiceMethodStatus
Balance InquiryPOSTAvailable
Account InquiryPOSTAvailable
Transfer IntrabankPOSTAvailable
Transfer InterbankPOSTAvailable
Transaction StatusPOSTAvailable
Terminal window
curl -X POST https://api.snapdev.site/bnc/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"}'