Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Jan 10, 2024
1 parent c0321fe commit eddb331
Show file tree
Hide file tree
Showing 8 changed files with 102 additions and 16 deletions.
5 changes: 5 additions & 0 deletions json/ManagementNotificationService-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,11 @@
"description" : "The level that you requested for the capability. Some capabilities have different levels which correspond to thresholds. Higher levels may require additional checks and increased monitoring.Possible values: **notApplicable**, **low**, **medium**, **high**.",
"type" : "string"
},
"verificationDeadline" : {
"description" : "The verification deadline for the capability that will be disallowed if verification errors are not resolved.",
"format" : "date-time",
"type" : "string"
},
"verificationStatus" : {
"description" : "The status of the verification checks for the capability.\n\nPossible values:\n\n* **pending**: Adyen is running the verification.\n\n* **invalid**: The verification failed. Check if the `errors` array contains more information.\n\n* **valid**: The verification was successful.\n\n* **rejected**: Adyen checked the information and found reasons to not allow the capability.\n",
"type" : "string"
Expand Down
5 changes: 5 additions & 0 deletions json/ManagementNotificationService-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,11 @@
"description" : "The level that you requested for the capability. Some capabilities have different levels which correspond to thresholds. Higher levels may require additional checks and increased monitoring.Possible values: **notApplicable**, **low**, **medium**, **high**.",
"type" : "string"
},
"verificationDeadline" : {
"description" : "The verification deadline for the capability that will be disallowed if verification errors are not resolved.",
"format" : "date-time",
"type" : "string"
},
"verificationStatus" : {
"description" : "The status of the verification checks for the capability.\n\nPossible values:\n\n* **pending**: Adyen is running the verification.\n\n* **invalid**: The verification failed. Check if the `errors` array contains more information.\n\n* **valid**: The verification was successful.\n\n* **rejected**: Adyen checked the information and found reasons to not allow the capability.\n",
"type" : "string"
Expand Down
19 changes: 16 additions & 3 deletions json/ManagementService-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -16682,8 +16682,13 @@
"format" : "int32",
"type" : "integer"
},
"resetTotalsHour" : {
"description" : "The hour of the day when the terminal is set to reset the Totals report. By default, the reset hour is at 6:00 AM in the timezone of the terminal. Minimum value: 0, maximum value: 23.",
"format" : "int32",
"type" : "integer"
},
"restartHour" : {
"description" : "The hour of the day when the terminal is set to reboot to apply the configuration and software updates. By default, the restart hour is at 6:00 AM in the timezone of the terminal Minimum vaoue: 0, maximum value: 23.",
"description" : "The hour of the day when the terminal is set to reboot to apply the configuration and software updates. By default, the restart hour is at 6:00 AM in the timezone of the terminal. Minimum value: 0, maximum value: 23.",
"format" : "int32",
"type" : "integer"
}
Expand Down Expand Up @@ -17134,6 +17139,10 @@
"language" : {
"description" : "Language of the terminal.",
"type" : "string"
},
"secondaryLanguage" : {
"description" : "Secondary language of the terminal.",
"type" : "string"
}
},
"type" : "object"
Expand Down Expand Up @@ -18249,6 +18258,10 @@
"maxLength" : 350000,
"type" : "string"
},
"promptBeforePrinting" : {
"description" : "Indicates whether a screen appears asking if you want to print the shopper receipt.",
"type" : "boolean"
},
"qrCodeData" : {
"description" : "Data to print on the receipt as a QR code. This can include static text and the following variables:\n\n- `${merchantreference}`: the merchant reference of the transaction.\n- `${pspreference}`: the PSP reference of the transaction.\n\n For example, **http://www.example.com/order/${pspreference}/${merchantreference}**.",
"type" : "string"
Expand Down Expand Up @@ -19076,7 +19089,7 @@
"TapToPay" : {
"properties" : {
"merchantDisplayName" : {
"description" : "Platform merchants can customize the text that appears on the TapToPay screen during a transaction",
"description" : "The text shown on the screen during the Tap to Pay transaction.",
"type" : "string"
}
},
Expand Down Expand Up @@ -19429,7 +19442,7 @@
"$ref" : "#/components/schemas/Surcharge"
},
"tapToPay" : {
"description" : "Settings for apple tap to pay.",
"description" : "Settings for Tap to Pay.",
"$ref" : "#/components/schemas/TapToPay"
},
"timeouts" : {
Expand Down
29 changes: 26 additions & 3 deletions json/ManagementService-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,16 @@
}
],
"responses" : {
"200" : {
"content" : {
"application/json" : {
"schema" : {
"$ref" : "#/components/schemas/UploadAndroidAppResponse"
}
}
},
"description" : "OK - the request has succeeded."
},
"400" : {
"content" : {
"application/json" : {
Expand Down Expand Up @@ -16866,8 +16876,13 @@
"format" : "int32",
"type" : "integer"
},
"resetTotalsHour" : {
"description" : "The hour of the day when the terminal is set to reset the Totals report. By default, the reset hour is at 6:00 AM in the timezone of the terminal. Minimum value: 0, maximum value: 23.",
"format" : "int32",
"type" : "integer"
},
"restartHour" : {
"description" : "The hour of the day when the terminal is set to reboot to apply the configuration and software updates. By default, the restart hour is at 6:00 AM in the timezone of the terminal Minimum vaoue: 0, maximum value: 23.",
"description" : "The hour of the day when the terminal is set to reboot to apply the configuration and software updates. By default, the restart hour is at 6:00 AM in the timezone of the terminal. Minimum value: 0, maximum value: 23.",
"format" : "int32",
"type" : "integer"
}
Expand Down Expand Up @@ -17311,6 +17326,10 @@
"language" : {
"description" : "Language of the terminal.",
"type" : "string"
},
"secondaryLanguage" : {
"description" : "Secondary language of the terminal.",
"type" : "string"
}
},
"type" : "object"
Expand Down Expand Up @@ -18427,6 +18446,10 @@
"maxLength" : 350000,
"type" : "string"
},
"promptBeforePrinting" : {
"description" : "Indicates whether a screen appears asking if you want to print the shopper receipt.",
"type" : "boolean"
},
"qrCodeData" : {
"description" : "Data to print on the receipt as a QR code. This can include static text and the following variables:\n\n- `${merchantreference}`: the merchant reference of the transaction.\n- `${pspreference}`: the PSP reference of the transaction.\n\n For example, **http://www.example.com/order/${pspreference}/${merchantreference}**.",
"type" : "string"
Expand Down Expand Up @@ -19244,7 +19267,7 @@
"TapToPay" : {
"properties" : {
"merchantDisplayName" : {
"description" : "Platform merchants can customize the text that appears on the TapToPay screen during a transaction",
"description" : "The text shown on the screen during the Tap to Pay transaction.",
"type" : "string"
}
},
Expand Down Expand Up @@ -19691,7 +19714,7 @@
"$ref" : "#/components/schemas/Surcharge"
},
"tapToPay" : {
"description" : "Settings for apple tap to pay.",
"description" : "Settings for Tap to Pay.",
"$ref" : "#/components/schemas/TapToPay"
},
"timeouts" : {
Expand Down
5 changes: 5 additions & 0 deletions yaml/ManagementNotificationService-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@ components:
require additional checks and increased monitoring.Possible values: **notApplicable**,
**low**, **medium**, **high**.'
type: string
verificationDeadline:
description: The verification deadline for the capability that will be disallowed
if verification errors are not resolved.
format: date-time
type: string
verificationStatus:
description: 'The status of the verification checks for the capability.
Expand Down
5 changes: 5 additions & 0 deletions yaml/ManagementNotificationService-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,11 @@ components:
require additional checks and increased monitoring.Possible values: **notApplicable**,
**low**, **medium**, **high**.'
type: string
verificationDeadline:
description: The verification deadline for the capability that will be disallowed
if verification errors are not resolved.
format: date-time
type: string
verificationStatus:
description: 'The status of the verification checks for the capability.
Expand Down
22 changes: 17 additions & 5 deletions yaml/ManagementService-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11403,11 +11403,17 @@ components:
expressed as a percentage.
format: int32
type: integer
resetTotalsHour:
description: 'The hour of the day when the terminal is set to reset the
Totals report. By default, the reset hour is at 6:00 AM in the timezone
of the terminal. Minimum value: 0, maximum value: 23.'
format: int32
type: integer
restartHour:
description: 'The hour of the day when the terminal is set to reboot to
apply the configuration and software updates. By default, the restart
hour is at 6:00 AM in the timezone of the terminal Minimum vaoue: 0, maximum
value: 23.'
hour is at 6:00 AM in the timezone of the terminal. Minimum value: 0,
maximum value: 23.'
format: int32
type: integer
type: object
Expand Down Expand Up @@ -11736,6 +11742,9 @@ components:
language:
description: Language of the terminal.
type: string
secondaryLanguage:
description: Secondary language of the terminal.
type: string
type: object
Logo:
properties:
Expand Down Expand Up @@ -12769,6 +12778,10 @@ components:
image must be a .bmp file of < 256 KB, dimensions 240 (H) x 384 (W) px.
maxLength: 350000
type: string
promptBeforePrinting:
description: Indicates whether a screen appears asking if you want to print
the shopper receipt.
type: boolean
qrCodeData:
description: "Data to print on the receipt as a QR code. This can include\
\ static text and the following variables:\n\n- `${merchantreference}`:\
Expand Down Expand Up @@ -13558,8 +13571,7 @@ components:
TapToPay:
properties:
merchantDisplayName:
description: Platform merchants can customize the text that appears on the
TapToPay screen during a transaction
description: The text shown on the screen during the Tap to Pay transaction.
type: string
type: object
Terminal:
Expand Down Expand Up @@ -13848,7 +13860,7 @@ components:
features.
$ref: '#/components/schemas/Surcharge'
tapToPay:
description: Settings for apple tap to pay.
description: Settings for Tap to Pay.
$ref: '#/components/schemas/TapToPay'
timeouts:
description: Settings for device [time-outs](https://docs.adyen.com/point-of-sale/pos-timeouts#device-time-out).
Expand Down
28 changes: 23 additions & 5 deletions yaml/ManagementService-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,12 @@ paths:
schema:
type: string
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UploadAndroidAppResponse'
description: OK - the request has succeeded.
'400':
content:
application/json:
Expand Down Expand Up @@ -11523,11 +11529,17 @@ components:
expressed as a percentage.
format: int32
type: integer
resetTotalsHour:
description: 'The hour of the day when the terminal is set to reset the
Totals report. By default, the reset hour is at 6:00 AM in the timezone
of the terminal. Minimum value: 0, maximum value: 23.'
format: int32
type: integer
restartHour:
description: 'The hour of the day when the terminal is set to reboot to
apply the configuration and software updates. By default, the restart
hour is at 6:00 AM in the timezone of the terminal Minimum vaoue: 0, maximum
value: 23.'
hour is at 6:00 AM in the timezone of the terminal. Minimum value: 0,
maximum value: 23.'
format: int32
type: integer
type: object
Expand Down Expand Up @@ -11852,6 +11864,9 @@ components:
language:
description: Language of the terminal.
type: string
secondaryLanguage:
description: Secondary language of the terminal.
type: string
type: object
Logo:
properties:
Expand Down Expand Up @@ -12887,6 +12902,10 @@ components:
image must be a .bmp file of < 256 KB, dimensions 240 (H) x 384 (W) px.
maxLength: 350000
type: string
promptBeforePrinting:
description: Indicates whether a screen appears asking if you want to print
the shopper receipt.
type: boolean
qrCodeData:
description: "Data to print on the receipt as a QR code. This can include\
\ static text and the following variables:\n\n- `${merchantreference}`:\
Expand Down Expand Up @@ -13676,8 +13695,7 @@ components:
TapToPay:
properties:
merchantDisplayName:
description: Platform merchants can customize the text that appears on the
TapToPay screen during a transaction
description: The text shown on the screen during the Tap to Pay transaction.
type: string
type: object
Terminal:
Expand Down Expand Up @@ -14051,7 +14069,7 @@ components:
features.
$ref: '#/components/schemas/Surcharge'
tapToPay:
description: Settings for apple tap to pay.
description: Settings for Tap to Pay.
$ref: '#/components/schemas/TapToPay'
timeouts:
description: Settings for device [time-outs](https://docs.adyen.com/point-of-sale/pos-timeouts#device-time-out).
Expand Down

0 comments on commit eddb331

Please sign in to comment.