@@ -43,13 +43,20 @@ Method return member's bonuses history which were created with `loyalty/basic/ev
4343
4444### Query Parameters
4545
46- | Parameter | Required | Description |
47- |-------------|----------|----------------------------|
48- | shop_id | true | Your API key |
49- | shop_secret | true | Your API secret key |
50- | identifier | true | User's phone (identifier) |
51- | offset | optional | Offset (default 0) |
52- | limit | optional | Limit (default 50, max 50) |
46+ | Parameter | Required | Description |
47+ |----------------------|----------|---------------------------------------------------------------------------|
48+ | shop_id | true | Your API key |
49+ | shop_secret | true | Your API secret key |
50+ | identifier | true | User's phone (identifier) |
51+ | offset | optional | Offset (default 0) |
52+ | limit | optional | Limit (default 50, max 50) |
53+ | status | optional | Transaction status. One of: pending, confirmed, spent, cancelled, expired |
54+ | activation_date_from | optional | Activation date from. Date in YYYY-MM-DD format |
55+ | activation_date_to | optional | Activation date to. Date in YYYY-MM-DD format |
56+ | expiration_date_from | optional | Expiration date from. Date in YYYY-MM-DD format |
57+ | expiration_date_to | optional | Expiration date to. Date in YYYY-MM-DD format |
58+ | created_date_from | optional | Created date from. Date in YYYY-MM-DD format |
59+ | created_date_to | optional | Created date to. Date in YYYY-MM-DD format |
5360
5461
5562
0 commit comments