---
title: "Get Credit Card's Latest Transactions"
method: POST
path: "/v1/cards/query"
tags: ["Cards"]
---

# Get Credit Card's Latest Transactions

`POST /v1/cards/query`

Retrieves the latest transactions associated with a specific credit card number, identified by the SHA1 hash of the card number in base64 format.

## Query parameters

- `minutes` integer

## Request body

- string

## Response `200`

Transactions retrieved successfully.

- CardLastTransaction[]
  - `AmountValue` number, float — The value of the transaction amount.
  - `MachineName` string, nullable — The name of the machine where the transaction was authorized.
  - `AuthorizationDate` string, date-time — The date and time when the transaction was authorized.

---

[API](https://skmtc.net/nayax/apis/nayax-cortina-api.md) · [All operations](https://skmtc.net/nayax/apis/nayax-cortina-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nayax/nayax-cortina-api/revisions/421f6f83c257/schema)
