v5
latestOpenAPI 3.1.02026-07-262421791.5 MBCreate a partner licence transfer
{% admonition type="warning" name="Deprecated" %} This endpoint is deprecated and only maintained for existing legacy integrations. Do not use it for new integrations. Use Create a transfer or Create a third party transfer instead. {% /admonition %}
This is similar to the Create a transfer endpoint, but the originator datablock is additionally required.
You need to save the transfer ID for tracking its status later via webhooks.
Avoiding duplicate transfers
The customerTransactionId field is used to avoid duplicate transfer requests. If your initial call fails (error or timeout), retry the call using the same customerTransactionId value. Subsequent retry messages are treated as repeat messages and will not create duplicate transfers.
Path parameters
The profile ID
Headers
Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.
Request body
Response
Partner licence transfer successfully created.
Example response
{
"id": 16521632,
"user": 4342275,
"targetAccount": 8692237,
"quote": "8fa9be20-ba43-4b15-abbb-9424e1481050",
"status": "cancelled",
"reference": "reference text",
"rate": 0.89,
"created": "2025-10-29T12:28:16.000Z",
"details": {
"reference": "Testing"
},
"originator": {
"legalEntityType": "PRIVATE",
"reference": "CST-2991992",
"name": {
"givenName": "John",
"middleNames": [
"Ryan"
],
"familyName": "Godspeed",
"fullName": "John Godspeed"
},
"dateOfBirth": "1977-07-01",
"address": {
"firstLine": "Salu tee 14",
"city": "Tallinn",
"countryCode": "EE",
"postCode": "12112"
},
"accountDetails": "23456789"
},
"sourceCurrency": "EUR",
"targetCurrency": "GBP",
"targetValue": 150,
"originalTransferId": "54a6bc09-cef9-49a8-9041-f1f0c654cd88",
"payinSessionId": "23330542-8e9e-419f-95eb-312b880f92ad"
}