SenderDTO

Payer/sender information for the Pix transaction

  • account
    Type: object · AccountDTO
    required

    Bank account information

    • ispb
      Type: string
      min length:  
      1
      required

      Participant ISPB (bank identifier). Must be exactly 8 digits.

    • type
      Type: string enum
      required

      ISO 20022 account type code

      values
      • CACC
      • OTHR
      • SLRY
      • SVGS
      • TRAN
    • branch
      Type: string

      Branch code.

    • number
      Type: string

      Account number.

  • document
    Type: object · DocumentDTO
    required

    Document identification (CPF or CNPJ)

    • type
      Type: string enum
      required

      Document type for identification (CPF or CNPJ)

      values
      • CPF
      • CNPJ
    • value
      Type: string
      min length:  
      1
      required

      Document number (digits only). CPF: 11 digits, CNPJ: 14 digits.

  • name
    Type: string
    min length:  
    1
    required

    Participant full name.