put:
  summary: >-
    Continues a transfer that has paused at the otp stage in order to accept or
    reject quote
  description: >
    This request is used to continue a
    requestToPayTransfer initiated via the `POST /requestToPayTransfer` method that has halted after
    quotation stage and/or otp stage.


    The request body should contain either the "acceptOTP" or "acceptQuote"
    property set to `true` as required to continue the transfer.


    See the description of the `POST /requestToPayTransfer` HTTP method for more
    information on modes of transfer.
  tags:
    - RequestToPayTransferID
  requestBody:
    content:
      application/json:
        schema:
          oneOf:
            - $ref: ../../components/schemas/transferContinuationAcceptQuote.yaml
            - $ref: ../../components/schemas/transferContinuationAcceptOTP.yaml
  parameters:
    - $ref: ../../components/parameters/transactionRequestId.yaml
  responses:
    '200':
      $ref: ../../components/responses/transferSuccess.yaml
    '500':
      $ref: ../../components/responses/transferServerError.yaml
    '504':
      $ref: ../../components/responses/transferTimeout.yaml
