# Get a transfer receipt

Download transfer confirmation receipt in PDF format for transfers that are in status outgoing_payment_sent.
There's also the transfer state change webhook.

{% admonition type="info" %}
If you service US retail consumers you must use the US combined receipt endpoint instead.
{% /admonition %}

Endpoint: GET /v1/transfers/{transferId}/receipt.pdf
Security: UserToken, PersonalToken

## Path parameters:

  - `transferId` (integer, required)
    The transfer ID

## Header parameters:

  - `X-External-Correlation-Id` (string)
    Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.
    Example: "f47ac10b-58cc-4372-a567-0e02b2c3d479"


## Response 404 fields
