Skip to main content
POST
/
api
/
public
/
v1
/
threeds
/
challenge-result
Get 3DS challenge result
curl --request POST \
  --url https://app.tagadapay.com/api/public/v1/threeds/challenge-result \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "sessionId": "<string>"
}
'
{
  "message": "<string>",
  "code": "<string>",
  "issues": [
    {
      "message": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter your API key as: Bearer your-api-key

Body

application/json
sessionId
string
required

Response

Successful response