spec release

This commit is contained in:
Adyen Automation
2024-04-17 13:07:18 +02:00
parent 1e890ffa5e
commit ae18c9f545
4 changed files with 132 additions and 0 deletions

View File

@@ -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",

View File

@@ -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",

View File

@@ -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

View File

@@ -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