> ## Documentation Index
> Fetch the complete documentation index at: https://developers.portao3.com.br/llms.txt
> Use this file to discover all available pages before exploring further.

# /realms/{realmId}/organizations/{organizationId}/wallets/{walletId}/transfer-requests/{transferRequestId}



## OpenAPI

````yaml /api-reference/platform.openapi.json put /realms/{realmId}/organizations/{organizationId}/wallets/{walletId}/transfer-requests/{transferRequestId}
openapi: 3.0.3
info:
  title: Platform
  version: 1.0.0
  description: >-
    Portão 3 platform API. Generated by tools/openapi from code (routes +
    security) and the hand-written spec (request/response bodies). Confidence
    tiers: generated:typed=56 copied:manual=6 unknown=63.
servers:
  - url: https://api.platform.v2.portao3.com.br/
    description: production
  - url: https://api.platform.dev.3pers.com.br/
    description: development
security:
  - bearerAuth: []
tags:
  - name: Wallets
  - name: Cards
  - name: PIX
  - name: PIX Keys (DICT)
  - name: Boleto
  - name: Transfers
  - name: Scheduled Payments
  - name: Transactions & Statements
  - name: Invoices
  - name: Contracts & Deals
  - name: Billing
  - name: Notifications
  - name: Users
  - name: Vehicles
paths:
  /realms/{realmId}/organizations/{organizationId}/wallets/{walletId}/transfer-requests/{transferRequestId}:
    put:
      tags:
        - Wallets
      summary: >-
        /realms/{realmId}/organizations/{organizationId}/wallets/{walletId}/transfer-requests/{transferRequestId}
      operationId: >-
        putRealmsByRealmIdOrganizationsByOrganizationIdWalletsByWalletIdTransferRequestsByTransferRequestId
      parameters:
        - name: realmId
          in: path
          required: true
          schema:
            type: string
        - name: organizationId
          in: path
          required: true
          schema:
            type: string
        - name: walletId
          in: path
          required: true
          schema:
            type: string
        - name: transferRequestId
          in: path
          required: true
          schema:
            type: string
      requestBody:
        required: false
        content:
          application/json:
            schema:
              type: object
              properties:
                customFields:
                  type: object
                  additionalProperties: {}
                scheduledAt:
                  type: string
                  format: date-time
                timeZone:
                  type: string
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                type: object
                properties:
                  id:
                    type: string
                  realmId:
                    type: string
                  organizationId:
                    type: string
                  accountId:
                    type: string
                    description: >-
                      The account BOTH wallets belong to (one organization = one
                      account).
                  walletId:
                    type: string
                    description: >-
                      The SUBJECT wallet (the path wallet) — never the org
                      default wallet.
                  walletName:
                    type: string
                    description: >-
                      Display name of the subject wallet, snapshotted at
                      creation from the already-loaded wallet doc (a later
                      rename does not propagate) — carried so the policy-request
                      (and this doc's own reads) can show it without a wallet
                      lookup. Absent on docs created before the field existed
                      and on legacy wallets with no name.
                  defaultWalletId:
                    type: string
                    description: >-
                      The organization's default wallet — the counterparty on
                      every transfer request — snapshotted at creation so a
                      later default-wallet change cannot retarget an
                      already-open request.
                  destinationCategory:
                    type: string
                    enum:
                      - FLEX_NATIONAL
                      - FLEX_INTERNATIONAL
                      - FOOD
                      - GAS
                      - MOBILITY
                      - TOLL
                      - FLEX_NATIONAL_WITHOUT_WITHDRAWALS
                      - ADS
                      - SAAS
                      - HOTEL
                      - AIRLINES
                      - TRAVEL
                    description: >-
                      The balance category on the SUBJECT wallet's side — see
                      the payload.
                  amount:
                    type: number
                    description: >-
                      Signed integer cents — see
                      `CreateWalletTransferRequestPayload.amount`.
                  txnCurrency:
                    type: string
                    enum:
                      - '784'
                      - '971'
                      - '008'
                      - '051'
                      - '973'
                      - '032'
                      - '036'
                      - '533'
                      - '944'
                      - '977'
                      - '052'
                      - '050'
                      - '048'
                      - '108'
                      - '060'
                      - '096'
                      - '068'
                      - '984'
                      - '986'
                      - '044'
                      - '064'
                      - '072'
                      - '933'
                      - '084'
                      - '124'
                      - '976'
                      - '947'
                      - '756'
                      - '948'
                      - '990'
                      - '152'
                      - '156'
                      - '170'
                      - '970'
                      - '188'
                      - '192'
                      - '132'
                      - '203'
                      - '262'
                      - '208'
                      - '214'
                      - '012'
                      - '818'
                      - '232'
                      - '230'
                      - '978'
                      - '242'
                      - '238'
                      - '826'
                      - '981'
                      - '936'
                      - '292'
                      - '270'
                      - '324'
                      - '320'
                      - '328'
                      - '344'
                      - '340'
                      - '332'
                      - '348'
                      - '360'
                      - '376'
                      - '356'
                      - '368'
                      - '364'
                      - '352'
                      - '388'
                      - '400'
                      - '392'
                      - '404'
                      - '417'
                      - '116'
                      - '174'
                      - '408'
                      - '410'
                      - '414'
                      - '136'
                      - '398'
                      - '418'
                      - '422'
                      - '144'
                      - '430'
                      - '426'
                      - '434'
                      - '504'
                      - '498'
                      - '969'
                      - '807'
                      - '104'
                      - '496'
                      - '446'
                      - '929'
                      - '480'
                      - '462'
                      - '454'
                      - '484'
                      - '979'
                      - '458'
                      - '943'
                      - '516'
                      - '566'
                      - '558'
                      - '578'
                      - '524'
                      - '554'
                      - '512'
                      - '590'
                      - '604'
                      - '598'
                      - '608'
                      - '586'
                      - '985'
                      - '600'
                      - '634'
                      - '946'
                      - '941'
                      - '643'
                      - '646'
                      - '682'
                      - '090'
                      - '690'
                      - '938'
                      - '752'
                      - '702'
                      - '654'
                      - '925'
                      - '706'
                      - '968'
                      - '728'
                      - '930'
                      - '222'
                      - '760'
                      - '748'
                      - '764'
                      - '972'
                      - '934'
                      - '788'
                      - '776'
                      - '949'
                      - '780'
                      - '901'
                      - '834'
                      - '980'
                      - '800'
                      - '840'
                      - '997'
                      - '940'
                      - '858'
                      - '927'
                      - '860'
                      - '926'
                      - '928'
                      - '704'
                      - '548'
                      - '882'
                      - '396'
                      - '950'
                      - '961'
                      - '959'
                      - '955'
                      - '956'
                      - '957'
                      - '958'
                      - '951'
                      - '532'
                      - '960'
                      - '952'
                      - '964'
                      - '953'
                      - '962'
                      - '994'
                      - '963'
                      - '965'
                      - '999'
                      - '886'
                      - '710'
                      - '967'
                      - '924'
                    description: >-
                      The wallet's currency as an ISO-4217 numeric code, in
                      string form (`"986"` = BRL). Set from the wallet when the
                      request is created and never accepted as input. Absent on
                      requests created before this field existed.
                  description:
                    type: string
                  requester:
                    type: object
                    properties:
                      userId:
                        type: string
                      name:
                        type: string
                      email:
                        type: string
                    required:
                      - userId
                      - name
                      - email
                  status:
                    type: string
                    enum:
                      - PENDING_APPROVAL
                      - REQUESTED
                      - CONFIRMED
                      - CANCELLED
                      - EXPIRED
                      - FAILED
                      - SCHEDULED
                  policyRequestId:
                    type: string
                  autoResolutionRequestedAt:
                    type: string
                    description: >-
                      When a confirm first asked the policy engine to execute
                      the matched auto-approving policy for this request.
                      Informational; once set, every later confirm of this
                      request is reconciled against that execution.
                  scheduledAt:
                    type: string
                  scheduledTimeZone:
                    type: string
                  scheduleId:
                    type: string
                  approvalExpiresAt:
                    type: string
                  confirmedAt:
                    type: string
                  canceledAt:
                    type: string
                    description: >-
                      ONE `l` — the fleet spelling for this timestamp
                      (pix/boleto/ted all use `canceledAt`). The STATUS value
                      keeps two (`CANCELLED`), which all of them already share;
                      only the timestamp was inconsistent.
                  failureReason:
                    type: string
                  customFields:
                    type: object
                    additionalProperties: {}
                    description: Custom-field values, keyed by the definition's slug.
                  createdAt:
                    type: string
                  updatedAt:
                    type: string
                required:
                  - id
                  - realmId
                  - organizationId
                  - accountId
                  - walletId
                  - defaultWalletId
                  - destinationCategory
                  - amount
                  - requester
                  - status
                  - createdAt
                  - updatedAt
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      bearerFormat: JWT

````