Orders

Retrieve all fiscal receipts attached to an order.

Retrieve all fiscal receipts attached to an order.

get/shop/orders/{orderId}/fiscal-receipts

Response

Contains an array of fiscal receipts relating to the order.

Example response

{
  "data": [
    {
      "integration": "fiskaltrust",
      "integration_name": "fiskaltrust",
      "payable": {
        "reference": "TRY00",
        "description": "dan@example.com"
      },
      "causer": {
        "reference": "TRY00"
      },
      "lines": [
        {
          "gross_amount": 10000,
          "net_amount": 8333,
          "description": "Trybe Cash payment [TRY3Z] Jane Jenkins",
          "revenue_centre": "spa",
          "revenue_centre_name": "Spa",
          "payment_processor": "manual",
          "payment_processor_friendly": "Manual (Cash)",
          "mapped_value": "trybe_spa_revenue",
          "ledger_date": "2023-04-02T00:00:00+01:00",
          "currency": "gbp",
          "payable": {
            "reference": "TRY00",
            "description": "dan@example.com"
          },
          "causer": {
            "reference": "TRY00"
          },
          "created_at": "2023-05-05T11:38:29+01:00"
        }
      ],
      "receipt_id": "ft18#0015-0002",
      "signatures": [
        {
          "caption": "Day Totals",
          "raw_data": "{\"qid\":\"83eb879e-ddc6-4c98-9520-fdd570014c48\"}"
        }
      ],
      "error": "Unable to connect"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.