Get details for a single ledger entry
Retrieves detailed information (receipt) for a specific ledger entry (movement).
**Features:**
- Detailed information about a single ledger movement
- Merchant and account details
- Movement type, amount, and currency
- Human-readable description
- Balance before and after the movement
- References to associated orders/payouts
**Use Case:**
- Generate proof of transaction for accounting
- Provide transaction details to counterparties
- Support audit requirements
**Example:**
`GET /v1/organizations/org3_xxx/merchants/mrc_xxx/accounts/acc_xxx/reports/ledger-entry/137`
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
organizationId
Organization ID
merchantId
Merchant ID
accountId
Virtual account ID
ledgerEntryId
Ledger entry ID (transaction ID from ledger)
Response
Receipt generated successfully
ledgerEntryId
Unique ledger entry ID
accountId
Virtual account ID
merchantId
Merchant ID
merchantName
Merchant name
type
Type of movement
Allowed values:
amount
Amount of the movement
currency
Currency symbol
postedAt
Timestamp when the movement was posted
description
Human-readable description
category
Category of the movement
references
References to related entities
balanceBefore
Balance before this movement
balanceAfter
Balance after this movement
generatedAt
Timestamp when this receipt was generated