Payments
All API Operations related with payments of income and expenses
WRITE Scope
Adds a new payment into for an income or expense. This endpoint also creates a new transaction in the provided account automatically. It works only for manually tracked accounts. If you would like to match an existing transaction with and income or expense please use 'Match Payment' endpoint.
Authorizations
AuthorizationstringRequired
API Key Authentication
Body
Responses
200
OK
application/json
post
/v1/add-payment200
OK
Matches an existing transaction as the payment for an income or expense.
Authorizations
AuthorizationstringRequired
API Key Authentication
Path parameters
transactionIdstring · uuidRequired
Body
Responses
200
OK
application/json
post
/v1/match-payment/{transactionId}200
OK
Last updated