Skip to content

Account Reconcile Create

Sean Callan edited this page Jun 9, 2020 · 2 revisions

Beans_Account_Reconcile_Create

Reconcile a statement on an account.


Parameters

  • 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.


Returns

  • account_reconcile - The resulting Beans_Account_Reconcile.
Clone this wiki locally