token options
This commit is contained in:
parent
4b70e09458
commit
d0b999236f
@ -2232,7 +2232,6 @@ paths:
|
|||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/unavailable"
|
$ref: "#/components/schemas/unavailable"
|
||||||
examples:
|
examples:
|
||||||
|
|
||||||
v2.1:
|
v2.1:
|
||||||
summary: Update order line v2.1
|
summary: Update order line v2.1
|
||||||
description: Update order line v2.1
|
description: Update order line v2.1
|
||||||
@ -2599,14 +2598,29 @@ paths:
|
|||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/unavailable"
|
$ref: "#/components/schemas/unavailable"
|
||||||
examples:
|
examples:
|
||||||
v2.2:
|
v2.2.1:
|
||||||
summary: Add a customer token to an orderline v2.2
|
summary: Add an existing customer token to an orderline v2.2
|
||||||
description: Add a customer token to an orderline v2.2
|
description: Add an existing customer token to an orderline v2.2
|
||||||
value:
|
value:
|
||||||
{
|
{
|
||||||
"tokenTypeId": 1,
|
"tokenTypeId": 1,
|
||||||
"ovPayTokenId": 12,
|
"ovPayTokenId": 12}
|
||||||
"personalAccountData": null}
|
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:
|
responses:
|
||||||
"201":
|
"201":
|
||||||
description: Created
|
description: Created
|
||||||
@ -2745,8 +2759,7 @@ paths:
|
|||||||
"tokenTypeId": 1,
|
"tokenTypeId": 1,
|
||||||
"ovPayTokenId": null,
|
"ovPayTokenId": null,
|
||||||
"serviceReferenceId": "NLOV1234567ABCDEFG",
|
"serviceReferenceId": "NLOV1234567ABCDEFG",
|
||||||
"amount": 34,
|
"amount": 34}
|
||||||
"personalAccountData": null}
|
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: OK
|
description: OK
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user