Commit Graph

760 Commits

Author SHA1 Message Date
Max Martens
bd870d0fa8 Added JSON schema and updated examples and error specs for supplier - tweaked OAS for TP 2026-06-03 19:06:17 +02:00
Max Martens
7173bd3727 Finished JSON schema and all 3 relevant examples for TP vouchers OpenAPI spec (will also update vouchers supplier OpenAPI spec soon) 2026-06-01 11:17:22 +02:00
Max Martens
a09ad1ad08 Process PR feedback, first version of issuedVoucher JSON schema 2026-06-01 10:40:28 +02:00
Max Martens
f8010560cc Tweak query param 2026-05-07 09:52:29 +02:00
Max Martens
69908f58b0 Finished updating, will be shared with pass devs in this state - I tweaked some stuff, needs to be discussed if this is final desired spec, but good enough to give pass devs a general idea 2026-05-06 22:44:55 +02:00
Max Martens
9fb20a491f WIP update spec with examples for Ooievaarspas-AOW (still need to finish POST/PATCH) 2026-05-06 08:28:21 +02:00
Max Martens
8a10320c26 Fix some typos 2026-04-23 14:24:13 +02:00
Max Martens
e13b643c99 Fix missing attributes in examples 2026-04-23 14:10:41 +02:00
7954e8012d OVPAY-2473 - Added xbot as query param for get trip details. 2026-04-17 15:55:30 +02:00
7d84691c4b OVPAY-2473 - OvPayTokenId for get trip details is now optional. 2026-04-16 11:35:39 +02:00
354a8bf75d OVPAY-2473 - TripId and TransactionId are optional. 2026-04-13 12:24:35 +02:00
534ee3f8fd OVPAY-2473 - Fixed HATEOAS. 2026-04-10 14:11:46 +02:00
3e4a59bdcc OVPAY-2473 - Updated example data types. 2026-04-10 14:08:50 +02:00
4f54aaf027 Merge pull request 'OVPAY-2503 - Added ovPasNumber and volgnummer to claims request.' (#58) from feature/OVPAY-2503 into develop
Reviewed-on: #58
Reviewed-by: Max Martens <m.martens@htm.nl>
2026-04-09 07:36:16 +00:00
8dd6f7211b Small update to description 2026-04-08 16:08:21 +00:00
b59b8ca32b OVPAY-2503 - Added volgnummer to refund request. 2026-04-08 16:23:48 +02:00
c35c44a1cf OVPAY-2503 - Added ovPasNumber and volgnummer to claims request. 2026-04-08 09:59:09 +02:00
8fc5d3b55e OVPAY-2473 - Added xpto boolean for token in profile. 2026-04-07 15:31:15 +02:00
50bff1d3f7 OVPAY-2473 - Added xpto boolean. 2026-04-07 15:21:46 +02:00
b1fb842046 OVPAY-2473 - Fixed href in HATEOAS. 2026-04-03 11:58:22 +02:00
a621b1f06c OVPAY-2473 - Fixed inconsistency in HATEOAS. 2026-04-03 11:47:07 +02:00
Max Martens
6a4b1a1d58 Add query params for new PurchasedTapConnectTicket attributes 2026-04-02 12:13:48 +02:00
c4d99bb8d6 Merge pull request 'Add activateBefore and description fields, update documentation; update POST/PATCH PurchasedTapConnectTicket CRUD spec' (#57) from feature/OVPAY-2493-tweaks into develop
Reviewed-on: #57
Reviewed-by: Bas Boterman <b.boterman@htm.nl>
2026-04-02 09:45:50 +00:00
db5d2ac324 OVPAY-2346 - Changed query param to path param. 2026-04-01 14:14:15 +02:00
175c81f5cd OVPAY-2346 - Added query param for voucherStatus. 2026-03-31 16:47:12 +02:00
Max Martens
4f183fe4ab Also update POST/PATCH PurchasedTapConnectTicket CRUD spec 2026-03-31 12:37:44 +02:00
Max Martens
e295a570f0 Add activateBefore and description fields, update documentation 2026-03-31 12:26:45 +02:00
2094ef46e4 Merge pull request 'Reworked SE purchasedproducts endpoints, added vouchers and device to TP order and updated order CRUD deviceId -> externalDeviceId' (#56) from features/OVPAY2294-vouchers-in-orders into develop
Reviewed-on: #56
2026-03-29 17:07:38 +00:00
Max Martens
cf7dcc8dd4 Add serviceId in purchasedProducts CRUD API 2026-03-27 11:22:48 +01:00
Max Martens
f033ab6bbe Move /purchasedproducts endpoint to SE-customers-V2 2026-03-27 11:12:25 +01:00
Max Martens
58ca9326dc Rework of purchasedproducts endpoints, including JSON Schema and documentation and examples, especially for activation logic using validityStart and validityEnd (which is in line with how TapConnect populates those same fields) 2026-03-26 18:45:32 +01:00
Max Martens
d3c9e3d36b Update CRUD Customers, PurchasedProducts to reflect new externalDeviceId spec 2026-03-25 18:31:04 +01:00
Max Martens
38094e7b29 Merge branch 'develop' into features/OVPAY2294-vouchers-in-orders 2026-03-25 17:34:12 +01:00
974f737777 OVPAY-2491 - Added missing query params. 2026-03-25 17:07:13 +01:00
868ac3e6bd OVPAY-2491 - Added endpoint for getting trip history by SRID + amount or OVpasnumber. 2026-03-25 17:01:18 +01:00
5c950701e0 OVPAY-2346 - Fixed query params for get voucher TP. 2026-03-25 16:30:58 +01:00
f193a1204b added vouchers and device to TP order and updated order CRUD deviceId -> externalDeviceId 2026-03-23 16:43:25 +01:00
dc21af3cef OVPAY-2473 - Updated /stops example with real data. 2026-03-17 15:00:49 +01:00
c45f2059f4 OVPAY-2473 - Fixed HATEOAS in example. 2026-03-16 16:11:12 +01:00
53185d10b1 Merge pull request 'feature/OVPAY-2473' (#55) from feature/OVPAY-2473 into develop
Reviewed-on: #55
2026-03-16 13:56:18 +00:00
f237f677e3 OVPAY-2473 - Improved examples part 2. 2026-03-16 14:45:05 +01:00
9bb7320299 OVPAY-2473 - Improved examples. 2026-03-16 14:35:59 +01:00
1bf9fa2fd0 OVPAY-2473 - Improved URIs. 2026-03-16 13:34:42 +01:00
903adbe238 OVPAY-2473 - Added HATEOAS for trip correction in trips list. 2026-03-16 13:23:15 +01:00
b6586891fc OVPAY-2473 - Fixed semantic errors. 2026-03-16 13:08:02 +01:00
8b148b22ac OVPAY-2387 - Updated examples for GET /notificationcategories. 2026-03-11 15:44:16 +01:00
44dae159b8 OVPAY-2473 - Added HATEOAS for trip correction. 2026-03-05 13:10:48 +01:00
a7e32f6122 OVPAY-2473 - Added examples for GET trip details. 2026-03-05 12:37:04 +01:00
513045c146 OVPAY-2473 - Added endpoint for POSTing missing tap. 2026-03-05 12:19:24 +01:00
8c4542a151 OVPAY-2473 - Added endpoint for getting stops. 2026-03-05 12:11:35 +01:00