Skip to main content

Generate challenge via POST

POST 

/tan/generate

Generates a TAN challenge and delivers it via the configured channel, accepting delivery parameters as HTML form fields in the POST body. This form is preferred when sensitive values such as phone numbers or recipient addresses should not appear in server access logs or browser history that captures the full request URL. Required delivery parameters not pre-configured on the service must be included as form fields; unrecognized form fields are forwarded to the channel as additional configuration.

Responses

Successful operation

Schema
    status string
    challenge string
Loading...