Skip to main content
POST
/
api
/
public
/
v1
/
threeds
/
create-from-values
Create 3DS session from raw values (sandbox)
curl --request POST \
  --url https://app.tagadapay.com/api/public/v1/threeds/create-from-values \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "eci": "05",
  "authenticationValue": "LVJhdmVsaW4gVGVzdCBWYWx1ZS0=",
  "transStatus": "Y",
  "dsTransID": "dd21fcc9-6725-4a82-9591-ce603405b0db",
  "messageVersion": "2.2.0"
}
'
{
  "message": "<string>",
  "code": "<string>",
  "issues": [
    {
      "message": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Body

application/json
eci
string
required
authenticationValue
string
required

CAVV / AAV

transStatus
string
default:Y
dsTransID
string
acsTransID
string
messageVersion
string
default:2.2.0
cardBrand
string

Response

Successful response