GET
/
api
/
banking
/
exclude
[
  {
    "amount": 123,
    "date": {},
    "accountId": 123,
    "referenceNo": "<string>",
    "payee": "<string>",
    "description": "<string>",
    "plaidTransactionId": "<string>",
    "pending": true,
    "recognizedTransactionId": 123,
    "categorizeRefType": "<string>",
    "categorizeRefId": 123,
    "formattedAmount": "<string>",
    "formattedDate": "<string>",
    "formattedDepositAmount": "<string>",
    "formattedWithdrawalAmount": "<string>",
    "withdrawal": 123,
    "deposit": 123,
    "isDepositTransaction": true,
    "isWithdrawalTransaction": true,
    "isRecognized": true,
    "isExcluded": true,
    "isPending": true,
    "assignedAccountId": 123,
    "assignedAccountName": "<string>",
    "assignedAccountCode": "<string>",
    "assignedPayee": "<string>",
    "assignedMemo": "<string>",
    "assignedCategory": "<string>",
    "assignedCategoryFormatted": "<string>"
  }
]

Headers

Authorization
string
required

Value must be 'Bearer <token>' where <token> is an API key prefixed with 'bc_' or a JWT token.

Example:

"Bearer bc_1234567890abcdef"

organization-id
string
required

Required if Authorization is a JWT token. The organization ID to operate within.

Response

200 - application/json

The excluded bank transactions has been retrieved successfully.

The response is of type object[].