get https://api.hips.com/v2/loyalty//wallet//statement
Show statement on a e-wallet ID enrolled to the loyalty program. Authentication Key Type: SalesChannelApiKey
Example response
[
{
"booked_at": "2020-07-20T20:01:11.396Z",
"code": "credit",
"amount": 12,
"balance": 46,
"metadata": []
},
{
"booked_at": "2020-07-20T20:00:46.837Z",
"code": "credit",
"amount": 12,
"balance": 34,
"metadata": []
},
{
"booked_at": "2020-07-20T20:00:22.268Z",
"code": "credit",
"amount": 12,
"balance": 22,
"metadata": []
},
{
"booked_at": "2020-07-20T00:33:50.104Z",
"code": "credit",
"amount": 10,
"balance": 10,
"metadata": [
{
"key": "type",
"value": "start_tokens"
}
]
}
]