Skip to content

PixChargeResponse

Schema: PixChargeResponse

OpenAPI Specification

yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    PixChargeResponse:
      type: object
      properties:
        transactionId:
          type: string
          description: ID of the created transaction.
        qrCode:
          type: string
          description: QR Code in base64 format.
        emv:
          type: string
          description: EMV code for PIX payment.
        amount:
          type: number
          description: Charge amount in BRL.
        status:
          type: string
          description: Transaction status.
        createdAt:
          type: string
          format: date-time
          description: Creation date and time.
      x-apifox-orders:
        - transactionId
        - qrCode
        - emv
        - amount
        - status
        - createdAt
      x-apifox-folder: ''
  securitySchemes: {}
servers: []
security: []