Payments

All API Operations related with payments of income and expenses

WRITE Scope

Record a new payment

post

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-payment
200

OK

Match payment with an existing Transaction

post

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