curl --location --request GET '/payment/store/6/history?offset=0&limit=100&only_status=success&start_date=2025-03-01 00:00:00&end_date=2025-03-02 00:00:00' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"pagination": {
"total": 0,
"offset": 0,
"limit": 0
},
"stat": [
{
"status": "draft",
"ps": "uzcard",
"payment_amount": 0
}
],
"list": [
{
"id": 0,
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"status": "draft",
"ps": "uzcard",
"store_invoice_id": "string",
"billing_id": "string",
"payment_time": "string",
"payment_amount": 0,
"commission_amount": 0,
"card_token": "string",
"card_pan": "string",
"ps_uniq_id": "string",
"refund_time": "2019-08-24T14:15:22Z",
"added_on": "2019-08-24T14:15:22Z"
}
]
}
}