USE_ONE_TIME_TOKEN
Last updated
Was this helpful?
Type: boolean Default: true Description: Controls whether a single-use token is appended to redirection payment callback URLs.
When true: A one-time token is generated at the start of the redirection flow and appended to both the success and failure callback URLs. On return, the token is validated to prevent session replay attacks.
When false: No token validation is performed; the callback URL is accepted without replay protection.
Used in: RedirectionPageCompletePage — token validation on payment provider callback return. Also used in WalletPaymentPage — token appended to wallet redirect success/fail callback URLs.
Last updated
Was this helpful?
Was this helpful?

