v50

latestOpenAPI 3.0.1raw.githubusercontent.com2026-07-169377194.1 KB
Gateway account credentials

Create or update 3DS flex credentials (worldpay accounts)

post/v1/api/accounts/{accountId}/3ds-flex-credentials

Path parameters

accountIdinteger required

Gateway account ID

Request body

issuerstring

Lower-case hexadecimal characters. Should only contain characters [0-9a-f]

jwt_mac_keystring

UUID in lowercase canonical representation

organisational_unit_idstring

Lower-case hexadecimal characters. Should only contain characters [0-9a-f]

Example request

{
  "issuer": "53f0917f101a4428b69d5fb0",
  "jwt_mac_key": "4cabd5d2-0133-4e82-b0e5-2024dbeddaa9",
  "organisational_unit_id": "57992a087a0c4849895ab8a2"
}

Response

OK