For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Ledger Report

Generates a ledger-level report showing wallet credits, debits, balances, and related entries.

Endpoint

GET /whitelabel/transactions/getLedgerReport

Request Headers

x-tlp-apikey: <api-key>
x-tlp-signature: <hmac-signature>

Query Parameters

Provide at least one of the following user identifiers: endUserEmail, endUserId, or externalUserId.

Field
Type
Required
Description

endUserEmail

String

Conditional

End user’s registered email address

endUserId

Number

Conditional

Tylt end-user ID

externalUserId

String

Conditional

Merchant’s own user identifier

startDate

String

Yes

Starting date filter

endDate

String

Yes

Ending date filter

Example Request

GET /whitelabel/transactions/getLedgerReport?externalUserId=user-10021&startDate=2026-07-01&endDate=2026-07-31

Code Snippet

Example Response

The exact response fields must follow the deployed ledger-report schema.

Transaction History vs. Ledger Report

Transaction History
Ledger Report

Shows business-level transactions

Shows wallet-accounting entries

Usually one record per transaction

May contain multiple entries per transaction

Designed for end-user activity views

Designed for reconciliation and accounting

Includes transaction status

Includes debit, credit, and balance information

Suitable for wallet interfaces

Suitable for statements and reconciliation


Last updated