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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user