EntryCreateRequest

Request to create a key link in DICT

  • account
    Type: object · Account
    required

    Linked transactional account

    • branch
      Type: string
      min length:  
      1
      required

      Branch number without check digit (4 digits)

    • ispb
      Type: string
      min length:  
      1
      required

      ISPB of the institution (8 numeric digits)

    • number
      Type: string
      min length:  
      1
      required

      Account number

    • openingDate
      Type: string Format: date-time
      required

      Account opening date. If the time is unknown, use the beginning of the day in BRT.

    • type
      Type: string enum
      required

      Type of transactional account

      values
      • CACC
      • TRAN
      • SLRY
      • SVGS
  • keyType
    Type: string
    required
  • owner
    Type: object · Owner
    required

    Holder data

    • name
      Type: string
      min length:  
      1
      required

      Civil name (Natural Person) or legal name (Legal Person)

    • personType
      Type: string enum
      required

      Type of person (holder)

      values
      • NATURAL_PERSON
      • LEGAL_PERSON
    • taxId
      Type: string
      min length:  
      1
      required

      CPF (11 digits) for NATURAL_PERSON, or CNPJ (14 alphanumeric characters) for LEGAL_PERSON

    • tradeName
      Type: string

      Trade name (only applicable for Legal Person)

  • reason
    Type: string enum
    required

    Reason for the key operation (creation, update, or deletion)

    values
    • USER_REQUESTED
    • RECONCILIATION
    • ACCOUNT_CLOSURE
    • BRANCH_TRANSFER
    • FRAUD
    • DEFAULT_OPERATION
    • RFB_VALIDATION
  • key
    Type: string
  • requestId
    Type: string Format: uuid

    Request identifier used as HMAC key for CID calculation