MoneeInsure API

Partner Integration Documentation

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.id

Security

  • • API Key Authentication
  • • SHA256 Signature
  • • AES-256-GCM Encryption
  • • Timestamp Validation

Response Codes

0000 success
5000 fail - system error
0101 fail - rule check fail
0102 fail - payment info changed
0201 fail - logic rule check fail
0202 success - acceptance rejected
0301 fail - status/data error
0302 fail - acceptance is null
0303 fail - claim is null
0304 fail - payment is null
0305 fail - acceptance is accepted
0306 fail - acceptance is rejected
0307 fail - claim is closed
0308 fail - claim is rejected
0309 fail - payment is not null

API 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