-
Notifications
You must be signed in to change notification settings - Fork 36
Account Reconcile Create
Sean Callan edited this page Jun 9, 2020
·
2 revisions
Reconcile a statement on an account.
-
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_id (required) - The ID of the Beans_Account being reconciled.
-
date (required) - The statement date.
-
balance_start (required) - The starting balance for the statement.
-
balance_end (required) - The ending balance for the statement.
-
account_transaction_ids (required) - An array of IDs representing the included Beans_Account_Transaction being reconciled.
- account_reconcile - The resulting Beans_Account_Reconcile.