Categorize transactions
POST {{baseUrl}}/api/categorization/
Documentation π
See detailed documentation for the Categorize transactions call in our API Reference .
Request Body
{"language"=>"pt", "transactions"=>[{"transaction_id"=>"transaction_unique_id", "account_holder_type"=>"INDIVIDUAL", "account_holder_id"=>"account_holder_unique_id", "account_id"=>"account_unique_id", "account_category"=>"account_category_type", "value_date"=>"YYYY-MM-DD", "description"=>"transaction_description", "type"=>"INFLOW", "amount"=>"transaction_amount", "currency"=>"BRL", "institution"=>"Erebor Bank Brazil", "mcc"=>1234}]}
HEADERS
| Key | Datatype | Required | Description |
RESPONSES
status: ``