List Receipts

Sample Response

{
    "data": [
        {
            "id": "111sss00-60ac-4203-9045-753c5072b68c",
            "company_id": 1234,
            "location_id": 7890,
            "pos_id": 4,
            "receipt_id": "xyz98877-3345-4814-83a0-afd84b83813d",
            "receipt_date": "2022-08-18T21:47:53+00:00",
            "net_total": 511,
            "gross_total": 511,
            "tips": 0,
            "total_receipt_discounts": 0,
            "total_item_discounts": 0,
            "external_user_id": null,
            "revenue_center": null,
            "receipt_lines": [],
            "tip_details": [],
            "status": "closed",
            "created_date": "2022-08-18T22:16:46+00:00",
            "modified_date": "2022-08-19T00:17:37+00:00"
        },
        {
            "id": "111sss00-b35d-4c6f-8dd9-b7abdd8db473",
            "company_id": 1234,
            "location_id": 7890,
            "pos_id": 4,
            "receipt_id": "a888vs99-59fb-4158-8029-f80d90c4139d",
            "receipt_date": "2022-08-18T21:50:30+00:00",
            "net_total": 1034,
            "gross_total": 1034,
            "tips": 0,
            "total_receipt_discounts": 0,
            "total_item_discounts": 0,
            "external_user_id": null,
            "revenue_center": null,
            "receipt_lines": [],
            "tip_details": [],
            "status": "closed",
            "created_date": "2022-08-18T22:16:46+00:00",
            "modified_date": "2022-08-19T00:17:37+00:00"
        }
    ],
    "meta": {
        "cursor": {
            "current": null,
            "prev": null,
            "next": "uiioUpZCI6MTU3OTcabck0MywibmV4dCI6dHJ1ZX0=",
            "count": 2
        }
    },
    "object": "receipts"
}
Language
Authorization
Click Try It! to start a request and see the response here!