diff --git a/json/Webhooks-v1.json b/json/Webhooks-v1.json index b497a84..a335dc5 100644 --- a/json/Webhooks-v1.json +++ b/json/Webhooks-v1.json @@ -2297,12 +2297,15 @@ "type" : "string" }, "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" }, "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" }, "recurringProcessingModel" : { + "description" : "The recurring processing model the request was flagged with.", "type" : "string" }, "redirectUrl" : { @@ -2317,7 +2320,7 @@ "type" : "string" }, "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" }, "returnUrl" : { @@ -2424,6 +2427,23 @@ "description" : "Payment method variant of the token/wallet payment method.", "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" : { "description" : "Total fraud score from risk.", "type" : "string" @@ -4785,7 +4805,7 @@ "type" : "string" }, "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" }, "riskProfile" : { @@ -5897,7 +5917,7 @@ "type" : "string" }, "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" }, "riskProfile" : { diff --git a/yaml/Webhooks-v1.yaml b/yaml/Webhooks-v1.yaml index d59a229..0917371 100644 --- a/yaml/Webhooks-v1.yaml +++ b/yaml/Webhooks-v1.yaml @@ -1705,10 +1705,20 @@ components: recurring.firstPspReference: type: string 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 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 recurringProcessingModel: + description: The recurring processing model the request was flagged with. type: string redirectUrl: type: string @@ -1729,7 +1739,7 @@ components: Example: AUTHORISED' type: string 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 returnUrl: type: string @@ -1825,6 +1835,29 @@ components: tokenTxVariant: description: Payment method variant of the token/wallet payment method. 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: description: Total fraud score from risk. type: string @@ -3827,7 +3860,7 @@ components: Example: AUTHORISED' type: string 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 riskProfile: description: Related to Risk. @@ -4777,7 +4810,7 @@ components: Example: AUTHORISED' type: string 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 riskProfile: description: Related to Risk.