ChargeDynamicRequestDTO

Request to create a dynamic immediate charge with location binding

  • amount
    Type: object · AmountRequestDTO
    required

    Amount information for the charge

    • original
      Type: string
      min length:  
      1
      Pattern: ^\d+\.\d{2}$
      required

      Original amount in decimal format with exactly 2 decimal places.

  • calendar
    Type: object · CalendarRequestDTO
    required

    Calendar settings for the charge expiration

    • expiration
      Type: integer Format: int32
      min:  
      1
      max:  
      86400
      required

      Expiration time in seconds from creation.

  • location
    Type: object · LocationBindRequestDTO
    required

    Location reference for binding to a charge

    • id
      Type: string Format: uuid
      required

      Unique identifier of the location to bind.

  • additionalInfo
    Type: array object[] · AdditionalInfoDTO[] …50

    Additional information list for the payer

    Additional information for the payer

    • name
      Type: string
      max length:  
      50
      required

      Name/label of the additional information field.

    • value
      Type: string
      max length:  
      200
      required

      Value of the additional information field.

  • emitImage
    Type: boolean

    If true, also returns the PNG image (base64).

  • key
    Type: string

    Pix key of the receiver. EVP, email, CPF/CNPJ or phone in E.164 format (+55...).

  • payerRequest
    Type: string
    max length:  
    140

    Optional message/request from the payer.