# Payments

Payment processing, accounts, and KKM transactions

 - [GET /storage_operations/documents/finance_transactions/{document_id}](https://developer.alteg.io/en/b2b-v1/openapi/payments/get_document_financial_transactions.md)
 - [GET /accounts/{location_id}](https://developer.alteg.io/en/b2b-v1/openapi/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
 - [GET /transactions/{location_id}](https://developer.alteg.io/en/b2b-v1/openapi/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 me
 - [GET /timetable/transactions/{location_id}](https://developer.alteg.io/en/b2b-v1/openapi/payments/get_transactions_by_visit_or_appointment_id.md): #### Transaction filtering + record_id: Appointment ID + visit_id: ID of the visit
 - [POST /finance_transactions/{location_id}](https://developer.alteg.io/en/b2b-v1/openapi/payments/create_financial_transaction.md)
 - [GET /finance_transactions/{location_id}/{transaction_id}](https://developer.alteg.io/en/b2b-v1/openapi/payments/get_financial_transaction.md)
 - [PUT /finance_transactions/{location_id}/{transaction_id}](https://developer.alteg.io/en/b2b-v1/openapi/payments/update_financial_transaction.md)
 - [DELETE /finance_transactions/{location_id}/{transaction_id}](https://developer.alteg.io/en/b2b-v1/openapi/payments/delete_financial_transaction.md)
