# Clearing transactions ## Index clearing profiles - [GET /v1/clearing_profiles](https://docs.solarisgroup.com/api-reference/digital-banking/transactions/clearing-transactions/paths/~1v1~1clearing_profiles/get.md): Returns an array containing all clearing profiles under your control. ## Create a credit clearing transaction - [POST /v1/accounts/{account_id}/credit_clearing_transactions](https://docs.solarisgroup.com/api-reference/digital-banking/transactions/clearing-transactions/paths/~1v1~1accounts~1%7Baccount_id%7D~1credit_clearing_transactions/post.md): Creates a credit clearing transaction on the account specified in the request URL. The funds will be sent this account the account defined in the clearing profile sent in the request body. ## Create debit clearing transaction - [POST /v1/accounts/{account_id}/debit_clearing_transactions](https://docs.solarisgroup.com/api-reference/digital-banking/transactions/clearing-transactions/paths/~1v1~1accounts~1%7Baccount_id%7D~1debit_clearing_transactions/post.md): Creates a debit clearing transaction to the account specified in the request URL. Funds will be drawn the account defined in the clearing profile the account in the URL. ## Get a clearing transaction - [GET /v1/accounts/{account_id}/clearing_transactions/{clearing_transaction_id}](https://docs.solarisgroup.com/api-reference/digital-banking/transactions/clearing-transactions/paths/~1v1~1accounts~1%7Baccount_id%7D~1clearing_transactions~1%7Bclearing_transaction_id%7D/get.md): Returns the clearing transaction specified in the request URL.