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

# Get a US combined disclosure receipt

`GET /v1/transfers/{transferId}/us-combined-receipt.pdf`

Download US combined receipt in PDF format for transfers that are in status `incoming_payment_initiated` and again when the status is updated to `outgoing_payment_sent`.

## Path parameters

- `transferId` integer, required

## Headers

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

## Response `200`

The US Combined 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)
