spec release

This commit is contained in:
Adyen Automation
2025-02-28 16:27:48 +01:00
parent 807aa61c62
commit 588de94a13
16 changed files with 140 additions and 48 deletions

View File

@@ -1551,15 +1551,15 @@
"type" : "string"
},
"tokenization.shopperReference" : {
"description" : "The provided reference of the shopper.",
"description" : "The reference for the shopper that you sent when tokenizing the payment details.",
"type" : "string"
},
"tokenization.store.operationType" : {
"description" : "The store operation performed on the token.",
"description" : "The operation performed on the token. Possible values:\n\n* **created**: the token has been created.\n* **updated**: the existing token has been updated.\n* **alreadyExisting**: the details have already been stored.\n",
"enum" : [
"created",
"updated",
"alreadyStored"
"alreadyExisting"
],
"type" : "string"
},

View File

@@ -1582,15 +1582,15 @@
"type" : "string"
},
"tokenization.shopperReference" : {
"description" : "The provided reference of the shopper.",
"description" : "The reference for the shopper that you sent when tokenizing the payment details.",
"type" : "string"
},
"tokenization.store.operationType" : {
"description" : "The store operation performed on the token.",
"description" : "The operation performed on the token. Possible values:\n\n* **created**: the token has been created.\n* **updated**: the existing token has been updated.\n* **alreadyExisting**: the details have already been stored.\n",
"enum" : [
"created",
"updated",
"alreadyStored"
"alreadyExisting"
],
"type" : "string"
},

View File

@@ -1582,15 +1582,15 @@
"type" : "string"
},
"tokenization.shopperReference" : {
"description" : "The provided reference of the shopper.",
"description" : "The reference for the shopper that you sent when tokenizing the payment details.",
"type" : "string"
},
"tokenization.store.operationType" : {
"description" : "The store operation performed on the token.",
"description" : "The operation performed on the token. Possible values:\n\n* **created**: the token has been created.\n* **updated**: the existing token has been updated.\n* **alreadyExisting**: the details have already been stored.\n",
"enum" : [
"created",
"updated",
"alreadyStored"
"alreadyExisting"
],
"type" : "string"
},

View File

@@ -1582,15 +1582,15 @@
"type" : "string"
},
"tokenization.shopperReference" : {
"description" : "The provided reference of the shopper.",
"description" : "The reference for the shopper that you sent when tokenizing the payment details.",
"type" : "string"
},
"tokenization.store.operationType" : {
"description" : "The store operation performed on the token.",
"description" : "The operation performed on the token. Possible values:\n\n* **created**: the token has been created.\n* **updated**: the existing token has been updated.\n* **alreadyExisting**: the details have already been stored.\n",
"enum" : [
"created",
"updated",
"alreadyStored"
"alreadyExisting"
],
"type" : "string"
},

View File

@@ -1582,15 +1582,15 @@
"type" : "string"
},
"tokenization.shopperReference" : {
"description" : "The provided reference of the shopper.",
"description" : "The reference for the shopper that you sent when tokenizing the payment details.",
"type" : "string"
},
"tokenization.store.operationType" : {
"description" : "The store operation performed on the token.",
"description" : "The operation performed on the token. Possible values:\n\n* **created**: the token has been created.\n* **updated**: the existing token has been updated.\n* **alreadyExisting**: the details have already been stored.\n",
"enum" : [
"created",
"updated",
"alreadyStored"
"alreadyExisting"
],
"type" : "string"
},

View File

@@ -1582,15 +1582,15 @@
"type" : "string"
},
"tokenization.shopperReference" : {
"description" : "The provided reference of the shopper.",
"description" : "The reference for the shopper that you sent when tokenizing the payment details.",
"type" : "string"
},
"tokenization.store.operationType" : {
"description" : "The store operation performed on the token.",
"description" : "The operation performed on the token. Possible values:\n\n* **created**: the token has been created.\n* **updated**: the existing token has been updated.\n* **alreadyExisting**: the details have already been stored.\n",
"enum" : [
"created",
"updated",
"alreadyStored"
"alreadyExisting"
],
"type" : "string"
},

View File

@@ -1574,15 +1574,15 @@
"type" : "string"
},
"tokenization.shopperReference" : {
"description" : "The provided reference of the shopper.",
"description" : "The reference for the shopper that you sent when tokenizing the payment details.",
"type" : "string"
},
"tokenization.store.operationType" : {
"description" : "The store operation performed on the token.",
"description" : "The operation performed on the token. Possible values:\n\n* **created**: the token has been created.\n* **updated**: the existing token has been updated.\n* **alreadyExisting**: the details have already been stored.\n",
"enum" : [
"created",
"updated",
"alreadyStored"
"alreadyExisting"
],
"type" : "string"
},

View File

@@ -1507,11 +1507,17 @@
"type" : "string"
},
"recurring.recurringDetailReference" : {
"deprecated" : true,
"x-deprecatedInVersion" : "68",
"x-deprecatedMessage" : "Use tokenization.storedPaymentMethodId instead.",
"description" : "The reference that uniquely identifies the recurring transaction.",
"type" : "string"
},
"recurring.shopperReference" : {
"x-addedInVersion" : "40",
"deprecated" : true,
"x-deprecatedInVersion" : "68",
"x-deprecatedMessage" : "Use tokenization.shopperReference instead.",
"description" : "The provided reference of the shopper for a recurring transaction.",
"type" : "string"
},
@@ -1574,15 +1580,15 @@
"type" : "string"
},
"tokenization.shopperReference" : {
"description" : "The provided reference of the shopper.",
"description" : "The reference for the shopper that you sent when tokenizing the payment details.",
"type" : "string"
},
"tokenization.store.operationType" : {
"description" : "The store operation performed on the token.",
"description" : "The operation performed on the token. Possible values:\n\n* **created**: the token has been created.\n* **updated**: the existing token has been updated.\n* **alreadyExisting**: the details have already been stored.\n",
"enum" : [
"created",
"updated",
"alreadyStored"
"alreadyExisting"
],
"type" : "string"
},

View File

@@ -1748,14 +1748,24 @@ components:
description: The 3D Secure 2 version.
type: string
tokenization.shopperReference:
description: The provided reference of the shopper.
description: The reference for the shopper that you sent when tokenizing
the payment details.
type: string
tokenization.store.operationType:
description: The store operation performed on the token.
description: 'The operation performed on the token. Possible values:
* **created**: the token has been created.
* **updated**: the existing token has been updated.
* **alreadyExisting**: the details have already been stored.
'
enum:
- created
- updated
- alreadyStored
- alreadyExisting
type: string
tokenization.storedPaymentMethodId:
description: The reference that uniquely identifies tokenized payment details.

View File

@@ -1775,14 +1775,24 @@ components:
description: The 3D Secure 2 version.
type: string
tokenization.shopperReference:
description: The provided reference of the shopper.
description: The reference for the shopper that you sent when tokenizing
the payment details.
type: string
tokenization.store.operationType:
description: The store operation performed on the token.
description: 'The operation performed on the token. Possible values:
* **created**: the token has been created.
* **updated**: the existing token has been updated.
* **alreadyExisting**: the details have already been stored.
'
enum:
- created
- updated
- alreadyStored
- alreadyExisting
type: string
tokenization.storedPaymentMethodId:
description: The reference that uniquely identifies tokenized payment details.

View File

@@ -1775,14 +1775,24 @@ components:
description: The 3D Secure 2 version.
type: string
tokenization.shopperReference:
description: The provided reference of the shopper.
description: The reference for the shopper that you sent when tokenizing
the payment details.
type: string
tokenization.store.operationType:
description: The store operation performed on the token.
description: 'The operation performed on the token. Possible values:
* **created**: the token has been created.
* **updated**: the existing token has been updated.
* **alreadyExisting**: the details have already been stored.
'
enum:
- created
- updated
- alreadyStored
- alreadyExisting
type: string
tokenization.storedPaymentMethodId:
description: The reference that uniquely identifies tokenized payment details.

View File

@@ -1775,14 +1775,24 @@ components:
description: The 3D Secure 2 version.
type: string
tokenization.shopperReference:
description: The provided reference of the shopper.
description: The reference for the shopper that you sent when tokenizing
the payment details.
type: string
tokenization.store.operationType:
description: The store operation performed on the token.
description: 'The operation performed on the token. Possible values:
* **created**: the token has been created.
* **updated**: the existing token has been updated.
* **alreadyExisting**: the details have already been stored.
'
enum:
- created
- updated
- alreadyStored
- alreadyExisting
type: string
tokenization.storedPaymentMethodId:
description: The reference that uniquely identifies tokenized payment details.

View File

@@ -1775,14 +1775,24 @@ components:
description: The 3D Secure 2 version.
type: string
tokenization.shopperReference:
description: The provided reference of the shopper.
description: The reference for the shopper that you sent when tokenizing
the payment details.
type: string
tokenization.store.operationType:
description: The store operation performed on the token.
description: 'The operation performed on the token. Possible values:
* **created**: the token has been created.
* **updated**: the existing token has been updated.
* **alreadyExisting**: the details have already been stored.
'
enum:
- created
- updated
- alreadyStored
- alreadyExisting
type: string
tokenization.storedPaymentMethodId:
description: The reference that uniquely identifies tokenized payment details.

View File

@@ -1775,14 +1775,24 @@ components:
description: The 3D Secure 2 version.
type: string
tokenization.shopperReference:
description: The provided reference of the shopper.
description: The reference for the shopper that you sent when tokenizing
the payment details.
type: string
tokenization.store.operationType:
description: The store operation performed on the token.
description: 'The operation performed on the token. Possible values:
* **created**: the token has been created.
* **updated**: the existing token has been updated.
* **alreadyExisting**: the details have already been stored.
'
enum:
- created
- updated
- alreadyStored
- alreadyExisting
type: string
tokenization.storedPaymentMethodId:
description: The reference that uniquely identifies tokenized payment details.

View File

@@ -1768,14 +1768,24 @@ components:
description: The 3D Secure 2 version.
type: string
tokenization.shopperReference:
description: The provided reference of the shopper.
description: The reference for the shopper that you sent when tokenizing
the payment details.
type: string
tokenization.store.operationType:
description: The store operation performed on the token.
description: 'The operation performed on the token. Possible values:
* **created**: the token has been created.
* **updated**: the existing token has been updated.
* **alreadyExisting**: the details have already been stored.
'
enum:
- created
- updated
- alreadyStored
- alreadyExisting
type: string
tokenization.storedPaymentMethodId:
description: The reference that uniquely identifies tokenized payment details.

View File

@@ -1683,10 +1683,16 @@ components:
To enable it, contact the Support Team.'
type: string
recurring.recurringDetailReference:
deprecated: true
x-deprecatedInVersion: '68'
x-deprecatedMessage: Use tokenization.storedPaymentMethodId instead.
description: The reference that uniquely identifies the recurring transaction.
type: string
recurring.shopperReference:
x-addedInVersion: '40'
deprecated: true
x-deprecatedInVersion: '68'
x-deprecatedMessage: Use tokenization.shopperReference instead.
description: The provided reference of the shopper for a recurring transaction.
type: string
recurringProcessingModel:
@@ -1768,14 +1774,24 @@ components:
description: The 3D Secure 2 version.
type: string
tokenization.shopperReference:
description: The provided reference of the shopper.
description: The reference for the shopper that you sent when tokenizing
the payment details.
type: string
tokenization.store.operationType:
description: The store operation performed on the token.
description: 'The operation performed on the token. Possible values:
* **created**: the token has been created.
* **updated**: the existing token has been updated.
* **alreadyExisting**: the details have already been stored.
'
enum:
- created
- updated
- alreadyStored
- alreadyExisting
type: string
tokenization.storedPaymentMethodId:
description: The reference that uniquely identifies tokenized payment details.