---
title: "Changes to Send money to a recipient"
method: POST
path: "/account/{accountId}/transactions"
---

# Changes to Send money to a recipient

`POST /account/{accountId}/transactions`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 5 of 45 revisions.

- **2026-07-22** `0bdf4a496e03` — 1 warning
- **2026-07-20** `efb022d1e11e` — 13 breaking, 13 info
- **2026-06-10** `621b18bfbb91` — 2 warning
- **2026-05-28** `2108b9d60524` — 2 info
- **2026-04-23** `3e266f593eb1` — 3 info

## Changes

- **2026-07-22** `0bdf4a496e03` — 1 warning
  - added the new `interestPayment` enum value to the `kind/allOf[#/components/schemas/TransactionKind]/` response property for the response status `200`
- **2026-07-20** `efb022d1e11e` — 13 breaking, 13 info
  - removed the enum value `AngelInvestment` of the request property `purpose/allOf[#/components/schemas/PostTransactionSendMoneyPurpose]/simple/allOf[#/components/schemas/SimplePurpose]/category`
  - removed the enum value `Contractor` of the request property `purpose/allOf[#/components/schemas/PostTransactionSendMoneyPurpose]/simple/allOf[#/components/schemas/SimplePurpose]/category`
  - removed the enum value `Employee` of the request property `purpose/allOf[#/components/schemas/PostTransactionSendMoneyPurpose]/simple/allOf[#/components/schemas/SimplePurpose]/category`
  - removed the enum value `Expenses` of the request property `purpose/allOf[#/components/schemas/PostTransactionSendMoneyPurpose]/simple/allOf[#/components/schemas/SimplePurpose]/category`
  - removed the enum value `FamilyMemberOrFriend` of the request property `purpose/allOf[#/components/schemas/PostTransactionSendMoneyPurpose]/simple/allOf[#/components/schemas/SimplePurpose]/category`
  - removed the enum value `ForGoodsOrServices` of the request property `purpose/allOf[#/components/schemas/PostTransactionSendMoneyPurpose]/simple/allOf[#/components/schemas/SimplePurpose]/category`
  - removed the enum value `Landlord` of the request property `purpose/allOf[#/components/schemas/PostTransactionSendMoneyPurpose]/simple/allOf[#/components/schemas/SimplePurpose]/category`
  - removed the enum value `Other` of the request property `purpose/allOf[#/components/schemas/PostTransactionSendMoneyPurpose]/simple/allOf[#/components/schemas/SimplePurpose]/category`
  - removed the enum value `SavingsOrInvestments` of the request property `purpose/allOf[#/components/schemas/PostTransactionSendMoneyPurpose]/simple/allOf[#/components/schemas/SimplePurpose]/category`
  - removed the enum value `Subsidiary` of the request property `purpose/allOf[#/components/schemas/PostTransactionSendMoneyPurpose]/simple/allOf[#/components/schemas/SimplePurpose]/category`
  - removed the enum value `TransferToMyExternalAccount` of the request property `purpose/allOf[#/components/schemas/PostTransactionSendMoneyPurpose]/simple/allOf[#/components/schemas/SimplePurpose]/category`
  - removed the enum value `Travel` of the request property `purpose/allOf[#/components/schemas/PostTransactionSendMoneyPurpose]/simple/allOf[#/components/schemas/SimplePurpose]/category`
  - removed the enum value `Vendor` of the request property `purpose/allOf[#/components/schemas/PostTransactionSendMoneyPurpose]/simple/allOf[#/components/schemas/SimplePurpose]/category`
  - added the new `angelInvestment` enum value to the request property `purpose/allOf[#/components/schemas/PostTransactionSendMoneyPurpose]/simple/allOf[#/components/schemas/SimplePurpose]/category`
  - added the new `contractor` enum value to the request property `purpose/allOf[#/components/schemas/PostTransactionSendMoneyPurpose]/simple/allOf[#/components/schemas/SimplePurpose]/category`
  - added the new `employee` enum value to the request property `purpose/allOf[#/components/schemas/PostTransactionSendMoneyPurpose]/simple/allOf[#/components/schemas/SimplePurpose]/category`
  - added the new `expenses` enum value to the request property `purpose/allOf[#/components/schemas/PostTransactionSendMoneyPurpose]/simple/allOf[#/components/schemas/SimplePurpose]/category`
  - added the new `familyMemberOrFriend` enum value to the request property `purpose/allOf[#/components/schemas/PostTransactionSendMoneyPurpose]/simple/allOf[#/components/schemas/SimplePurpose]/category`
  - added the new `forGoodsOrServices` enum value to the request property `purpose/allOf[#/components/schemas/PostTransactionSendMoneyPurpose]/simple/allOf[#/components/schemas/SimplePurpose]/category`
  - added the new `landlord` enum value to the request property `purpose/allOf[#/components/schemas/PostTransactionSendMoneyPurpose]/simple/allOf[#/components/schemas/SimplePurpose]/category`
  - added the new `other` enum value to the request property `purpose/allOf[#/components/schemas/PostTransactionSendMoneyPurpose]/simple/allOf[#/components/schemas/SimplePurpose]/category`
  - added the new `savingsOrInvestments` enum value to the request property `purpose/allOf[#/components/schemas/PostTransactionSendMoneyPurpose]/simple/allOf[#/components/schemas/SimplePurpose]/category`
  - added the new `subsidiary` enum value to the request property `purpose/allOf[#/components/schemas/PostTransactionSendMoneyPurpose]/simple/allOf[#/components/schemas/SimplePurpose]/category`
  - added the new `transferToMyExternalAccount` enum value to the request property `purpose/allOf[#/components/schemas/PostTransactionSendMoneyPurpose]/simple/allOf[#/components/schemas/SimplePurpose]/category`
  - added the new `travel` enum value to the request property `purpose/allOf[#/components/schemas/PostTransactionSendMoneyPurpose]/simple/allOf[#/components/schemas/SimplePurpose]/category`
  - added the new `vendor` enum value to the request property `purpose/allOf[#/components/schemas/PostTransactionSendMoneyPurpose]/simple/allOf[#/components/schemas/SimplePurpose]/category`
- **2026-06-10** `621b18bfbb91` — 2 warning
  - added the new `MerchantRefundToOriginalCharge` enum value to the `relatedTransactions/items/relationKind/allOf[#/components/schemas/TransactionRelationKind]/` response property for the response status `200`
  - added the new `OriginalChargeToMerchantRefund` enum value to the `relatedTransactions/items/relationKind/allOf[#/components/schemas/TransactionRelationKind]/` response property for the response status `200`
- **2026-05-28** `2108b9d60524` — 2 info
  - added the optional property `merchant/allOf[#/components/schemas/MerchantData]/amount` to the response with the `200` status
  - added the optional property `merchant/allOf[#/components/schemas/MerchantData]/currency` to the response with the `200` status
- **2026-04-23** `3e266f593eb1` — 3 info
  - added the required property `categoryData/allOf[#/components/schemas/CategoryData]/visibleForCardSpend` to the response with the `200` status
  - added the required property `categoryData/allOf[#/components/schemas/CategoryData]/visibleForOther` to the response with the `200` status
  - added the required property `categoryData/allOf[#/components/schemas/CategoryData]/visibleForReimbursements` to the response with the `200` status

---

[Operation](https://skmtc.dev/mercurytechnologies/apis/mercury-api/docs/account/:accountId/transactions/post.md) · [API](https://skmtc.dev/mercurytechnologies/apis/mercury-api.md) · [Page](https://skmtc.dev/mercurytechnologies/apis/mercury-api/changes/account/:accountId/transactions/post)
