Wallet Statement
Check Account Statement for specific dates. See below an example of the payload that will be expected by the server.
Statement
POST
https://sandbox.temboplus.com/tembo/v1/wallet/statement
Check account statement
Headers
Name
Type
Description
x-account-id*
string
Partner account id
x-secret-key*
string
Partner secret key
x-request-id*
string
A unique id identifying this request
Request Body
Name
Type
Description
accountNo*
string
Account number of the wallet to retrieve statement for
startDate*
date string
Statement start date
endDate*
date string
Statement end date
Last updated