MerchantDataRequestDTO

Merchant (receiver) information for EMV payload composition

  • cidade
    Type: string
    min length:  
    1
    required

    Merchant city (EMV ID 60).

  • endereco
    Type: object · AddressDTO
    required

    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
    min length:  
    1
    required

    Merchant name (EMV ID 59).

  • taxId
    Type: string
    min length:  
    1
    required

    Merchant tax ID (CPF/CNPJ).