---
title: "Search for transactions by customer"
method: GET
path: "/virtual-account/transaction/{country}/{customerId}"
tags: ["VIRTUAL ACCOUNT"]
---

# Search for transactions by customer

`GET /virtual-account/transaction/{country}/{customerId}`

Endpoint to get transactions associated with a customer ID.

## Path parameters

- `customerId` string, required
- `country` 'MX' | 'AR' | 'US', required

## Query parameters

- `page` number
- `limit` number
- `startDate` string
- `endDate` string
- `transactionId` string

## Headers

- `api-key` string
- `api-secret` string

## Response `200`

---

[API](https://skmtc.net/alfredpay/apis/alfred-penny-api-client-documentation.md) · [All operations](https://skmtc.net/alfredpay/apis/alfred-penny-api-client-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alfredpay/alfred-penny-api-client-documentation/versions/6fdfb13fd2b1/schema)
