Ledgera
ledgera.io
  • Introduction
  • Documentation Structure
  • CORE
    • Currencies
    • Balances
      • Balance Creation
      • Balance Query
      • Bulk Balance Query
      • Balance Statements Query
    • Transactions
      • Transaction Creation
      • Transaction Query
      • Entries
  • SETUP
    • Account Rules
    • Chart of Accounts
    • Execution Rules
    • Authorization Rules
    • Billing Plan
      • Custom Entries
  • REGISTER
    • Accounts
      • Account Creation
      • Account Updates
      • Account Query
        • Account Balance Query
        • Account Bulk Balance Query
        • Account Statements Query
  • OPERATION
    • Execution
    • Authorization / Confirmation
    • Split
    • Balance Sheet
  • REPORT
    • Request a report
    • Report Query
  • MULTI-TENANCY
    • Tenant Query
Powered by GitBook
On this page
  1. SETUP
  2. Billing Plan

Custom Entries

Last updated 1 year ago

Was this helpful?

CtrlK

Was this helpful?

The system allows specific input values ​​to be informed when creating execution and authorization type transactions, thereby bypassing the billing plans system. This option allows the users to have their own billing plan system and define their rates in their own way.

To use specific entry values, it is necessary to inform the custom_entries parameter in the POST /authorization and POST /execution methods. The presence of this parameter will cause all calculations of billing plan entries for account parameter 1 (param_account_1) to be ignored, if present.

The system will perform the entry_type informed in the custom_entries that are mapped to the chosen transaction rules (Execution Rules or Authorization Rules) and will ignore incompatibilities.