Skip to main content

Verify 3Ds authentication status

POST 

https://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

Created

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.

Request Collapse all
Base URL
https://api.paysafe.com/digitalwallets/v2
Auth
Parameters
— pathrequired
— pathrequired
— pathrequired
Body
{
  "walletOperationId": "bbbd87eb-08a9-437b-a9a7-df47b601593b",
  "verification": {
    "method": "BIOMETRIC"
  },
  "status": "VERIFIED",
  "statusReason": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!