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:
$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