ScaAuthenticationEventVerificationActionRequest

data class ScaAuthenticationEventVerificationActionRequest(val language: String? = null, val returnUrl: String)

Data class containing action metadata required for verifying the SCA authentication event (when available).

Constructors

constructor(language: String? = null, returnUrl: String)

Properties

Link copied to clipboard
val language: String? = null

The language of the content displayed to the customer in the Paysafe Hosted UI. It follows the ISO 639-1 standard for language codes, with the option to combine them with ISO 3166 Alpha-2 country codes to specify regional language variations. For example the locale code en-US represents English spoken in the USA. Default is en.

Link copied to clipboard

The return URL to which users must be redirected after completing the required actions in Paysafe hosted UI. The Partner is required to communicate the provided returnUrl to Paysafe in advance for the it to be whitelisted and considered valid. Once the redirect process is finished, the customer will be redirected back to the Partner, and the returnUrl will be enhanced with extra properties that include relevant details about the SCA authentication process.