Authentication
KryptoPay payment-intent creation uses Bearer API key auth:- Header:
Authorization: Bearer <api_key>
Modes
KryptoPay supports:testnetmainnet
Base URL
Both modes currently use the same API host:https://api.kryptopay.xyz
Security baseline
- Create intents only from backend services.
- Keep API keys in secure server-side secret storage.
- Return only
client_secretto browser/mobile clients. - Rotate keys regularly and revoke compromised keys.

