GET
/
api
/
banking
/
pending
{
  "amount": 123,
  "date": {},
  "accountId": 123,
  "referenceNo": "<string>",
  "payee": "<string>",
  "description": "<string>",
  "plaidTransactionId": "<string>",
  "recognizedTransactionId": 123,
  "pending": true,
  "currencyCode": "<string>",
  "withdrawal": 123,
  "deposit": 123,
  "isDepositTransaction": true,
  "isWithdrawalTransaction": true,
  "formattedAmount": "<string>",
  "formattedDate": "<string>",
  "formattedDepositAmount": "<string>",
  "formattedWithdrawalAmount": "<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.

Query Parameters

page
number

Page number for pagination

Example:

1

pageSize
number

Number of items per page

Example:

10

accountId
number

Filter by bank account ID

Example:

1

Response

200 - application/json

Returns a list of pending bank account transactions

amount
number
required

Transaction amount

date
object
required

Transaction date

accountId
number
required

Bank account ID

pending
boolean
required

Is transaction pending?

currencyCode
string
required

Transaction currency code

withdrawal
number
required

Withdrawal amount

deposit
number
required

Deposit amount

isDepositTransaction
boolean
required

Is deposit transaction?

isWithdrawalTransaction
boolean
required

Is withdrawal transaction?

formattedAmount
string
required

Formatted amount

formattedDate
string
required

Formatted date

formattedDepositAmount
string
required

Formatted deposit amount

formattedWithdrawalAmount
string
required

Formatted withdrawal amount

referenceNo
string

Transaction reference number

payee
string

Payee

description
string

Transaction description

plaidTransactionId
string

Plaid transaction ID

recognizedTransactionId
number

Recognized transaction ID