> ## Documentation Index
> Fetch the complete documentation index at: https://help.lobyco.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Bonus

> Bonus accounting and bonus calculation endpoints.

Bonus is split into two services: one calculates what a customer has earned, the other keeps the ledger.

<Columns cols={2}>
  <Card title="Bonus Calculation" icon="calculator" href="/api-reference/bonus/bonus-calculation">
    How bonus is calculated from purchases and campaigns.
  </Card>

  <Card title="Bonus Accounting" icon="book" href="/api-reference/bonus/bonus-accounting">
    Balances, accruals and adjustments on the customer account.
  </Card>
</Columns>

Bonus is triggered by recording a purchase — see [Transaction Data](/integration/pos-point-of-sale-integrations/transaction-data).
