ThreeDSHttpAction
- Type: stringenum
method requiredHTTP method to initiate the step. GET = load the URL in an iframe. POST = render a self-submitting form to this URL.
valuesG E T P O S T
- Type: stringFormat: uri
url requiredYour domain endpoint to initiate the step (never a provider URL).
- Type: object | null
params Name/value pairs to POST with the form (e.g.,
creq). Only present whenmethod= POST.- Type: string
property Name
Examples
{
"method": "POST",
"url": "https://api.yourco.com/v1/3ds/sessions/3ds_Zyx/challenge",
"params": {
"creq": "eyJtZXNzYWdlVHlwZSI6ICJD…"
}
}

