diff --git a/src/openapi/customers/SE-customers.yaml b/src/openapi/customers/SE-customers.yaml index 24e3b5a..1b2b370 100644 --- a/src/openapi/customers/SE-customers.yaml +++ b/src/openapi/customers/SE-customers.yaml @@ -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