Correct Enrichment
Correct Enrichment
Manually update the enrichment categories for a specific transaction. The transaction will be updated with your corrections, which are then used to refine future categorizations. This endpoint returns the updated transaction, along with similar past transactions, using the same format as when retrieving transactions for a link.
URL
Request
Response
category
: string
required
Allowed values:
banking
borrowing_and_loans
charity
dependent_costs
education
entertainment
expenses
food_and_drink
gambling_and_lotteries
general
health_and_personal_care
home
income
insurance
media_and_telecoms
mortgage_and_rent
pensions_savings_and_investments
shopping
taxes
transfers
transport
travel
utilities
subcategory
The subcategory of the account
id
: string
required
The unique ID for this link.
example: mk_eqkWN34UEoa2NxyALG8pcV
txn_id
: string
required
X-Client-Id
: string
X-Client-Secret
: string
Your client secret
example: vzPznCv3kT7fHsAr6y3jk38d
Responses
200
Successful Response
transactions
: array
A list of transactions.
accounts
: array
A list of accounts for which transactions are being returned.
link
: object
The link that these accounts belong to.
cursor
: object
Pagination information
403
Forbidden by link owner. The user did not give permission to access this data when linking.
error_code
: string
default: "link_error.forbidden_action"
error_message
: string
Error message
example: Accounts access not permitted
documentation_url
404
Link not found.
error_code
: string
default: "link_error.not_found"
error_message
: string
default: "Link not found."
documentation_url
410
Link deleted.
error_code
: string
default: "link_error.deleted"
error_message
: string
default: "This link was deleted at some earlier time."
documentation_url
422
Link error.
error_code
: string
default: "link_error.bad_state"
error_message
: string
documentation_url
link_error_code
: string
429
Rate limit exceeded.
error_code
: string
default: "api_error.rate_limit_exceeded"
error_message
: string
Error message
default: "Rate limit exceeded"
documentation_url