📈
Activity
The Activity object gives you access to account activity in one of your
nerve
-typed activated connection's accounts.
get
/account-connection/{id}/activity/{account}
List Account Activity
Each returned transaction contains the following properties:
id
string
Identifier for this transaction.
date
string
YYYY-MM-DD
formatted date of the transaction.
status
string
Status of this transaction. Either pending
or posted
.
amount_in_cents
number
Amount of the transaction. Negative numbers indicate withdrawals, postitive numbers indicate a deposit.
description
string
Cleaned or user-edited description for the transaction.
original_description
string
Original description given to the transaction by the various banking systems.
Last modified 10mo ago