Create a single transaction for a userAsk AIpost https://api.moneyhub.co.uk/v3/transactionsRequires transactions:read:all and transactions:write:all scopes.Body ParamsaccountIdstringrequiredThe id of the account the transaction belongs toamountobjectrequiredamount objectcategoryIdstringrequiredThe category id. Standard categories are prefixed with 'std', custom categories are prefixed with 'cus'categoryIdConfirmedbooleanFlag indicating whether the user has confirmed the category id as correctfalsetruefalsedatedate-timerequiredThe date that the transaction occurred. Where available this will contain an accurate time, where the time is not available it will default to midday.longDescriptionstringrequiredThe full text description of the transactions - often as it is represented on the users bank statementshortDescriptionstringA cleaned up and shorter description of the transaction, this can be editednotesstringlength ≤ 500Arbitrary text that a user can add about a transactionstatusstringenumWhether the transaction has been posted (booked) or is still a pending transaction. During the transition from pending to posted the description will normally change.postedpostedpendingAllowed:postedpendingprojectIdstringThe project ID the transaction is associated withenhancedCategoriesobjectCategories to enrich a transaction withenhancedCategories objectResponses 200Successful Transaction Response 400Unsuccessful Response - Bad request - Missing query parameters - Missing body properties 401Unsuccessful Response - Not authorised - Missing authorization header - Invalid access Token 403Unsuccessful Response - Forbidden - Invalid scopesUpdated about 1 month ago