From d0b999236f4962693ccfed705b45be17d633bcba Mon Sep 17 00:00:00 2001 From: Mirjam Herald Date: Thu, 24 Apr 2025 17:06:18 +0200 Subject: [PATCH] token options --- src/openapi/orders/service_engine_orders.yaml | 29 ++++++++++++++----- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/src/openapi/orders/service_engine_orders.yaml b/src/openapi/orders/service_engine_orders.yaml index 42515d1..0d23357 100644 --- a/src/openapi/orders/service_engine_orders.yaml +++ b/src/openapi/orders/service_engine_orders.yaml @@ -2232,7 +2232,6 @@ paths: schema: $ref: "#/components/schemas/unavailable" examples: - v2.1: summary: Update order line v2.1 description: Update order line v2.1 @@ -2599,14 +2598,29 @@ paths: schema: $ref: "#/components/schemas/unavailable" examples: - v2.2: - summary: Add a customer token to an orderline v2.2 - description: Add a customer token to an orderline v2.2 + v2.2.1: + summary: Add an existing customer token to an orderline v2.2 + description: Add an existing customer token to an orderline v2.2 value: { "tokenTypeId": 1, - "ovPayTokenId": 12, - "personalAccountData": null} + "ovPayTokenId": 12} + v2.2.2: + summary: Add a new customer token (emv) to an orderline v2.2 + description: Add a new customer token (emv) to an orderline v2.2 + value: + { + "tokenTypeId": 1, + "serviceReferenceId": "NLOV485456456445", + "amount": 100} + v2.2.3: + summary: Add a new customer token (ov pas) to an orderline v2.2 + description: Add a new customer token (ov pas) to an orderline v2.2 + value: + { + "tokenTypeId": 2, + "ovPasNumber": "6456445", + "verificationCode": "av100g"} responses: "201": description: Created @@ -2745,8 +2759,7 @@ paths: "tokenTypeId": 1, "ovPayTokenId": null, "serviceReferenceId": "NLOV1234567ABCDEFG", - "amount": 34, - "personalAccountData": null} + "amount": 34} responses: "200": description: OK