diff --git a/json/ManagementService-v1.json b/json/ManagementService-v1.json index 733849e4..8d6d8894 100644 --- a/json/ManagementService-v1.json +++ b/json/ManagementService-v1.json @@ -15182,6 +15182,33 @@ }, "type" : "object" }, + "AmexInfo" : { + "additionalProperties" : false, + "properties" : { + "midNumber" : { + "description" : "MID number. Format: 10 numeric characters", + "type" : "string" + }, + "reuseMidNumber" : { + "default" : false, + "description" : "Indicates whether the Amex Merchant ID is reused from previously setup payment methods", + "type" : "boolean" + }, + "serviceLevel" : { + "description" : "Service level", + "enum" : [ + "noContract", + "gatewayContract", + "paymentDesignatorContract" + ], + "type" : "string" + } + }, + "required" : [ + "serviceLevel" + ], + "type" : "object" + }, "Amount" : { "additionalProperties" : false, "properties" : { @@ -17804,6 +17831,10 @@ "description" : "Indicates whether receiving payments is allowed. This value is set to **true** by Adyen after screening your merchant account.", "type" : "boolean" }, + "amex" : { + "description" : "Amex details.", + "$ref" : "#/components/schemas/AmexInfo" + }, "applePay" : { "description" : "Apple Pay details.", "$ref" : "#/components/schemas/ApplePayInfo" @@ -18003,6 +18034,7 @@ "blik", "cartebancaire", "clearpay", + "clicktopay", "cup", "diners", "directdebit_GB", @@ -18062,6 +18094,10 @@ "description" : "Afterpay Touch details.", "$ref" : "#/components/schemas/AfterpayTouchInfo" }, + "amex" : { + "description" : "Amex details.", + "$ref" : "#/components/schemas/AmexInfo" + }, "applePay" : { "description" : "Apple Pay details.", "$ref" : "#/components/schemas/ApplePayInfo" @@ -18206,6 +18242,7 @@ "blik", "cartebancaire", "clearpay", + "clicktopay", "cup", "diners", "directdebit_GB", diff --git a/json/ManagementService-v3.json b/json/ManagementService-v3.json index acdf57b9..7c7fe2cc 100644 --- a/json/ManagementService-v3.json +++ b/json/ManagementService-v3.json @@ -15476,6 +15476,33 @@ }, "type" : "object" }, + "AmexInfo" : { + "additionalProperties" : false, + "properties" : { + "midNumber" : { + "description" : "MID number. Format: 10 numeric characters", + "type" : "string" + }, + "reuseMidNumber" : { + "default" : false, + "description" : "Indicates whether the Amex Merchant ID is reused from previously setup payment methods", + "type" : "boolean" + }, + "serviceLevel" : { + "description" : "Service level", + "enum" : [ + "noContract", + "gatewayContract", + "paymentDesignatorContract" + ], + "type" : "string" + } + }, + "required" : [ + "serviceLevel" + ], + "type" : "object" + }, "Amount" : { "additionalProperties" : false, "properties" : { @@ -18093,6 +18120,10 @@ "description" : "Indicates whether receiving payments is allowed. This value is set to **true** by Adyen after screening your merchant account.", "type" : "boolean" }, + "amex" : { + "description" : "Amex details.", + "$ref" : "#/components/schemas/AmexInfo" + }, "applePay" : { "description" : "Apple Pay details.", "$ref" : "#/components/schemas/ApplePayInfo" @@ -18296,6 +18327,7 @@ "blik", "cartebancaire", "clearpay", + "clicktopay", "cup", "diners", "directdebit_GB", @@ -18355,6 +18387,10 @@ "description" : "Afterpay Touch details.", "$ref" : "#/components/schemas/AfterpayTouchInfo" }, + "amex" : { + "description" : "Amex details.", + "$ref" : "#/components/schemas/AmexInfo" + }, "applePay" : { "description" : "Apple Pay details.", "$ref" : "#/components/schemas/ApplePayInfo" @@ -18503,6 +18539,7 @@ "blik", "cartebancaire", "clearpay", + "clicktopay", "cup", "diners", "directdebit_GB", diff --git a/yaml/ManagementService-v1.yaml b/yaml/ManagementService-v1.yaml index fccf2913..45ae3423 100644 --- a/yaml/ManagementService-v1.yaml +++ b/yaml/ManagementService-v1.yaml @@ -9949,6 +9949,27 @@ components: $ref: '#/components/schemas/AllowedOrigin' type: array type: object + AmexInfo: + additionalProperties: false + properties: + midNumber: + description: 'MID number. Format: 10 numeric characters' + type: string + reuseMidNumber: + default: false + description: Indicates whether the Amex Merchant ID is reused from previously + setup payment methods + type: boolean + serviceLevel: + description: Service level + enum: + - noContract + - gatewayContract + - paymentDesignatorContract + type: string + required: + - serviceLevel + type: object Amount: additionalProperties: false properties: @@ -12329,6 +12350,9 @@ components: description: Indicates whether receiving payments is allowed. This value is set to **true** by Adyen after screening your merchant account. type: boolean + amex: + description: Amex details. + $ref: '#/components/schemas/AmexInfo' applePay: description: Apple Pay details. $ref: '#/components/schemas/ApplePayInfo' @@ -12496,6 +12520,7 @@ components: - blik - cartebancaire - clearpay + - clicktopay - cup - diners - directdebit_GB @@ -12548,6 +12573,9 @@ components: afterpayTouch: description: Afterpay Touch details. $ref: '#/components/schemas/AfterpayTouchInfo' + amex: + description: Amex details. + $ref: '#/components/schemas/AmexInfo' applePay: description: Apple Pay details. $ref: '#/components/schemas/ApplePayInfo' @@ -12670,6 +12698,7 @@ components: - blik - cartebancaire - clearpay + - clicktopay - cup - diners - directdebit_GB diff --git a/yaml/ManagementService-v3.yaml b/yaml/ManagementService-v3.yaml index 72e30cb8..b7d96275 100644 --- a/yaml/ManagementService-v3.yaml +++ b/yaml/ManagementService-v3.yaml @@ -10136,6 +10136,27 @@ components: $ref: '#/components/schemas/AllowedOrigin' type: array type: object + AmexInfo: + additionalProperties: false + properties: + midNumber: + description: 'MID number. Format: 10 numeric characters' + type: string + reuseMidNumber: + default: false + description: Indicates whether the Amex Merchant ID is reused from previously + setup payment methods + type: boolean + serviceLevel: + description: Service level + enum: + - noContract + - gatewayContract + - paymentDesignatorContract + type: string + required: + - serviceLevel + type: object Amount: additionalProperties: false properties: @@ -12514,6 +12535,9 @@ components: description: Indicates whether receiving payments is allowed. This value is set to **true** by Adyen after screening your merchant account. type: boolean + amex: + description: Amex details. + $ref: '#/components/schemas/AmexInfo' applePay: description: Apple Pay details. $ref: '#/components/schemas/ApplePayInfo' @@ -12684,6 +12708,7 @@ components: - blik - cartebancaire - clearpay + - clicktopay - cup - diners - directdebit_GB @@ -12736,6 +12761,9 @@ components: afterpayTouch: description: Afterpay Touch details. $ref: '#/components/schemas/AfterpayTouchInfo' + amex: + description: Amex details. + $ref: '#/components/schemas/AmexInfo' applePay: description: Apple Pay details. $ref: '#/components/schemas/ApplePayInfo' @@ -12861,6 +12889,7 @@ components: - blik - cartebancaire - clearpay + - clicktopay - cup - diners - directdebit_GB