# Payments [Payment methods in the product knowledge base](https://alteg.io/en/support/knowledge-base/4868729320349-creating-new-item-of-payment/) ยท [Accounts in the product knowledge base](https://alteg.io/en/support/knowledge-base/categories/working-with-accounts-and-cash-registers/) Financial operations including location accounts, payment transactions, and all monetary movements. ## Get document financial transactions - [GET /v1/storage_operations/documents/finance_transactions/{document_id}](https://developer.alteg.io/en/payments/get_document_financial_transactions.md) ## Get location accounts - [GET /v1/accounts/{location_id}](https://developer.alteg.io/en/payments/get_account_list.md): The location account object has the following fields: | Field | Type | Description | | ------------- | ------------- | ------------- | | id | number | Location account ID | | title | string | Title | | type | number | 1 - for non-cash payments, 0 for cash | | comment | string | Description to the location account | ## Get transactions - [GET /v1/transactions/{location_id}](https://developer.alteg.io/en/payments/get_transactions.md): #### Transaction filtering + page: Page number + count: Number of customers per page + account_id: Checkout ID + supplier_id: Supplier ID + client_id: Client ID + user_id: user ID + master_id: team member ID + type: transaction type + real_money: Indicates whether this is a real-money (fiat) transaction + deleted: whether the transaction was deleted + start_date: start date of the period + end_date: end date of the period + balance_is: 0 - any balance, 1 - positive, 2 - negative + document_id: document ID ## Get Transactions by Visit or Appointment ID - [GET /v1/timetable/transactions/{location_id}](https://developer.alteg.io/en/payments/get_transactions_by_visit_or_appointment_id.md): #### Transaction filtering + record_id: Appointment ID + visit_id: ID of the visit ## Create a Financial Transaction - [POST /v1/finance_transactions/{location_id}](https://developer.alteg.io/en/payments/create_financial_transaction.md) ## Getting a financial transaction - [GET /v1/finance_transactions/{location_id}/{transaction_id}](https://developer.alteg.io/en/payments/get_financial_transaction.md) ## Financial Transaction Update - [PUT /v1/finance_transactions/{location_id}/{transaction_id}](https://developer.alteg.io/en/payments/update_financial_transaction.md) ## Deleting a transaction - [DELETE /v1/finance_transactions/{location_id}/{transaction_id}](https://developer.alteg.io/en/payments/delete_financial_transaction.md)