feature/OVPAY-2103 #39

Merged
bboterm merged 16 commits from feature/OVPAY-2103 into develop 2025-11-28 14:33:01 +00:00
Showing only changes of commit a4f33c5439 - Show all commits

View File

@ -119,7 +119,9 @@ paths:
}
List with multiple orders:
summary: List with two orders
description: List with two orders
description: |
List with two orders. Note how the second order is a concept order and therefore has
more token information than the first order which is already paid.
value:
{
"orders":
@ -309,6 +311,22 @@ paths:
},
"oneTimePassword": "H5Iiz3JTaQeIV8p",
},
"ovPayToken": {
"customerProfileId": 1,
"ovPayTokenId": 1,
"xTat": "32089cc8-d187-47ff-a3a9-5c2558def811",
"tokenType": {
"tokenTypeId": 2,
"name": "OV-pas physical"
},
"alias": "MyToken",
"tokenStatus": {
"tokenStatusId": 2,
"name": "Active"
},
"expirationDate": "2028-02-01",
"replacedByTokenId": null
},
"autoReloadRegistration":
{
"autoReloadAmount": 500,
@ -633,9 +651,14 @@ paths:
schema:
$ref: "#/components/schemas/unavailable"
examples:
v2.2:
summary: Order details v2.2
description: Order details v2.2
Order with status concept:
summary: Order with status concept
description: Order with status concept
value:
{ }
Order with status paid:
summary: Order with status paid
description: Order with status paid
value:
{
"validContents": null,