Developers
Drop-in plugins, official SDKs and a clean REST API. Authenticate with a per-merchant API key, get HMAC-signed webhooks.
REST · JSON
HMAC-SHA256 webhooks
Idempotent
Quick start
curl -X POST 'https://xkavabevmjnofvedfilu.supabase.co/functions/v1/payments-api/payments' \
-H 'X-API-Key: pk_live_xxx' \
-H 'Content-Type: application/json' \
-d '{"amount":100,"currency":"USD","asset":"USDT","network":"tron","customer_email":"buyer@example.com"}'API base URL
https://xkavabevmjnofvedfilu.supabase.co/functions/v1/payments-apiWebhook signature
PayNova-Signature: t=<unix>,v1=<hex>Auth header
X-API-Key: pk_live_xxxFull API reference
Open the in-app reference with payloads, response shapes, and a request playground (requires sign in).
