OVPAY-1742 - Added replace by XTAT example.
This commit is contained in:
parent
946ba3f898
commit
d8f9706d76
@ -1171,9 +1171,9 @@ paths:
|
||||
schema:
|
||||
$ref: "#/components/schemas/unavailable"
|
||||
examples:
|
||||
Replace with new EMV token:
|
||||
summary: Replace with new token
|
||||
description: Replace with new token
|
||||
Replace with new EMV token by SRID:
|
||||
summary: Replace with new token by SRID
|
||||
description: Replace with new token by service reference ID and amount.
|
||||
value:
|
||||
{
|
||||
"ovPayToken":
|
||||
@ -1185,13 +1185,13 @@ paths:
|
||||
"alias": "Nieuw token",
|
||||
},
|
||||
}
|
||||
Replace with existing EMV token:
|
||||
summary: Replace with existing token
|
||||
description: Replace with existing token
|
||||
Replace with existing EMV token from profile:
|
||||
summary: Replace with existing token from profile
|
||||
description: Replace with existing token from customer profile.
|
||||
value: { "ovPayToken": { "newTokenId": 10 } }
|
||||
Replace with new OV pas token:
|
||||
summary: Replace with new OV pas token
|
||||
description: Replace with new OV pas token
|
||||
description: Replace with new OV pas token by OV-pas number.
|
||||
value:
|
||||
{
|
||||
"ovPayToken":
|
||||
@ -1202,6 +1202,17 @@ paths:
|
||||
"alias": "Mijn token",
|
||||
},
|
||||
}
|
||||
Replace with new token by XTAT:
|
||||
summary: Replace with new token by XTAT
|
||||
description: Replace with new token by XTAT.
|
||||
value:
|
||||
{
|
||||
"ovPayToken":
|
||||
{
|
||||
"xtat": "32089cc8-d187-47ff-a3a9-5c2558def811",
|
||||
"alias": "Mijn token",
|
||||
},
|
||||
}
|
||||
responses:
|
||||
"201":
|
||||
description: Created
|
||||
|
||||
Loading…
Reference in New Issue
Block a user