develop #38

Merged
bboterm merged 451 commits from develop into main 2025-11-19 14:28:14 +00:00
Showing only changes of commit d8f9706d76 - Show all commits

View File

@ -1171,9 +1171,9 @@ paths:
schema: schema:
$ref: "#/components/schemas/unavailable" $ref: "#/components/schemas/unavailable"
examples: examples:
Replace with new EMV token: Replace with new EMV token by SRID:
summary: Replace with new token summary: Replace with new token by SRID
description: Replace with new token description: Replace with new token by service reference ID and amount.
value: value:
{ {
"ovPayToken": "ovPayToken":
@ -1185,13 +1185,13 @@ paths:
"alias": "Nieuw token", "alias": "Nieuw token",
}, },
} }
Replace with existing EMV token: Replace with existing EMV token from profile:
summary: Replace with existing token summary: Replace with existing token from profile
description: Replace with existing token description: Replace with existing token from customer profile.
value: { "ovPayToken": { "newTokenId": 10 } } value: { "ovPayToken": { "newTokenId": 10 } }
Replace with new OV pas token: Replace with new OV pas token:
summary: 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: value:
{ {
"ovPayToken": "ovPayToken":
@ -1202,6 +1202,17 @@ paths:
"alias": "Mijn token", "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: responses:
"201": "201":
description: Created description: Created