Skip to content

Account Transaction Match

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

Beans_Account_Transaction_Match


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


Returns

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

Clone this wiki locally