Modal does not open
- Confirm
clientSecretis present and current. - Confirm
baseUrlishttps://api.kryptopay.xyz(or your target env URL).
Auth errors creating intents
- Verify your backend sends
Authorization: Bearer <api_key>. - Verify key mode/environment matches your test scenario.
React modal never closes
- Wire
onCloseto set youropenstate tofalse.
CORS/network failures
- Check frontend origin policy and server/network access.
- Confirm endpoint path and HTTPS configuration.

