Verify 3Ds authentication status
POSThttps://api.paysafe.com/digitalwallets/v2/customers/:customerId/prepaid/cards/:cardId/3ds-authentications/:auth3dsId
The endpoint will update the status of the 3D Secure authentication, and based on the provided status, the authorization request will be either VERIFIED
or REJECTED
.
Request
Responses
- 201
- 400
- 401
- 500
- 503
Created
Bad Request
Unauthorized
Internal Server Error
Service Unavailable
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, only `administrative security tokens` are accepted to access the wallet features.
- csharp
- curl
- dart
- go
- http
- java
- javascript
- kotlin
- c
- nodejs
- objective-c
- ocaml
- php
- powershell
- python
- r
- ruby
- rust
- shell
- swift
- HTTPCLIENT
- RESTSHARP
ResponseClear