Nexus API
Categorize transactions
This endpoint takes an array of transactions and automatically categorizes them based on description, transaction_type, and amount. This endpoint can receive and categorize a maximum of 100 transactions per call.
POST
/transactions/categorize_and_describe
Request Body
| Field | Required | Type |
|---|---|---|
transactions | Optional | Object[] |
Loading...