> ## Documentation Index
> Fetch the complete documentation index at: https://developer.hellgate.io/llms.txt
> Use this file to discover all available pages before exploring further.

# TDSResult

> Reports the outcome of a 3-D Secure challenge.

Sent after a shopper completes a 3-D Secure challenge. Commerce looks up the payment by `tds_terminal_id` and resumes the flow if the payment is in the appropriate state.

`ce-type: TDSResult`

## Payload

<ParamField body="tds_terminal_id" type="string" required>
  UUID identifying the 3-D Secure session terminal.
</ParamField>
