---
title: "Get a transfer receipt"
method: GET
path: "/v1/transfers/{transferId}/receipt.pdf"
tags: ["transfer"]
---

# Get a transfer receipt

`GET /v1/transfers/{transferId}/receipt.pdf`

Download transfer confirmation receipt in PDF format for transfers that are in status `outgoing_payment_sent`.
There's also the [transfer state change webhook](/api-reference/webhook-event/eventtransfersstatechange).

{% admonition type="info" %}
If you service US retail consumers you must use the [US combined receipt](/api-reference/transfer/transferuscombinedreceiptget) endpoint instead.
{% /admonition %}

## Path parameters

- `transferId` integer, required

## Headers

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

## Response `200`

Transfer confirmation receipt in Wise branded PDF format.

## 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)
