API Credentials
Enter your credentials to test the APIs
Current: development
Please fill all credentials to test API
○ API Key · ○ API Secret · ○ Encrypt Key
Base URL
https://api2.suksesmultiservis.idSecurity
- • API Key Authentication
- • SHA256 Signature
- • AES-256-GCM Encryption
- • Timestamp Validation
Response Codes
0000 success5000 fail - system error0101 fail - rule check fail0102 fail - payment info changed0201 fail - logic rule check fail0202 success - acceptance rejected0301 fail - status/data error0302 fail - acceptance is null0303 fail - claim is null0304 fail - payment is null0305 fail - acceptance is accepted0306 fail - acceptance is rejected0307 fail - claim is closed0308 fail - claim is rejected0309 fail - payment is not nullAPI Endpoints
Data Retrieval
Claim Submission
Claim Management
Claim Approval
Payment
Signature Formula
SHA256(apiKey + timestamp + nonce + apiName + SHA256(jsonRequestBody) + apiSecret)Step 1: Hash jsonRequestBody dengan SHA256 → bodyHash
Step 2: Concatenate: apiKey + timestamp + nonce + apiName + bodyHash + apiSecret
Step 3: Hash hasil concatenate dengan SHA256 → signature