v1

latestOpenAPI 3.1.0Apache 2.02026-07-2265186296.2 KB
Transactions

Search financial account transactions

Use this endpoint to filter financial account transactions by various parameters.

get/bank-linking/transactions

Query parameters

customerIdstring

Meld generated unique identifier for your customer. This should be used to track customer activity. If provided, externalCustomerId should not be provided. However, if both are present then customerId takes precedence.

externalCustomerIdstring

Your unique identifier for your customer. If maintaining your own customer management system this can also be used for tracking customer activity. If provided, customerId should not be provided. However, if both are present then customerId takes precedence.

financialAccountIdstring

Financial account id

status'PENDING' | 'POSTED'

Financial account transaction status

startDatestring

Start date to begin search from of format yyyy-mm-dd

endDatestring

End date stop search on of format yyyy-mm-dd

beforestring

Unique key corresponding to a transaction's position in the paginated list of results -- used to indicate that only transactions residing before this key will be retrieved.

Each transaction carries a unique key. Reference Pagination

The before and after fields cannot be used in the same request.

afterstring

Unique key corresponding to a transaction's position in the paginated list of results -- used to indicate that only transactions residing after this key will be retrieved.

Each transaction carries a unique key. Reference Pagination

The before and after fields cannot be used in the same request.

categorystring

Transaction category

connectionIdstring

Connection Id

limitstring

Limits number of returned financial account transactions.

Default value: 100

Minimum value: 1

Maximum value: 1000

Response

Financial account transactions are returned