v5

latestOpenAPI 3.1.02026-07-262421791.5 MB
third-party-transfer

Get a third party transfer by ID

Get third party transfer info by ID. To receive dynamic updates as the state of the transfer changes, see the [webhooks documentation](https://docs.wise.com/api-reference/webhook).
get/v2/profiles/{profileId}/third-party-transfers/{transferId}

Path parameters

profileIdinteger required

Profile Id

Example:123456789

Profile Id

transferIdinteger required

Transfer Id

Example:16521632

Transfer Id

Headers

X-External-Correlation-Idstring uuid

Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.

Response

Returns the originator transfer object.

idinteger

Transfer ID

userinteger

Your user ID

targetAccountinteger

Recipient account ID

sourceAccountinteger

Refund recipient account ID

quotestring

Quote ID

statusstring

Transfer current status. See Tracking Transfers for all possible statuses.

ratenumber

Exchange rate value

hasActiveIssuesboolean

Are there any pending issues which stop executing the transfer?

sourceCurrencystring

Source currency code

sourceValuenumber

Transfer amount in source currency

targetCurrencystring

Target currency code

targetValuenumber

Transfer amount in target currency

originalTransferIdstring

Unique identifier randomly generated per transfer request by the calling client

createdstring date-time

Timestamp when transfer was created.

Example response

{
  "id": 16521632,
  "user": 4342275,
  "targetAccount": 8692237,
  "sourceAccount": 1527389,
  "quote": "8fa9be20-ba43-4b15-abbb-9424e1481050",
  "status": "cancelled",
  "rate": 0.89,
  "details": {
    "reference": "T12789649"
  },
  "originator": {
    "reference": "CST-2991992",
    "name": {
      "givenName": "John",
      "middleNames": [
        "Fitz",
        "John"
      ],
      "familyName": "Godspeed",
      "patronymicName": "Fitz",
      "fullName": "John Godspeed"
    },
    "dateOfBirth": "1977-07-01",
    "nationality": "EE",
    "accountDetails": "23456789",
    "address": {
      "firstLine": "Salu tee 14",
      "city": "Tallinn",
      "stateCode": "NY",
      "countryCode": "EE",
      "postCode": "12112"
    },
    "businessRegistrationCode": "83920-546",
    "businessRegistrationDate": "2020-01-15"
  },
  "sourceCurrency": "EUR",
  "targetCurrency": "GBP",
  "targetValue": 150,
  "originalTransferId": "54a6bc09-cef9-49a8-9041-f1f0c654cd88",
  "created": "2025-10-29T12:28:16.000Z"
}