Get Collection Wallet Statement
Use this endpoint to retrieve the statement of your collection wallet.
Endpoint
POST /wallet/collection-statementRequest
Headers
Content-Type* — Must beapplication/jsonx-account-id* — Your unique TemboPlus account identifierx-secret-key* — Your TemboPlus API secret keyx-request-id* — Unique UUID per request for tracing
Body Parameters
startDate* (string) — The starting date of the statement period, formatted asYYYY-MM-DD.endDate* (string) — The ending date of the statement period, formatted asYYYY-MM-DD.
Example Request Payload
{
"startDate": "2025-09-01",
"endDate": "2025-09-30"
}Responses
Last updated