mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
spec release
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user