GET
/
v1
/
3ds
/
token
curl https://api-eu.sulpayments.ch/v1/3ds/token \
  -H "Authorization: Bearer {token}"
{
  "token": "3ds_abc123..."
}
Use this token to initialize the 3D Secure authentication flow on the client (browser SDK).

Headers

Authorization
string
required
Bearer {token}

Response

token
string
3DS authentication token.
curl https://api-eu.sulpayments.ch/v1/3ds/token \
  -H "Authorization: Bearer {token}"
{
  "token": "3ds_abc123..."
}