⚠️ Common Errors
⚠️ Common Errors
Common Checkout Errors
Advanced: Settling to an EVM Contract
Invalid Configuration Errors
Payments not configured correctly, please contact merchant
This error appears when an invalid combination of checkout parameters is used. Common causes include:
-
Using
authOnlywith atransaction: Authorization-only purchases (authOnly: true) cannot be combined with a redemption transaction. WhenauthOnlyis enabled, the payment is only authorized but not captured, which means credits are not minted until the payment is captured. However, the redemption flow expects credits to be available immediately after the card payment.Solution: Either remove the
transactionparameter and handle redemption separately after capturing the payment, or removeauthOnlyto capture the payment immediately. -
Using a
transactionwith non-Credits settlement: Redemption transactions can only be used withsettlementType: "Credits". Thetransactionparameter triggers a credit redemption flow where credits are issued to the user and then redeemed via your custom redemption flow. This flow is incompatible with USDC or Bank settlement types.Solution: Set
settlementTypeto"Credits"when using atransaction, or remove thetransactionparameter if you need a different settlement type.
Rate Limiting & Velocity Errors
These errors are triggered by repeated failed attempts on the same account, card, or session in a short window.

