Skip to main content
POST
Add a manual transaction to a bank-feed account

Authorizations

Authorization
string
header
required

API token issued from the Equated app under Settings → API Tokens.

Path Parameters

id
integer
required
Required range: x > 0

Body

application/json
date
string
required
Pattern: ^\d{4}-\d{2}-\d{2}$
amount
number
required

Signed, feed convention: positive = money out of the account, negative = money in.

Required range: -10000000000000 < x < 10000000000000
name
string
required
Required string length: 1 - 500
isoCurrencyCode
string
Pattern: ^[A-Za-z]{3}$

Response

200 - application/json

Created transaction

The response is of type unknown.