# Fee collection ## Create a fee collection transaction - [POST /v1/accounts/{account_id}/transactions/fees](https://docs.solarisgroup.com/api-reference/digital-banking/account-management/fee-collection/paths/~1v1~1accounts~1%7Baccount_id%7D~1transactions~1fees/post.md): Creates a fee transaction on the account specified in the URL. Solaris will debit the amount from the customer's account and transfer the funds to a Solaris settlement account. Each month, Solaris will pay out the amounts collected from fee transactions to your partner account. ## List fee transactions for an account - [GET /v1/accounts/{account_id}/transactions/fees](https://docs.solarisgroup.com/api-reference/digital-banking/account-management/fee-collection/paths/~1v1~1accounts~1%7Baccount_id%7D~1transactions~1fees/get.md): Returns an array containing all fee transactions created for the account specified in the request URL.