Gateway account credentials
Validate Worldpay 3DS flex credentials
post/v1/api/accounts/{accountId}/worldpay/check-3ds-flex-config
Path parameters
accountIdinteger required
Gateway account ID
Request body
Example request
{
"issuer": "53f0917f101a4428b69d5fb0",
"jwt_mac_key": "4cabd5d2-0133-4e82-b0e5-2024dbeddaa9",
"organisational_unit_id": "57992a087a0c4849895ab8a2"
}Response
OK
Example response
{
"result": "valid"
}