v1

latestOpenAPI 3.0.1Apache 2.02026-07-2647148658.0 KB
V2

Create a JWT for 3DS Client SDK

The API creates a JSON Web Token (JWT) which is then used as a method of authentication between the merchant and the 3DS Client SDK.

post/v2/jwt/create

Request body

threeds_contract_idstring required

The ID of the threeDSContractId used.

Example request

{
  "threeds_contract_id": "cfbdce5a-2604-4ab5-b959-90ae2854d281"
}

Response

Created

jwtstring required

JWT to handle authentication

threeds_contract_idstring required

The ID of the threeDSContractId used.

Example response

{
  "jwt": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJjNmZjZGU3NS02M2MxLTRiMDktODA4MS0xYjdmMGUyZDQ2MmMiLCJpc3MiOiI1ZDEyMmU1OGMxYjQxMjI5M2MwYTUwZDIiLCJPcmdVbml0SWQiOiI1ZDExMmJjMWJiODc2ODIyNDBmOGRjMGQiLCJQYXlsb2FkIjp7fSwiaWF0IjoxNzE1MTgwMDk5fQ.yfNWLd2ssMoUpJt2QOUhf9p1B3dcl0xFOeaPYi8MUxI",
  "threeds_contract_id": "7076974d-04b9-4375-9814-e9313f6bd036"
}