MerchantDataResponseDTO

Merchant (receiver) information in the response

  • cidade
    Type: string

    Merchant city

  • endereco
    Type: object · AddressDTO

    Address information

    • cep
      Type: string
      min length:  
      1
      Pattern: ^\d{8}$
      required

      Postal code (CEP) - 8 digits without hyphen

    • cidade
      Type: string
      max length:  
      200
      required

      City name

    • logradouro
      Type: string
      max length:  
      200
      required

      Street name and number

    • uf
      Type: string
      min length:  
      1
      Pattern: ^[A-Z]{2}$
      required

      State code (2 uppercase letters)

  • nome
    Type: string

    Merchant name

  • taxId
    Type: string

    Merchant tax ID (CPF/CNPJ)