**Last updated**: 17 October 2025 | [**Change log**](/products/payment-queries/changelog/) # Get started ## Query your payments data Make smart decisions by querying your payments data, based on a variety of parameters, using our **Payment Queries API**. We return: - information relating to the transaction and payment instrument - an array of timestamped events - action links allowing you to perform payment actions (such as refunds) Important warning Payment Queries is a data aggregation service. It is not intended to provide instantaneous updates. There may be a delay of up to 60 seconds between the initiation of a payment and data becoming available to query. Note APM payments and settlement events will be added to this API in the near future. ## Capabilities - [**Query payments within a date range**](/products/payment-queries/query-by-date-range) Provide a `startDate` and `endDate` to query all card payments within the selected date range (beginning 25 June 2024). You can receive paginated results by providing a `pageSize` parameter. You may filter the results further with the following parameters: * `entityReferences` (also known as `entity`) * `currency` * `minAmount` * `maxAmount` * `last4Digits` * `receivedEvents` - [**Query payments by transaction reference**](/products/payment-queries/query-by-trans-ref) Provide a `transactionReference` to find a matching payment processed after 25 June 2024. - [**Retrieve a payment by payment ID**](/products/payment-queries/retrieve-by-payment-id) Provide the `paymentId` of a payment processed after 25 June 2024 to retrieve all information about that card payment. The response will also contain a list of all events that have occurred for that payment. The `paymentId` is returned in the `self` link for payments returned in [date range](/products/payment-queries/query-by-date-range) and [transaction reference](/products/payment-queries/query-by-trans-ref) queries. - [**Query historical payments**](/products/payment-queries/query-archive) To find a payment processed before 25 June 2024, provide a `transactionReference` and `entityReference` to this API. The response contains minimal information about the payment. br div div Image with custom class div **Ready to integrate?** Make yourself familiar with our [API principles](/products/reference/api-principles) to ensure a resilient integration and set your headers using our [API reference](/products/payment-queries/openapi).