Import transactions for a bank link
post/bank_links/{link_id}/import/transactions
Preview
Locked
Request
Path parameters
link_id·string
Body
transactions·array of objects
account_id·string
The internal account ID associated with this transaction
amount·string
The amount of the transaction
date·string
The date of the transaction in ISO-8601 format
description·optional string
The description of the transaction
transaction_id·optional string
The transaction ID
transaction_type·optional string
The type of the transaction
Response
Empty JSON.POST /bank_links/{link_id}/import/transactions
Response example
{}