v2

latestOpenAPI 3.0.12026-07-262352981007.0 KB
Bank Accounts

Get transactions

Retrieves a specified bank accounts transaction.

get/bankaccounts/{bankAccountId}/transactions

Path parameters

bankAccountIdstring required

Query parameters

Offsetinteger
Limitinteger
LastUpdatedstring date-time
Example:2022-04-23T14:00:00Z

Returns items updated since the specified date and time.

MatterIdstring
Example:da4e7fd1-5394-4ca9-b1c6-e18c4e2bf262

Filters items by the specified matter ID.

Response

When request is successful. Returns a 'Transaction' object.

hrefstring nullable
relationstring nullable
methodstring nullable
idstring nullable

Unique identifier of the transaction.

payorNamestring nullable

The name of the associated contact.

typestring nullable

The type of the transaction.

Possible values: Deposit, DepositReversal, InvoicePayment, InvoicePaymentReversal, VendorPayment, VendorPaymentReversal Transfer, BankFees, BankFeesReversal, Interest, InterestReversal.

amountnumber double

The amount of the transaction in dollars. Limited to 2 decimal places (cents).

enteredDatestring date-time

Date the transaction was entered.

effectiveDatestring date-time

Date the transaction took effect.

referencestring nullable

Reference for the transaction.

reasonstring nullable

Reason for the transaction.

descriptionstring nullable

Description of the transaction.

notestring nullable

Note for the transaction (for internal use).

reversedboolean

True if this transaction has been reversed.

Example response

{
  "id": "64818ee0-c7b4-46ec-862e-514d8b29540a",
  "payorName": "John Smith",
  "type": "Deposit",
  "amount": 102.65,
  "reversed": true
}