You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transaction amount. Number in cents. E.g. 1000 represents $10.00
[optional]
authorized_date
Date
Date that the transaction is authorized. ISO 8601 format ( YYYY-MM-DD ).
[optional]
category
Array<String>
Category of the transaction
[optional]
check_number
String
Check number of the transaction. This field will be null if not a check transaction.
[optional]
currency
String
ISO 4217 alphabetic currency code
[optional]
date
Date
For pending transactions, this represents the date of the transaction occurred; for posted transactions, this represents the date of the transaction posted. ISO 8601 format ( YYYY-MM-DD ).
[optional]
is_pending
Boolean
Indicates the transaction is pending or unsettled if true.