Skip to content

PixWithdrawalResponse

Schema:PixWithdrawalResponse

OpenAPI Specification

yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    PixWithdrawalResponse:
      type: object
      properties:
        transactionId:
          type: string
          description: ID of the created withdrawal transaction.
        status:
          type: string
          description: Transaction status.
        amount:
          type: number
          description: Withdrawal amount.
        createdAt:
          type: string
          format: date-time
          description: Creation date and time.
      x-apifox-orders:
        - transactionId
        - status
        - amount
        - createdAt
      x-apifox-folder: ''
  securitySchemes: {}
servers: []
security: []