token options

This commit is contained in:
Mirjam Herald 2025-04-24 17:06:18 +02:00
parent 4b70e09458
commit d0b999236f

View File

@ -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