Documentation

Everything you need to build with, or use, SMPLY PAY.

Two paths, depending on who you are — a developer integrating the API, or someone using the product directly.

Every request is HMAC-signed
curl https://api.smply-pay.example.com/api/v1/wallets/{wallet_id}/balance \
  -H "X-Api-Key-Id: $SMPLY_API_KEY_ID" \
  -H "X-Signature: $SIGNATURE" \
  -H "X-Timestamp: $TIMESTAMP" \
  -H "X-Nonce: $NONCE"