# Third Party Transfers

Create and manage transfers over API on behalf of your customers, under your own financial license.

 - [POST /v2/profiles/{profileId}/third-party-transfers](https://docs.wise.com/api-reference/legacy/third-party-transfer/createthirdpartytransfer.md): When creating a transfer on behalf of a third party, you must take note that: * The `originator` datablock is **required**. This details the ultimate sender of funds in the transfer. * Depending on th
 - [GET /v2/profiles/{profileId}/third-party-transfers/{transferId}](https://docs.wise.com/api-reference/legacy/third-party-transfer/getthirdpartytransfer.md): 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/legacy/webhook).
 - [GET /v1/profiles/{profileId}/third-party-transfers/{transferId}](https://docs.wise.com/api-reference/legacy/third-party-transfer/getthirdpartytransferv1.md): This endpoint is deprecated. Use [Get a third party transfer by ID](/api-reference/legacy/third-party-transfer/getthirdpartytransfer) (V2) instead. Get third party transfer info by ID. To receive dyna
