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
- 200
- 400
- 500
Successful operation
- application/json
- application/xml
- Schema
- Example (from schema)
Schema
status string
challenge string
{
"status": "string",
"challenge": "string"
}
- Schema
- Example (from schema)
Schema
status string
challenge string
<root>
<status>string</status>
<challenge>string</challenge>
</root>
Required delivery parameter absent (sender, recipient, or message)
Channel delivery failed
Loading...