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

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