-
Notifications
You must be signed in to change notification settings - Fork 36
Account Transaction Match
-
auth_uid (required) INTEGER - The ID for your API key.
-
auth_key (required) STRING - The API key.
-
auth_expiration (required) INTEGER - Unique ID tied to your key; changes if you reset your key.
-
account_transactions (required) - An array of objects describing individual account transactions to match.
-
account_id (required) - The ID of the Beans_Account.
-
date (required) - The date of the transaction.
-
amount (required) - The amount of the transaction.
-
hash (required) - A unique identifier to match results with.
-
description (optional) - A text description of the transaction.
-
-
account_id (required) - The ID of the Beans_Account.
-
date (required) - The date of the transaction.
-
amount (required) - The amount of the transaction.
-
hash (required) - A unique identifier to match results with.
-
description (optional) - A text description of the transaction.
-
account_transactions - An array of objects representing matched transactions.
-
hash - The hash that was originally submitted with the account transaction.
-
duplicate - A boolean to declare if this is suspected of being an exact duplicate of another transaction.
-
transaction - The matched Beans_Transaction if one was found.
-
-
hash - The hash that was originally submitted with the account transaction.
-
duplicate - A boolean to declare if this is suspected of being an exact duplicate of another transaction.
-
transaction - The matched Beans_Transaction if one was found.