Get Services

Get Services

GET {{Environment_URL}}/v2/remittances/available-services

Lists all operation natures applicable to remittance operations with TYPE SERVICES

Query Parameters

Parameter
Description
Type
Required
Example

amount

The monetary value in the smallest divisible unit of the specified currency, following ISO 4217 minor unit conventions scaled by 10^4. Value = (amount in currency) × 1,000,000. ---- Amount value in minor currency units (e.g., cents). 1 unit of currency = 1000000 units in this field. For example: 1,000.00 USD = 1000000000.

integer

Yes

$1,000.00 USD = 1000000000 ---------- $100.50 USD = 100500000

natures

Services nature.

String

Yes

SERVICES

referencePersonChange

Person, can be PHYSICAL_PERSON or LEGAL_PERSON

String

Yes

PHYSICAL_PERSON

Response

[
  {
    "id": "681e3f6558e56d001dc99836",
    "code": "12995",
    "name": "Compra ou venda de mercadoria",
    "purposeCode": "IR01811",
    "changeCode": "129956706767",
    "natures": [
      "SERVICES"
    ],
    "irPercentage": null,
    "iofPercentage": 0,
    "description": "compra venda mercadoria",
    "businessApplicationId": "BP"
  },
  {
    "id": "66fadad27fb799002fe7ec9e",
    "code": "37994",
    "name": "Doação e outras tranferências",
    "purposeCode": "IR001",
    "changeCode": "379946706767",
    "natures": [
      "SERVICES"
    ],
    "irPercentage": null,
    "iofPercentage": 3.5,
    "description": "Doação e outras tranferências",
    "businessApplicationId": ""
  },
  {
    "id": "646299d959cb63001ffe6f9b",
    "code": "46990",
    "name": "Outro serviço",
    "purposeCode": "IR01805",
    "changeCode": "469926706767",
    "natures": [
      "SERVICES"
    ],
    "irPercentage": 33.3,
    "iofPercentage": 3.5,
    "description": "Outro serviço",
    "businessApplicationId": ""
  },
  {
    "id": "6786b083871ce40024758716",
    "code": "46991",
    "name": "Pagamento de Estudos no Exterior",
    "purposeCode": "IR003",
    "changeCode": "469926706767",
    "natures": [
      "SERVICES"
    ],
    "irPercentage": null,
    "iofPercentage": 3.5,
    "description": "Realizar Pagamentos de Estudos no Exterior",
    "businessApplicationId": "BP"
  },
  {
    "id": "646299a572a00b001e3af23c",
    "code": "46978",
    "name": "Serviço de negócio",
    "purposeCode": "IR01805",
    "changeCode": "469786706767",
    "natures": [
      "SERVICES"
    ],
    "irPercentage": 17.649,
    "iofPercentage": 3.5,
    "description": "Serviço de negócio",
    "businessApplicationId": ""
  },
  {
    "id": "67eda24dff657d001f134ff0",
    "code": "37994",
    "name": "TRANSFERENCIA SEM CONTRAPARTIDA",
    "purposeCode": "IR001",
    "changeCode": "379946706767",
    "natures": [
      "SERVICES"
    ],
    "irPercentage": null,
    "iofPercentage": 3.5,
    "description": "TRANSFERENCIA DE PATRIMONIO DE UM MESMO INDIVIDUO QUE ESTEJA MUDANDO DE PAIS DE RESIDENCIA",
    "businessApplicationId": "AA"
  },
  {
    "id": "63cf0d598b8df40025f234ee",
    "code": "67995",
    "name": "Transferência entre contas de mesma titularidade",
    "purposeCode": "IR001",
    "changeCode": "679956706767",
    "natures": [
      "SERVICES"
    ],
    "irPercentage": null,
    "iofPercentage": 3.5,
    "description": "transferência entre conta deposito no brasil e conta no exterior vs",
    "businessApplicationId": ""
  },
  {
    "id": "646293ee59cb63001ffe6f86",
    "code": "32999",
    "name": "Viagem internacional",
    "purposeCode": "IR006",
    "changeCode": "329996706767",
    "natures": [
      "SERVICES"
    ],
    "irPercentage": null,
    "iofPercentage": 3.5,
    "description": "Viagem internacional",
    "businessApplicationId": ""
  },
  {
    "id": "6470a7f584dfdd002027ca1b",
    "code": "46992",
    "name": "venda de servicos - outros servicos",
    "purposeCode": "IR003",
    "changeCode": "469926706767",
    "natures": [
      "SERVICES"
    ],
    "irPercentage": null,
    "iofPercentage": 3.5,
    "description": "estudos",
    "businessApplicationId": ""
  }
]