---
title: "List credit transfer events"
method: GET
path: "/payments/v2/credit-transfers/{id}/events"
tags: ["Credit Transfers"]
---

# List credit transfer events

`GET /payments/v2/credit-transfers/{id}/events`

Retrieve events for a specific credit transfer. Returns a list of events. For further details on Pagination, see the section above.

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer
- `token` string

## Response `200`

List of credit transfer events.

- object
  - `items` Event[], required — A list of resources.
    - `id` integer, required — The ID of the event.
    - `organizationId` string, required — Unique resource identifier for an Organization.
    - `entityId` string, required — Unique resource identifier.
    - `type` 'CREATED' | 'UPDATED' | 'DELETED', required — Event type.
    - `name` string, required — The event name. Different resources have different sets of event names.
    - `timestamp` string, date-time, required — When the event happened.
    - `details` object — Additional details describing this event.
    - `message` string — A message which could either be a message from the bank or an explanation of the event.
    - `originator` string, required — The originator of the event which could be either a user ID, BANK or ATLAR.
  - `nextToken` string, required — Pagination token for next page. The value will be a non-empty string if there are more resources to be fetched. The value will be an empty string if there are no more resources to be fetched.
  - `token` string, required — The pagination token that was used for this request. The value will be an empty string if no `token` query parameter was provided with the request.
  - `limit` integer, required — The page limit that was used for this request.

## Other responses

- `404` — Resource not found.

---

[API](https://skmtc.net/atlar/apis/atlar-api-v2.md) · [All operations](https://skmtc.net/atlar/apis/atlar-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlar/atlar-api-v2/versions/9c5e194ccf5d/schema)
