ShopeePay
Konfigurasi
Section titled “Konfigurasi”| Property | Value |
|---|---|
| Code | shopeepay |
| Base URL | https://api.snapdev.site/shopeepay/v1.0 |
| Token Path | /shopeepay/v1.0/access-token/b2b |
| CHANNEL-ID | Optional |
| Signature | HMAC-SHA512 (Base64) |
Service Codes
Section titled “Service Codes”| Service | Method | Status |
|---|---|---|
| E-Money Balance | POST | Available |
| E-Money Top Up | 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/shopeepay/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"}'