Get Account Statement
POST
https://sandbox.temboplus.com/account/statement
This endpoint allows merchants to retrieve a detailed transaction history for a specific virtual account within a date range. The statement includes all transactions (credits and debits) along with their corresponding details within the specified period.
Headers
Name
Type
Description
Content-Type
string
Must be set to application/json for all requests
Authorization*
string
Authentication token in the format: Bearer <token>
x-request-id*
string
A UUID that uniquely identifies each request
Request Body
Name
Type
Description
accountNo*
string
The merchant virtual account number
startDate*
string
Start date for the statement period (format: YYYY-MM-DD)
endDate*
string
End date for the statement period (format: YYYY-MM-DD)