account/wallet statement
Get all merchant’s wallet/account statement
Request
Method
URL
POST
{{baseUrl}}/api/service/v1/query/merchant/wallet/statement
Header
Value
Content-Type
application/json
publicKey
{{publicKey}}
b-access-token
{{accessToken}}
Use the accessToken that was given in response to /api/service/v1/query/merchant/login
Request Body
Description
startdate
Start date of period of interest
Optional
enddate
End date of period of interest
Optional
Last updated