---
title: "Changes to Fund a Transfer"
method: POST
path: "/v3/profiles/{profileId}/transfers/{transferId}/payments"
---

# Changes to Fund a Transfer

`POST /v3/profiles/{profileId}/transfers/{transferId}/payments`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 5 revisions.

- **2026-07-26** `4907a1d269ab` — 1 warning
- **2026-06-22** `f3e7a0f6519a` — 2 breaking, 2 warning, 11 info

## Changes

- **2026-07-26** `4907a1d269ab` — 1 warning
  - removed the request property `oneOf[#/components/schemas/FundingRequestBalance]/allOf[#/components/schemas/BalanceRequest]/balanceTransactionId`
- **2026-06-22** `f3e7a0f6519a` — 2 breaking, 2 warning, 11 info
  - the request's body type changed from `object` to no type
  - removed the success response with the status `200`
  - removed the request property `partnerReference`
  - removed the request property `type`
  - api operation id `transferFund` removed and replaced with `transferfund`
  - request body became optional
  - added request discriminator
  - added `#/components/schemas/FundingRequestBalance, #/components/schemas/FundingRequestTrustedPreFundBulk, #/components/schemas/FundingRequestTrustedPreFund` to the request body `oneOf` list
  - added the media type `text/plain` for the response with the status `404`
  - added the non-success response with the status `400`
  - added the non-success response with the status `403`
  - added the non-success response with the status `409`
  - added the non-success response with the status `422`
  - added the non-success response with the status `500`
  - added the success response with the status `201`

---

[Operation](https://skmtc.dev/wise/apis/platform-api/docs/v3/profiles/:profileId/transfers/:transferId/payments/post.md) · [API](https://skmtc.dev/wise/apis/platform-api.md) · [Page](https://skmtc.dev/wise/apis/platform-api/changes/v3/profiles/:profileId/transfers/:transferId/payments/post)
