# Fees

All fees related paths.

 - [GET /fees/collections](https://docs.upvest.co/api/fees/list_fee_collections.md): Returns the list of fee collections. Use the `offset` and `limit` query parameters to page through results; `meta.total_count` gives the total number of matching fee collections. Narrow the result set
 - [POST /fees/collections](https://docs.upvest.co/api/fees/create_fee_collection.md): Creates a fee collection for a fee amount you have already calculated. The account must not be in `PENDING_APPROVAL` or `CLOSED` status; a request against an account in either status is rejected with
 - [GET /fees/collections/{fee_collection_id}](https://docs.upvest.co/api/fees/retrieve_fee_collection.md): Returns the fee collection identified by `fee_collection_id`, including its status and the amount processed so far. A fee collection moves through `PROCESSING`, then either `FINALISED` once the fees h
 - [POST Fee collection events](https://docs.upvest.co/api/fees/fee_collection_event.md): Fee collection events
