From a4f33c543936051e40b56febb5980adb12160adf Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Fri, 21 Nov 2025 14:36:29 +0100 Subject: [PATCH] OVPAY-2103 - Added ovPayToken info to get orders. --- src/openapi/orders/service_engine_orders.yaml | 31 ++++++++++++++++--- 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/src/openapi/orders/service_engine_orders.yaml b/src/openapi/orders/service_engine_orders.yaml index 02d75de..c7b78b5 100644 --- a/src/openapi/orders/service_engine_orders.yaml +++ b/src/openapi/orders/service_engine_orders.yaml @@ -119,7 +119,9 @@ paths: } List with multiple orders: summary: List with two orders - description: List with two orders + description: | + List with two orders. Note how the second order is a concept order and therefore has + more token information than the first order which is already paid. value: { "orders": @@ -309,6 +311,22 @@ paths: }, "oneTimePassword": "H5Iiz3JTaQeIV8p", }, + "ovPayToken": { + "customerProfileId": 1, + "ovPayTokenId": 1, + "xTat": "32089cc8-d187-47ff-a3a9-5c2558def811", + "tokenType": { + "tokenTypeId": 2, + "name": "OV-pas physical" + }, + "alias": "MyToken", + "tokenStatus": { + "tokenStatusId": 2, + "name": "Active" + }, + "expirationDate": "2028-02-01", + "replacedByTokenId": null + }, "autoReloadRegistration": { "autoReloadAmount": 500, @@ -633,9 +651,14 @@ paths: schema: $ref: "#/components/schemas/unavailable" examples: - v2.2: - summary: Order details v2.2 - description: Order details v2.2 + Order with status concept: + summary: Order with status concept + description: Order with status concept + value: + { } + Order with status paid: + summary: Order with status paid + description: Order with status paid value: { "validContents": null,