OVPAY-2032 - Added profile instances to the get token call. #23

Merged
MirjamHTM merged 4 commits from feature/OVPAY-2032 into develop 2025-08-25 13:33:56 +00:00
Showing only changes of commit 57607d8ad7 - Show all commits

View File

@ -2179,6 +2179,7 @@ paths:
"ePurse": null,
"personalAccountData":
{ "name": null, "birthdate": null, "photo": null },
"profileInstances": []
},
"newOvPayToken":
{
@ -2194,6 +2195,7 @@ paths:
"ePurse": null,
"personalAccountData":
{ "name": null, "birthdate": null, "photo": null },
"profileInstances": [],
},
"isTransferable": true,
"transferableObjects":
@ -2206,6 +2208,7 @@ paths:
"ePurse": true,
"personalAccountData":
{ "name": true, "birthdate": true, "photo": true },
"profileInstances": true,
},
"_links":
{
@ -2234,6 +2237,7 @@ paths:
"ePurse": null,
"personalAccountData":
{ "name": null, "birthdate": null, "photo": null },
MirjamHTM marked this conversation as resolved
Review

Waarom is dit product niet transferable? Omdat het in het verleden als einddatum is? Dan moet de status ook ff niet op "Active" staan (SE kijkt naar einddatum product en als die in verleden ligt dan geeft ie "Ended" terug)

Waarom is dit product niet transferable? Omdat het in het verleden als einddatum is? Dan moet de status ook ff niet op "Active" staan (SE kijkt naar einddatum product en als die in verleden ligt dan geeft ie "Ended" terug)
Review

Dit heb ik uit een andere swagger getrokken en is geen representatief voorbeeld. Als je het aan kunt passen naar iets wat wel klopt graag.

Dit heb ik uit een andere swagger getrokken en is geen representatief voorbeeld. Als je het aan kunt passen naar iets wat wel klopt graag.
Review

Heb product naam verandert naar korting voor EMV en het nieuwe token van type 2 ( OV pas gemaakt) dan is het product niet overzetbaar :)

Heb product naam verandert naar korting voor EMV en het nieuwe token van type 2 ( OV pas gemaakt) dan is het product niet overzetbaar :)
"profileInstances": [],
},
"newOvPayToken":
{
@ -2249,6 +2253,7 @@ paths:
"ePurse": null,
"personalAccountData":
{ "name": null, "birthdate": null, "photo": null },
"profileInstances": [],
},
"isTransferable": false,
"transferableObjects":
@ -2261,6 +2266,7 @@ paths:
"ePurse": true,
"personalAccountData":
{ "name": true, "birthdate": true, "photo": true },
"profileInstances": true,
},
"_links": {},
}
@ -2283,6 +2289,7 @@ paths:
"ePurse": null,
"personalAccountData":
{ "name": null, "birthdate": null, "photo": null },
"profileInstances": [],
},
"newOvPayToken":
{
@ -2298,6 +2305,7 @@ paths:
"ePurse": null,
"personalAccountData":
{ "name": null, "birthdate": null, "photo": null },
"profileInstances": [],
},
"isTransferable": false,
"transferableObjects":
@ -2310,6 +2318,7 @@ paths:
"ePurse": true,
"personalAccountData":
{ "name": true, "birthdate": true, "photo": true },
"profileInstances": true,
},
"_links": {},
}
@ -2362,6 +2371,16 @@ paths:
"lastChangeDate": "2024-08-24T14:15:22Z",
},
},
"profileInstances": [
{
"profileType": "199900100",
"validPeriod": {
"fromInclusive": "2021-09-18T13:11:11+02:00",
"untilInclusive": "2026-01-01T01:00:00+01:00"
},
"xprofit": "ad7c62d0-2fc0-47d4-9307-cf03bf53ef4b"
}
]
},
"newOvPayToken":
{
@ -2377,6 +2396,7 @@ paths:
"ePurse": null,
"personalAccountData":
{ "name": null, "birthdate": null, "photo": null },
"profileInstances": [],
},
"isTransferable": false,
"transferableObjects":
@ -2393,6 +2413,7 @@ paths:
"birthdate": false,
"photo": false,
},
"profileInstances": true,
},
"_links": {},
}
@ -2427,6 +2448,16 @@ paths:
},
"photo": null,
},
"profileInstances": [
{
"profileType": "199900100",
"validPeriod": {
"fromInclusive": "2021-09-18T13:11:11+02:00",
"untilInclusive": "2026-01-01T01:00:00+01:00"
},
"xprofit": "ad7c62d0-2fc0-47d4-9307-cf03bf53ef4b"
}
]
},
"newOvPayToken":
{
@ -2455,6 +2486,16 @@ paths:
},
"photo": null,
},
"profileInstances": [
{
"profileType": "133700100",
"validPeriod": {
"fromInclusive": "2021-09-18T13:11:11+02:00",
"untilInclusive": "2026-01-01T01:00:00+01:00"
},
"xprofit": "4a2d2c9c-1e5d-4d8a-9c0a-6c0a6c0a6c0a"
}
]
},
"isTransferable": false,
"transferableObjects":
@ -2467,6 +2508,7 @@ paths:
"ePurse": false,
"personalAccountData":
{ "name": true, "birthdate": false, "photo": true },
"profileInstances": false,
},
"_links": {},
}
@ -2626,8 +2668,8 @@ paths:
"alias": "My new token",
},
}
? Transfer from a token with PAD to a new token without existing PAD
: summary: Transfer from a token with PAD to a new token without existing PAD
Transfer from a token with PAD to a new token without existing PAD:
summary: Transfer from a token with PAD to a new token without existing PAD
description: |
Transfer of a token with PAD to a new token by xTAT without existing PAD. Note how this request is
different, since it has an e-mail address on which the new PAD should be created. This request may