---
title: "List transactions received by the calling application"
method: GET
path: "/v1/transactions/received"
tags: ["Transactions"]
---

# List transactions received by the calling application

`GET /v1/transactions/received`

Returns all transactions where the receiver tag belongs to the calling application. Sorted by `createdAt` descending.

## Query parameters

- `pageable` Pageable, required
  - `page` integer
  - `size` integer
  - `sort` string[]

## Response `200`

Paginated list of received transactions

---

[API](https://skmtc.net/reflexpay/apis/idaas-identity-as-a-service-api.md) · [All operations](https://skmtc.net/reflexpay/apis/idaas-identity-as-a-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reflexpay/idaas-identity-as-a-service-api/revisions/db1f954badfb/schema)
