Skip to main content

SCA Authentication Event Attempt Verification Action

Contains Action required for verifying the SCA authentication event attempt (when available).

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 Attempt Verification Action
{
"returnUrl": "https://some-process.paysafe.com/",
"redirectUrl": "https://some-process.paysafe.com/"
}