Field | Type | Optional | Description |
---|---|---|---|
id | string | unique id of the transaction | |
accountId | string | bank account id of the transaction | |
businessId | string | business id that the bank account belongs to | |
programId | string | program id that the bank account belongs to | |
personId | string | person id that the bank account belongs to | |
txnType | string | transaction type of the transaction (credit, debit) | |
title | string | title of the transaction | |
amount | string | amount of the transaction | |
transferType | enum | transfer type with possible values: - intrabank - ach - card - domesticWire - physicalCheck | |
subType | enum | transfer sub type with possible values: - originated - received - auth - authUpdate - reversal - refund - interest - fees - penalty - promotionalCredit - accountCreationCredit |
|
description | string | Yes | description of the transaction |
balance | string | balance in the bank account after the transaction | |
intrabank | object | Yes | see The Transfer Info sub-object |
ach | object | Yes | see The Transfer Info sub-object |
domesticWire | object | Yes | see The Transfer Info sub-object |
physicalCheck | object | Yes | see The Transfer Info sub-object |
solidCard | object | Yes | see The Transfer Info sub-object |
parentTxnId | object | Yes | id of the parent transaction, if any |
parentTransferId | object | Yes | id of the parent transfer, if any |
card | object | Yes | see The Card Transaction Info sub-object |
createdAt | string | time at which the transaction was created | |
txnDate | string | time at which the transaction took place |