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

organizationIdstringRequired
Organization ID
merchantIdstringRequired
Merchant ID
accountIdstringRequired
Virtual account ID
ledgerEntryIdstringRequired

Ledger entry ID (transaction ID from ledger)

Headers

x-admin-api-keystringRequired

Response

Receipt generated successfully
ledgerEntryIdstring
Unique ledger entry ID
accountIdstring
Virtual account ID
merchantIdstring
Merchant ID
merchantNamestring
Merchant name
typeenum
Type of movement
Allowed values:
amountstring
Amount of the movement
currencystring
Currency symbol
postedAtdatetime
Timestamp when the movement was posted
descriptionstring

Human-readable description

categoryenum
Category of the movement
referencesobject
References to related entities
balanceBeforestring
Balance before this movement
balanceAfterstring
Balance after this movement
generatedAtdatetime
Timestamp when this receipt was generated

Errors