Sipay Business API
This guide helps you understand authentication, key services, and request/response schemas.
🔐 Authentication
Use the
POST /connect/token
endpoint to retrieve one using your client_id
and client_secret
.Example Request
🌐 Environments
Environment | URL |
---|---|
UAT | https://idsuat.walletgate.io/connect/token |
📦 Core Services
🛠 Common Headers
Header | Description |
---|---|
Authorization | Bearer token |
Content-Type | application/json |
x-client-id | Your platform-specific client key |
🚨 Error Handling
Code | Message |
---|---|
100 | Success |
300 | Wallet not found or invalid |
301 | Duplicate ext_transaction_id |
306 | IBAN and name mismatch |
311 | Insufficient wallet balance |