curl "https://secureapi.gridlog.io/api/v1/pos/sessions?status=paid&chain=polygon&page=1&limit=20" \ -H "X-API-Key: YOUR_API_KEY"
{ "items": [ { "id": "123e4567-e89b-12d3-a456-426614174000", "chain": "polygon", "token": "USDC", "amountExpected": "25.00", "amountReceived": "25.00", "status": "paid", "paidAt": "2025-03-21T10:05:00.000Z", "createdAt": "2025-03-21T10:00:00.000Z" } ], "total": 150, "page": 1, "limit": 20 }
List POS payment sessions for the authenticated business with filtering and pagination
pending
paid
paid_out
expired
cancelled
"polygon"
"USDC"
"USDT"
"ASC"
"DESC"