Headers
Value must be 'Bearer <token>' where <token> is an API key prefixed with 'bc_' or a JWT token.
"Bearer bc_1234567890abcdef"
Required if Authorization is a JWT token. The organization ID to operate within.
Path Parameters
The ID of the recognized transaction
Response
Returns the recognized transaction details
The unique identifier of the uncategorized transaction
123
The reference number of the transaction
"TRX-2024-001"
The description of the transaction
"Payment for invoice #123"
The payee of the transaction
"John Doe"
The amount of the transaction
1500.75
The formatted amount of the transaction
"$1,500.75"
The date of the transaction
"2024-04-01"
The formatted date of the transaction
"Apr 1, 2024"
The assigned account ID
10
The assigned account name
"Bank Account"
The assigned account code
"1001"
The assigned payee
"Jane Smith"
The assigned memo
"Office supplies"
The assigned category
"Office Expenses"
The formatted assigned category
"Other Income"
The withdrawal amount
500
The deposit amount
1000
Whether this is a deposit transaction
true
Whether this is a withdrawal transaction
false
The formatted deposit amount
"$1,000.00"
The formatted withdrawal amount
"$500.00"
The bank rule ID
"BR-001"
The bank rule name
"Salary Rule"