v50

latestOpenAPI 3.0.0raw.githubusercontent.com2026-01-29166197289.1 KB
transactions

Create manual transaction

This endpoint can only be used to create manual transactions that are under a manual account. This endpoint accepts the optional MX-Skip-Webhook header and skip_webhook parameter.

post/users/{user_guid}/accounts/{account_guid}/transactions

Path parameters

user_guidstring required

The unique identifier for a user, beginning with the prefix USR-.

account_guidstring required

The unique id for an account.

Request body

Example request

{
  "transaction": {
    "amount": 61.11,
    "date": "2016-10-06",
    "description": "Whole foods",
    "type": "DEBIT",
    "category_guid": "CAT-b6d61a19-30a7-e852-2703-bdfb4072289e",
    "currency_code": "USD",
    "memo": "This is a memo",
    "metadata": "some metadata",
    "skip_webhook": true
  }
}

Response

OK