Skip to main content

Lampay API

Server-to-server integration via HMAC-SHA256 signed requests. Query wallets, create transfers, and check balances.

curl -X GET \
  https://api.lampay.app/api/v1/wallets \
  -H "X-Api-Key: sk_live_xxx" \
  -H "X-Signature: <signature>" \
  -H "X-Timestamp: 1709337600" \
  -H "X-Nonce: 550e8400-..."
9
API Endpoints
2
Business Domains
HMAC
Signature Auth
REST
JSON API

API Domains

9 endpoints across 2 business domains

Wallet4
List, details, balance, flows
Transfer5
Create, query, status check