Skip to main content

Generate challenge via GET

GET 

/tan/generate

Generates a TAN challenge and delivers it to the recipient via the configured channel, accepting delivery parameters as URL query parameters. The generated passcode is stored in the user's session (identified by the SecToken present in the request) and returned in the JSON response under the challenge field. Required parameters not pre-configured on the service — such as sender, recipient, or message — must be supplied as query parameters; any additional unrecognized parameters are forwarded to the underlying channel for custom configuration.

Request

Query Parameters

    sender string
    recipient string
    message string
    lang string

Responses

Successful operation

Schema
    status string
    challenge string
Loading...