feature/OVPAY-1147 #1

Merged
bboterm merged 4 commits from feature/OVPAY-1147 into develop 2024-12-02 09:35:47 +00:00
Showing only changes of commit 8e2ad79b53 - Show all commits

View File

@ -109,22 +109,26 @@ paths:
schema: schema:
$ref: "#/components/schemas/unavailable" $ref: "#/components/schemas/unavailable"
example: example:
[ {
{ "ovPayTokens":
"ovPayTokenId": 71, [
"customerProfileId": 12, {
"tokenType": "ovPayTokenId": 71,
{ "tokenTypeId": 2, "name": "OV-pas physical" }, "customerProfileId": 12,
"xTat": "700b0516-bf8b-4e6e-bf16-13bfeb078e23", "tokenType":
"xBot": "de1a9a7a-a777-4473-889c-44a3bb07daae", { "tokenTypeId": 2, "name": "OV-pas physical" },
"alias": "Mijn OV-pas", "xTat": "700b0516-bf8b-4e6e-bf16-13bfeb078e23",
"lastDigits": 3301, "xBot": "de1a9a7a-a777-4473-889c-44a3bb07daae",
"ovpasNumber": "63AW974", "alias": "Mijn OV-pas",
"tokenStatus": { "tokenStatusId": 2, "name": "Active" }, "lastDigits": 3301,
"expirationDate": "2029-03-22T09:00:00", "ovpasNumber": "63AW974",
"replacedByTokenId": 12, "tokenStatus": { "tokenStatusId": 2, "name": "Active" },
}, "expirationDate": "2029-03-22T09:00:00",
] "replacedByTokenId": 12,
},
],
"href": null,
}
components: components:
securitySchemes: securitySchemes:
bearerToken: bearerToken: