# Sales Sales documents and receipts. View and manage point-of-sale transactions. ## Receipt of a Sales Transaction - [GET /v1/company/{location_id}/sale/{document_id}](https://developer.alteg.io/en/sales/get_sale_transaction.md) ## Payment at the Location Account and Loyalty (Various Methods) - [POST /v1/company/{location_id}/sale/{document_id}/payment](https://developer.alteg.io/en/sales/create_payment_with_loyalty_methods.md): As a response, information about the Sale operation is returned ## Delete a Loyalty Payment Transaction - [DELETE /v1/company/{location_id}/sale/{document_id}/payment/loyalty_transaction/{payment_transaction_id}](https://developer.alteg.io/en/sales/delete_loyalty_payment_transaction.md): As a response, information about the Sale operation is returned ## Delete a Cashier Payment Transaction - [DELETE /v1/company/{location_id}/sale/{document_id}/payment/payment_transaction/{payment_transaction_id}](https://developer.alteg.io/en/sales/delete_location_account_payment.md): As a response, information about the Sale operation is returned