> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/business-management/payments/cashier/payments/transaction/introduction.md ## Article Content: # About the Transactions API The Transactions API allows you to retrieve merchant transaction history and details. With the Transactions API, you can query past transactions, filter by date range or payment method, and access detailed information about each payment including status, amount, and payment method used. ## Use cases - [Retrieve a list of transactions for a specific date range and filter by payment method.](https://dev.wix.com/docs/rest/business-management/payments/cashier/payments/transaction/sample-flows.md#retrieve-transactions-for-a-specific-date-range-and-filter-by-payment-method) ## Terminology - **Transaction**: A record of a financial operation between a buyer and a seller. - **Subscription**: A recurring payment arrangement for a service or product. - **Refundability**: The ability to issue a refund for a transaction. - **Provider**: The entity that processes the payment for a transaction.