spec release

This commit is contained in:
Adyen Automation
2025-05-07 09:36:25 +02:00
parent 624dbf6376
commit 368faa3126
2 changed files with 59 additions and 6 deletions

View File

@@ -2297,12 +2297,15 @@
"type" : "string" "type" : "string"
}, },
"recurring.recurringDetailReference" : { "recurring.recurringDetailReference" : {
"description" : "The new tokenization.storedPaymentMethodId field replaces this field.\nThe `recurringDetailReference` returned in the `/payments` response when you stored the shopper's payment details.",
"type" : "string" "type" : "string"
}, },
"recurring.shopperReference" : { "recurring.shopperReference" : {
"description" : "The new tokenization.shopperReferencefield replaces this field.\nThe shopper reference you set when you made the request to store the shopper's payment details.",
"type" : "string" "type" : "string"
}, },
"recurringProcessingModel" : { "recurringProcessingModel" : {
"description" : "The recurring processing model the request was flagged with.",
"type" : "string" "type" : "string"
}, },
"redirectUrl" : { "redirectUrl" : {
@@ -2317,7 +2320,7 @@
"type" : "string" "type" : "string"
}, },
"retry.rescueScheduled" : { "retry.rescueScheduled" : {
"description" : "Indicates if an auto rescue for a pyment is scheduled.", "description" : "Indicates if an auto rescue for a payment is scheduled.",
"type" : "string" "type" : "string"
}, },
"returnUrl" : { "returnUrl" : {
@@ -2424,6 +2427,23 @@
"description" : "Payment method variant of the token/wallet payment method.", "description" : "Payment method variant of the token/wallet payment method.",
"type" : "string" "type" : "string"
}, },
"tokenization.shopperReference" : {
"description" : "The reference for the shopper that you sent when tokenizing the payment details.",
"type" : "string"
},
"tokenization.store.operationType" : {
"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",
"alreadyExisting"
],
"type" : "string"
},
"tokenization.storedPaymentMethodId" : {
"description" : "The reference that uniquely identifies tokenized payment details.",
"type" : "string"
},
"totalFraudScore" : { "totalFraudScore" : {
"description" : "Total fraud score from risk.", "description" : "Total fraud score from risk.",
"type" : "string" "type" : "string"
@@ -4785,7 +4805,7 @@
"type" : "string" "type" : "string"
}, },
"retry.rescueScheduled" : { "retry.rescueScheduled" : {
"description" : "Indicates if an auto rescue for a pyment is scheduled.", "description" : "Indicates if an auto rescue for a payment is scheduled.",
"type" : "string" "type" : "string"
}, },
"riskProfile" : { "riskProfile" : {
@@ -5897,7 +5917,7 @@
"type" : "string" "type" : "string"
}, },
"retry.rescueScheduled" : { "retry.rescueScheduled" : {
"description" : "Indicates if an auto rescue for a pyment is scheduled.", "description" : "Indicates if an auto rescue for a payment is scheduled.",
"type" : "string" "type" : "string"
}, },
"riskProfile" : { "riskProfile" : {

View File

@@ -1705,10 +1705,20 @@ components:
recurring.firstPspReference: recurring.firstPspReference:
type: string type: string
recurring.recurringDetailReference: recurring.recurringDetailReference:
description: 'The new tokenization.storedPaymentMethodId field replaces
this field.
The `recurringDetailReference` returned in the `/payments` response when
you stored the shopper''s payment details.'
type: string type: string
recurring.shopperReference: recurring.shopperReference:
description: 'The new tokenization.shopperReferencefield replaces this field.
The shopper reference you set when you made the request to store the shopper''s
payment details.'
type: string type: string
recurringProcessingModel: recurringProcessingModel:
description: The recurring processing model the request was flagged with.
type: string type: string
redirectUrl: redirectUrl:
type: string type: string
@@ -1729,7 +1739,7 @@ components:
Example: AUTHORISED' Example: AUTHORISED'
type: string type: string
retry.rescueScheduled: retry.rescueScheduled:
description: Indicates if an auto rescue for a pyment is scheduled. description: Indicates if an auto rescue for a payment is scheduled.
type: string type: string
returnUrl: returnUrl:
type: string type: string
@@ -1825,6 +1835,29 @@ components:
tokenTxVariant: tokenTxVariant:
description: Payment method variant of the token/wallet payment method. description: Payment method variant of the token/wallet payment method.
type: string type: string
tokenization.shopperReference:
description: The reference for the shopper that you sent when tokenizing
the payment details.
type: string
tokenization.store.operationType:
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
- alreadyExisting
type: string
tokenization.storedPaymentMethodId:
description: The reference that uniquely identifies tokenized payment details.
type: string
totalFraudScore: totalFraudScore:
description: Total fraud score from risk. description: Total fraud score from risk.
type: string type: string
@@ -3827,7 +3860,7 @@ components:
Example: AUTHORISED' Example: AUTHORISED'
type: string type: string
retry.rescueScheduled: retry.rescueScheduled:
description: Indicates if an auto rescue for a pyment is scheduled. description: Indicates if an auto rescue for a payment is scheduled.
type: string type: string
riskProfile: riskProfile:
description: Related to Risk. description: Related to Risk.
@@ -4777,7 +4810,7 @@ components:
Example: AUTHORISED' Example: AUTHORISED'
type: string type: string
retry.rescueScheduled: retry.rescueScheduled:
description: Indicates if an auto rescue for a pyment is scheduled. description: Indicates if an auto rescue for a payment is scheduled.
type: string type: string
riskProfile: riskProfile:
description: Related to Risk. description: Related to Risk.