3DS ACS TermURL callback (public, no JWT)

Posted to by the issuer ACS at the end of a 3DS challenge. Captures the 3DS2 cres:<base64>… envelope (or 3DS1 PaRes) from the form body, persists it on the verified-card row, runs Ecentric cardsVerify, and renders an HTML page that postMessages the outcome to the iframe parent or popup opener and self-closes when possible. Returns 200 even on application errors so the customer always gets a closeable page; 400 is reserved for malformed callbacks (missing state or cres/PaRes) where there is nothing to postMessage anyway.

Access: Public endpoint.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required
Body Params
string

3DS2 challenge result (CRes JWT). When present, Nova persists cres: <value> verbatim as paResPayload.

string

3DS2 challenge result (camelCase variant)

string

3DS1 PARes (spec-canonical PaRes)

string

3DS1 PARes (uppercase variant)

string

3DS1 PARes (lowercase variant)

string

3DS1 MD (diagnostic only — not forwarded to Ecentric)

string

3DS1 MD (lowercase variant)

Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!