SAR, AED, QAR, KWD, BHD, or OMR.Customer wallets is only available for GCC countries.curl --location 'https://api.zid.sa/v1/customer-wallets/customers/987654/pending-cashbacks/?cursor=eyJvZmZzZXQiOjIwfQ%3D%3D' \
--header 'Store-Id: 123456' \
--header 'X-manager-Token: {{Access-Token}}'{
"results": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"store_id": 123456,
"customer_id": 987654,
"order_id": 456789,
"amount": "25.5",
"currency": "SAR",
"expiry_days": 30,
"status": "pending",
"credited_at": null,
"cancelled_at": null,
"created_at": "2026-09-01T10:30:00Z"
},
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"store_id": 123456,
"customer_id": 987654,
"order_id": 456789,
"amount": "25.5",
"currency": "SAR",
"expiry_days": 30,
"status": "pending",
"credited_at": null,
"cancelled_at": null,
"created_at": "2026-09-01T10:30:00Z"
}
],
"next": "eyJvZmZzZXQiOjIwfQ==",
"previous": null
}