title: AuthorizationsIDPutResponse
type: object
description: 'The object sent in the PUT /authorizations/{ID} callback.'
properties:
  authenticationInfo:
    type: string
    description: 'OTP or QR Code if entered, otherwise empty.'
    example: OTP
  responseType:
    type: string
    description: >-
      Enum containing response information; if the customer entered the
      authentication value, rejected the transaction, or requested a resend of
      the authentication value.
    example: ENTERED
required:
  - responseType
