Send an Embedded or Hybrid SCA Challenge
POSThttps://api.paysafe.com/digitalwallets/v1/auth/sca/events/:eventId/challenges
Sends a challenge via a secure communication mechanism as part of the ongoing Embedded or Hybrid SCA process.
Once an SCA process is initiated, a challenge must be sent through one of the available verification mechanisms
(e.g., send an OTP code via SMS). Тhe challenges have their own expiration (e.g., the OTP sent via SMS is valid
for only a short time). If a challenge expires, a new one must be sent. A challenge sent for the same process
can increment the currentChallenges
field. This process can only be performed a limited number of times, as
defined by allowableChallenges
(its value is determined by the best security practices). If this limit is
exceeded, an error will be returned, and no additional challenges can be sent for the same process until a
cooldown period has elapsed. After this period, the currentChallenges
are reset, and new challenges can be
sent for the same process as previously described.
More details can be found in Strong Customer Authentication.
Request
Responses
- 201
- 400
- 401
- 404
- 405
- 429
- 500
- 503
Authorization: http
name: Bearertype: httpscheme: bearerdescription: Bearer authentication (also called token authentication) is an HTTP authentication scheme that involves `security tokens` called bearer tokens. In the present context, `configuration & user security tokens` are accepted to access the authentication features.
- csharp
- curl
- dart
- go
- http
- java
- javascript
- kotlin
- c
- nodejs
- objective-c
- ocaml
- php
- powershell
- python
- r
- ruby
- rust
- shell
- swift
- HTTPCLIENT
- RESTSHARP