Skip to content

Commit e5eedc5

Browse files
author
Adyen Automation
committed
spec release
1 parent 75b5618 commit e5eedc5

4 files changed

Lines changed: 4 additions & 30 deletions

File tree

json/ManagementService-v1.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18422,13 +18422,6 @@
1842218422
"description" : "The maximum offline transaction amount for chip cards, in the processing currency and specified in [minor units](https://docs.adyen.com/development-resources/currency-codes).",
1842318423
"format" : "int32",
1842418424
"type" : "integer"
18425-
},
18426-
"offlineSwipeLimits" : {
18427-
"description" : "The maximum offline transaction amount for swiped cards, in the specified currency. Updating this field is forbidden.",
18428-
"items" : {
18429-
"$ref" : "#/components/schemas/MinorUnitsMonetaryValue"
18430-
},
18431-
"type" : "array"
1843218425
}
1843318426
},
1843418427
"type" : "object"
@@ -21349,7 +21342,7 @@
2134921342
"$ref" : "#/components/schemas/Nexo"
2135021343
},
2135121344
"offlineProcessing" : {
21352-
"description" : "Settings for [offline payment](https://docs.adyen.com/point-of-sale/offline-payments) features.",
21345+
"description" : "Settings for EMV [offline payment](https://docs.adyen.com/point-of-sale/offline-payments) features.",
2135321346
"nullable" : true,
2135421347
"$ref" : "#/components/schemas/OfflineProcessing"
2135521348
},

json/ManagementService-v3.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18873,13 +18873,6 @@
1887318873
"description" : "The maximum offline transaction amount for chip cards, in the processing currency and specified in [minor units](https://docs.adyen.com/development-resources/currency-codes).",
1887418874
"format" : "int32",
1887518875
"type" : "integer"
18876-
},
18877-
"offlineSwipeLimits" : {
18878-
"description" : "The maximum offline transaction amount for swiped cards, in the specified currency. Updating this field is forbidden.",
18879-
"items" : {
18880-
"$ref" : "#/components/schemas/MinorUnitsMonetaryValue"
18881-
},
18882-
"type" : "array"
1888318876
}
1888418877
},
1888518878
"type" : "object"
@@ -21977,7 +21970,7 @@
2197721970
"$ref" : "#/components/schemas/Nexo"
2197821971
},
2197921972
"offlineProcessing" : {
21980-
"description" : "Settings for [offline payment](https://docs.adyen.com/point-of-sale/offline-payments) features.",
21973+
"description" : "Settings for EMV [offline payment](https://docs.adyen.com/point-of-sale/offline-payments) features.",
2198121974
"nullable" : true,
2198221975
"$ref" : "#/components/schemas/OfflineProcessing"
2198321976
},

yaml/ManagementService-v1.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12993,12 +12993,6 @@ components:
1299312993
processing currency and specified in [minor units](https://docs.adyen.com/development-resources/currency-codes).
1299412994
format: int32
1299512995
type: integer
12996-
offlineSwipeLimits:
12997-
description: The maximum offline transaction amount for swiped cards, in
12998-
the specified currency. Updating this field is forbidden.
12999-
items:
13000-
$ref: '#/components/schemas/MinorUnitsMonetaryValue'
13001-
type: array
1300212996
type: object
1300312997
Opi:
1300412998
additionalProperties: false
@@ -15737,7 +15731,7 @@ components:
1573715731
nullable: true
1573815732
$ref: '#/components/schemas/Nexo'
1573915733
offlineProcessing:
15740-
description: Settings for [offline payment](https://docs.adyen.com/point-of-sale/offline-payments)
15734+
description: Settings for EMV [offline payment](https://docs.adyen.com/point-of-sale/offline-payments)
1574115735
features.
1574215736
nullable: true
1574315737
$ref: '#/components/schemas/OfflineProcessing'

yaml/ManagementService-v3.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13294,12 +13294,6 @@ components:
1329413294
processing currency and specified in [minor units](https://docs.adyen.com/development-resources/currency-codes).
1329513295
format: int32
1329613296
type: integer
13297-
offlineSwipeLimits:
13298-
description: The maximum offline transaction amount for swiped cards, in
13299-
the specified currency. Updating this field is forbidden.
13300-
items:
13301-
$ref: '#/components/schemas/MinorUnitsMonetaryValue'
13302-
type: array
1330313297
type: object
1330413298
Opi:
1330513299
additionalProperties: false
@@ -16261,7 +16255,7 @@ components:
1626116255
nullable: true
1626216256
$ref: '#/components/schemas/Nexo'
1626316257
offlineProcessing:
16264-
description: Settings for [offline payment](https://docs.adyen.com/point-of-sale/offline-payments)
16258+
description: Settings for EMV [offline payment](https://docs.adyen.com/point-of-sale/offline-payments)
1626516259
features.
1626616260
nullable: true
1626716261
$ref: '#/components/schemas/OfflineProcessing'

0 commit comments

Comments
 (0)