---
title: "List completed payments"
method: GET
path: "/v1/transfers/{transferId}/payments"
tags: ["transfer"]
---

# List completed payments

`GET /v1/transfers/{transferId}/payments`

Fetch completed payments used to fund the transfer.

In most cases there should only be a single payment associated with the transfer. There are rare occasions that a transfer can be funded with multiple payment methods and when this occurs the first completed payment method would be used to calculate the fees provided on the quote.

## Path parameters

- `transferId` integer, required

## Headers

- `X-External-Correlation-Id` string, uuid

## Response `200`

Returns a list of completed payment objects.

- Payment[]
  - `id` integer — Payment ID
  - `method` string — The payment method used to pay for the transfer
  - `pricingVariant` string, nullable — The qualifier that allows to apply different pricing policy within the same payment method. Often the value might be the payment method itself
  - `amount` number — Transfer source amount
  - `currency` string — Transfer source currency
  - `timeCreated` string, date-time — Date of when payment was created
  - `timeUpdated` string, date-time — Date of when payment was updated

## Other responses

- `404` — Transfer not found.
- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

[API](https://skmtc.net/wise/apis/platform-api.md) · [All operations](https://skmtc.net/wise/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wise/platform-api/revisions/4907a1d269ab/schema)
