v1

latestOpenAPI 3.1.0MIT2026-07-2484155300.5 KB

Categorize

post/categorize

Request body

clientUserIdstring

identifier for the user (ie. email or cpf)

isBusinessboolean

If the holder is a Business, if not is a Person.

accountType'CHECKING' | 'CREDIT_CARD'

Type of the account holder of the transactions

Response

200

Example response

{
  "results": [
    {
      "id": "12345",
      "date": "2022-05-01T00:00:00.000Z",
      "description": "Mc Donalds",
      "type": "DEBIT",
      "amount": 100,
      "category": "Eating out",
      "merchant": {
        "name": "mc donalds",
        "businessName": "ARCOS DOURADOS COMERCIO DE ALIMENTOS LTDA",
        "cnpj": "42.591.651/0001-43"
      }
    }
  ]
}