Skip to main content

SCA Authentication Event Verification Action

Contains action metadata required for verifying the SCA authentication event (when available).

languagestring

Specifies 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 value: en
returnUrlurl

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, such as status:

  • status - It holds the outcome of the SCA authentication event, such as success or fail.
Example: https://some-process.paysafe.com/
redirectUrlurl

Redirect URL where the user should be redirected to in order to complete some action.

Example: https://some-process.paysafe.com/
SCA Authentication Event Verification Action
{
"language": "en",
"returnUrl": "https://some-process.paysafe.com/",
"redirectUrl": "https://some-process.paysafe.com/"
}