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

# Bookkeeping Methods Overview

Pleo supports multiple bookkeeping methods for recording exported expenses in an Accounting System. Each Export Item includes a bookkeeping configuration that determines how it should be recorded.

Understanding these methods helps developers and integrators correctly configure integrations, map accounts and data, and ensure exported expenses are accurate, reconcilable, and compliant with accounting standards.

## Supported Bookkeeping Methods

### Journal Entry

* Expenses are recorded directly as [journal entries](/docs/current/platform/exports/bookkeeping-methods-journal-entry) in the Accounting System.
* Each entry follows standard **double-entry bookkeeping**, affecting a debit and a credit account.
* Suitable for organisations that post expenses directly to the general ledger without vendor invoice tracking.

### Accounts Payable

* Expenses are recorded using an [Accounts Payable](/docs/current/platform/exports/bookkeeping-methods-accounts-payable) workflow.
* Tracks **vendor liabilities separately from payments**:
  * **Invoice entry**: records the amount owed to a vendor
  * **Payment entry**: records the settlement of that invoice
* Useful for organisations requiring detailed vendor reconciliation, reporting, and invoice management.

### Default Behaviour

* Certain transaction types, such as **wallet loads**, **wallet unloads**, and **balance amendments**, are always recorded as **journal entries**, even if no explicit bookkeeping method is provided.
* This ensures consistency for transactions that do not involve vendor invoices or accounts payable tracking.

## Choosing the Right Method

* **Journal Entry** is simpler and works well if your Accounting System does not require separate vendor tracking.
* **Accounts Payable** is required if your Accounting System expects invoices and payment tracking, or if detailed vendor reconciliation is needed.

Some integrations may use a **combination of methods** depending on transaction type:

* Wallet top-ups, balance adjustments → always journal entries
* Vendor expenses → journal entry or accounts payable based on configuration

***

## What Comes Next?

* [Journal Entry Bookkeeping](/docs/current/platform/exports/bookkeeping-methods-journal-entry)

***

## Related Reading

* [Accounts Payable Bookkeeping](/docs/current/platform/exports/bookkeeping-methods-accounts-payable)
* Integration Design - [Determine Bookkeeping Method](/docs/current/integration-design/exports/integration-design-exports-bookkeeping-method-resolution)
* [AS/ERP Processing Workflow Guide](/docs/current/guides/accounting-system-processing-workflow-guide)
