Import
POST /api/public/v1/transactions
Imports new financial transactions.
Request Body required
object
object
The unique identifier of a specific account this transaction belongs to, for example an IBAN or a masked CC number.
The unique identifier of a transaction. This id, combined with the accountIdentifier, is used for deduplicating transactions.
The description text of a transaction.
Specifies whether the transaction is a credit or debit operation.
The amount of the transaction. This is a string to allow for decimal values, and has to be a positive number.
The currency of the transaction. This is a string that represents the ISO 4217 currency code.
The original amount of the transaction in the original currency. This is only relevant, if foreign currencies are involved in this transaction (e.g. transaction currency does not match payment currency). This is a string to allow for decimal values, and has to be a positive number.
The currency of the original amount of the transaction. This is only relevant, if foreign currencies are involved in this transaction (e.g. transaction currency does not match payment currency) This is a string that represents the ISO 4217 currency code.
The date when the purchase happened. This is a string in the format YYYY-MM-DD.
1970-01-01
The date when the transaction was valued / valuta at. This is a string in the format YYYY-MM-DD.
1970-01-01
The date when the transaction was booked at. This is a string in the format YYYY-MM-DD.
1970-01-01
Responses
201
object
Number of transactions that already existed and were deduplicated.
Number of newly created transactions.
Number of transactions that could not be imported due to an error.