diff --git a/json/PaymentService-v25.json b/json/PaymentService-v25.json index 74fafcfb..09150d92 100644 --- a/json/PaymentService-v25.json +++ b/json/PaymentService-v25.json @@ -3276,6 +3276,23 @@ "description" : "The card payment method used for the transaction.\n\nExample: amex", "type" : "string" }, + "cardProductId" : { + "description" : "The Card Product ID represents the type of card following card scheme product definitions and can be returned for Adyen Acquiring service level payments.\n\nPossible values Visa:\n* **A** - Visa Traditional\n* **B** - Visa Traditional Rewards\n* **C** - Visa Signature\n* **D** - Visa Signature Preferred\n* **F** - Visa Classic\n\nPossible values Mastercard:\n* **MCC** - Mastercard Card\n* **MCE** - Mastercard Electronic Card\n* **MCF** - Mastercard Corporate Fleet Card\n* **MCG** - Gold Mastercard Card\n* **MCH** - Mastercard Premium Charge\n* **MCI** - Mastercard Select Debit\n", + "enum" : [ + "A", + "B", + "C", + "D", + "F", + "MCC", + "MCE", + "MCF", + "MCG", + "MCH", + "MCI" + ], + "type" : "string" + }, "cardSummary" : { "description" : "The last four digits of a card number.\n\n> Returned only in case of a card payment.", "type" : "string" diff --git a/json/PaymentService-v30.json b/json/PaymentService-v30.json index feed3553..e7c7ad4d 100644 --- a/json/PaymentService-v30.json +++ b/json/PaymentService-v30.json @@ -3651,6 +3651,23 @@ "description" : "The card payment method used for the transaction.\n\nExample: amex", "type" : "string" }, + "cardProductId" : { + "description" : "The Card Product ID represents the type of card following card scheme product definitions and can be returned for Adyen Acquiring service level payments.\n\nPossible values Visa:\n* **A** - Visa Traditional\n* **B** - Visa Traditional Rewards\n* **C** - Visa Signature\n* **D** - Visa Signature Preferred\n* **F** - Visa Classic\n\nPossible values Mastercard:\n* **MCC** - Mastercard Card\n* **MCE** - Mastercard Electronic Card\n* **MCF** - Mastercard Corporate Fleet Card\n* **MCG** - Gold Mastercard Card\n* **MCH** - Mastercard Premium Charge\n* **MCI** - Mastercard Select Debit\n", + "enum" : [ + "A", + "B", + "C", + "D", + "F", + "MCC", + "MCE", + "MCF", + "MCG", + "MCH", + "MCI" + ], + "type" : "string" + }, "cardSummary" : { "description" : "The last four digits of a card number.\n\n> Returned only in case of a card payment.", "type" : "string" diff --git a/json/PaymentService-v40.json b/json/PaymentService-v40.json index 138c5d7f..a0b33fa6 100644 --- a/json/PaymentService-v40.json +++ b/json/PaymentService-v40.json @@ -4396,7 +4396,7 @@ "$ref" : "#/components/schemas/ThreeDS2RequestData" }, "threeDS2Result" : { - "description" : "Thre ThreeDS2Result that was returned in the final CRes.", + "description" : "The ThreeDS2Result that was returned in the final CRes.", "$ref" : "#/components/schemas/ThreeDS2Result" }, "threeDS2Token" : { @@ -4753,6 +4753,23 @@ "description" : "The card payment method used for the transaction.\n\nExample: amex", "type" : "string" }, + "cardProductId" : { + "description" : "The Card Product ID represents the type of card following card scheme product definitions and can be returned for Adyen Acquiring service level payments.\n\nPossible values Visa:\n* **A** - Visa Traditional\n* **B** - Visa Traditional Rewards\n* **C** - Visa Signature\n* **D** - Visa Signature Preferred\n* **F** - Visa Classic\n\nPossible values Mastercard:\n* **MCC** - Mastercard Card\n* **MCE** - Mastercard Electronic Card\n* **MCF** - Mastercard Corporate Fleet Card\n* **MCG** - Gold Mastercard Card\n* **MCH** - Mastercard Premium Charge\n* **MCI** - Mastercard Select Debit\n", + "enum" : [ + "A", + "B", + "C", + "D", + "F", + "MCC", + "MCE", + "MCF", + "MCG", + "MCH", + "MCI" + ], + "type" : "string" + }, "cardSummary" : { "description" : "The last four digits of a card number.\n\n> Returned only in case of a card payment.", "type" : "string" diff --git a/json/PaymentService-v46.json b/json/PaymentService-v46.json index f3d9e17e..58dbe139 100644 --- a/json/PaymentService-v46.json +++ b/json/PaymentService-v46.json @@ -4416,7 +4416,7 @@ "$ref" : "#/components/schemas/ThreeDS2RequestData" }, "threeDS2Result" : { - "description" : "Thre ThreeDS2Result that was returned in the final CRes.", + "description" : "The ThreeDS2Result that was returned in the final CRes.", "$ref" : "#/components/schemas/ThreeDS2Result" }, "threeDS2Token" : { @@ -4778,6 +4778,23 @@ "description" : "The card payment method used for the transaction.\n\nExample: amex", "type" : "string" }, + "cardProductId" : { + "description" : "The Card Product ID represents the type of card following card scheme product definitions and can be returned for Adyen Acquiring service level payments.\n\nPossible values Visa:\n* **A** - Visa Traditional\n* **B** - Visa Traditional Rewards\n* **C** - Visa Signature\n* **D** - Visa Signature Preferred\n* **F** - Visa Classic\n\nPossible values Mastercard:\n* **MCC** - Mastercard Card\n* **MCE** - Mastercard Electronic Card\n* **MCF** - Mastercard Corporate Fleet Card\n* **MCG** - Gold Mastercard Card\n* **MCH** - Mastercard Premium Charge\n* **MCI** - Mastercard Select Debit\n", + "enum" : [ + "A", + "B", + "C", + "D", + "F", + "MCC", + "MCE", + "MCF", + "MCG", + "MCH", + "MCI" + ], + "type" : "string" + }, "cardSummary" : { "description" : "The last four digits of a card number.\n\n> Returned only in case of a card payment.", "type" : "string" diff --git a/json/PaymentService-v49.json b/json/PaymentService-v49.json index 49cb24e5..3bd7509b 100644 --- a/json/PaymentService-v49.json +++ b/json/PaymentService-v49.json @@ -4416,7 +4416,7 @@ "$ref" : "#/components/schemas/ThreeDS2RequestData" }, "threeDS2Result" : { - "description" : "Thre ThreeDS2Result that was returned in the final CRes.", + "description" : "The ThreeDS2Result that was returned in the final CRes.", "$ref" : "#/components/schemas/ThreeDS2Result" }, "threeDS2Token" : { @@ -4778,6 +4778,23 @@ "description" : "The card payment method used for the transaction.\n\nExample: amex", "type" : "string" }, + "cardProductId" : { + "description" : "The Card Product ID represents the type of card following card scheme product definitions and can be returned for Adyen Acquiring service level payments.\n\nPossible values Visa:\n* **A** - Visa Traditional\n* **B** - Visa Traditional Rewards\n* **C** - Visa Signature\n* **D** - Visa Signature Preferred\n* **F** - Visa Classic\n\nPossible values Mastercard:\n* **MCC** - Mastercard Card\n* **MCE** - Mastercard Electronic Card\n* **MCF** - Mastercard Corporate Fleet Card\n* **MCG** - Gold Mastercard Card\n* **MCH** - Mastercard Premium Charge\n* **MCI** - Mastercard Select Debit\n", + "enum" : [ + "A", + "B", + "C", + "D", + "F", + "MCC", + "MCE", + "MCF", + "MCG", + "MCH", + "MCI" + ], + "type" : "string" + }, "cardSummary" : { "description" : "The last four digits of a card number.\n\n> Returned only in case of a card payment.", "type" : "string" diff --git a/json/PaymentService-v50.json b/json/PaymentService-v50.json index 2155d2a3..482b915b 100644 --- a/json/PaymentService-v50.json +++ b/json/PaymentService-v50.json @@ -4438,7 +4438,7 @@ "$ref" : "#/components/schemas/ThreeDS2RequestData" }, "threeDS2Result" : { - "description" : "Thre ThreeDS2Result that was returned in the final CRes.", + "description" : "The ThreeDS2Result that was returned in the final CRes.", "$ref" : "#/components/schemas/ThreeDS2Result" }, "threeDS2Token" : { @@ -4806,6 +4806,23 @@ "description" : "The card payment method used for the transaction.\n\nExample: amex", "type" : "string" }, + "cardProductId" : { + "description" : "The Card Product ID represents the type of card following card scheme product definitions and can be returned for Adyen Acquiring service level payments.\n\nPossible values Visa:\n* **A** - Visa Traditional\n* **B** - Visa Traditional Rewards\n* **C** - Visa Signature\n* **D** - Visa Signature Preferred\n* **F** - Visa Classic\n\nPossible values Mastercard:\n* **MCC** - Mastercard Card\n* **MCE** - Mastercard Electronic Card\n* **MCF** - Mastercard Corporate Fleet Card\n* **MCG** - Gold Mastercard Card\n* **MCH** - Mastercard Premium Charge\n* **MCI** - Mastercard Select Debit\n", + "enum" : [ + "A", + "B", + "C", + "D", + "F", + "MCC", + "MCE", + "MCF", + "MCG", + "MCH", + "MCI" + ], + "type" : "string" + }, "cardSummary" : { "description" : "The last four digits of a card number.\n\n> Returned only in case of a card payment.", "type" : "string" diff --git a/json/PaymentService-v51.json b/json/PaymentService-v51.json index e2cc7a81..1aca1aa7 100644 --- a/json/PaymentService-v51.json +++ b/json/PaymentService-v51.json @@ -4602,7 +4602,7 @@ "$ref" : "#/components/schemas/ThreeDS2RequestData" }, "threeDS2Result" : { - "description" : "Thre ThreeDS2Result that was returned in the final CRes.", + "description" : "The ThreeDS2Result that was returned in the final CRes.", "$ref" : "#/components/schemas/ThreeDS2Result" }, "threeDS2Token" : { @@ -4970,6 +4970,23 @@ "description" : "The card payment method used for the transaction.\n\nExample: amex", "type" : "string" }, + "cardProductId" : { + "description" : "The Card Product ID represents the type of card following card scheme product definitions and can be returned for Adyen Acquiring service level payments.\n\nPossible values Visa:\n* **A** - Visa Traditional\n* **B** - Visa Traditional Rewards\n* **C** - Visa Signature\n* **D** - Visa Signature Preferred\n* **F** - Visa Classic\n\nPossible values Mastercard:\n* **MCC** - Mastercard Card\n* **MCE** - Mastercard Electronic Card\n* **MCF** - Mastercard Corporate Fleet Card\n* **MCG** - Gold Mastercard Card\n* **MCH** - Mastercard Premium Charge\n* **MCI** - Mastercard Select Debit\n", + "enum" : [ + "A", + "B", + "C", + "D", + "F", + "MCC", + "MCE", + "MCF", + "MCG", + "MCH", + "MCI" + ], + "type" : "string" + }, "cardSummary" : { "description" : "The last four digits of a card number.\n\n> Returned only in case of a card payment.", "type" : "string" diff --git a/json/PaymentService-v52.json b/json/PaymentService-v52.json index b1ef673b..b0280cf1 100644 --- a/json/PaymentService-v52.json +++ b/json/PaymentService-v52.json @@ -4611,7 +4611,7 @@ "$ref" : "#/components/schemas/ThreeDS2RequestData" }, "threeDS2Result" : { - "description" : "Thre ThreeDS2Result that was returned in the final CRes.", + "description" : "The ThreeDS2Result that was returned in the final CRes.", "$ref" : "#/components/schemas/ThreeDS2Result" }, "threeDS2Token" : { @@ -4979,6 +4979,23 @@ "description" : "The card payment method used for the transaction.\n\nExample: amex", "type" : "string" }, + "cardProductId" : { + "description" : "The Card Product ID represents the type of card following card scheme product definitions and can be returned for Adyen Acquiring service level payments.\n\nPossible values Visa:\n* **A** - Visa Traditional\n* **B** - Visa Traditional Rewards\n* **C** - Visa Signature\n* **D** - Visa Signature Preferred\n* **F** - Visa Classic\n\nPossible values Mastercard:\n* **MCC** - Mastercard Card\n* **MCE** - Mastercard Electronic Card\n* **MCF** - Mastercard Corporate Fleet Card\n* **MCG** - Gold Mastercard Card\n* **MCH** - Mastercard Premium Charge\n* **MCI** - Mastercard Select Debit\n", + "enum" : [ + "A", + "B", + "C", + "D", + "F", + "MCC", + "MCE", + "MCF", + "MCG", + "MCH", + "MCI" + ], + "type" : "string" + }, "cardSummary" : { "description" : "The last four digits of a card number.\n\n> Returned only in case of a card payment.", "type" : "string" diff --git a/json/PaymentService-v64.json b/json/PaymentService-v64.json index c31be20b..ed911d22 100644 --- a/json/PaymentService-v64.json +++ b/json/PaymentService-v64.json @@ -4712,7 +4712,7 @@ "$ref" : "#/components/schemas/ThreeDS2RequestData" }, "threeDS2Result" : { - "description" : "Thre ThreeDS2Result that was returned in the final CRes.", + "description" : "The ThreeDS2Result that was returned in the final CRes.", "$ref" : "#/components/schemas/ThreeDS2Result" }, "threeDS2Token" : { @@ -5080,6 +5080,23 @@ "description" : "The card payment method used for the transaction.\n\nExample: amex", "type" : "string" }, + "cardProductId" : { + "description" : "The Card Product ID represents the type of card following card scheme product definitions and can be returned for Adyen Acquiring service level payments.\n\nPossible values Visa:\n* **A** - Visa Traditional\n* **B** - Visa Traditional Rewards\n* **C** - Visa Signature\n* **D** - Visa Signature Preferred\n* **F** - Visa Classic\n\nPossible values Mastercard:\n* **MCC** - Mastercard Card\n* **MCE** - Mastercard Electronic Card\n* **MCF** - Mastercard Corporate Fleet Card\n* **MCG** - Gold Mastercard Card\n* **MCH** - Mastercard Premium Charge\n* **MCI** - Mastercard Select Debit\n", + "enum" : [ + "A", + "B", + "C", + "D", + "F", + "MCC", + "MCE", + "MCF", + "MCG", + "MCH", + "MCI" + ], + "type" : "string" + }, "cardSummary" : { "description" : "The last four digits of a card number.\n\n> Returned only in case of a card payment.", "type" : "string" diff --git a/json/PaymentService-v67.json b/json/PaymentService-v67.json index a3a76516..df2c780d 100644 --- a/json/PaymentService-v67.json +++ b/json/PaymentService-v67.json @@ -4694,7 +4694,7 @@ "$ref" : "#/components/schemas/ThreeDS2RequestData" }, "threeDS2Result" : { - "description" : "Thre ThreeDS2Result that was returned in the final CRes.", + "description" : "The ThreeDS2Result that was returned in the final CRes.", "$ref" : "#/components/schemas/ThreeDS2Result" }, "threeDS2Token" : { @@ -5062,6 +5062,23 @@ "description" : "The card payment method used for the transaction.\n\nExample: amex", "type" : "string" }, + "cardProductId" : { + "description" : "The Card Product ID represents the type of card following card scheme product definitions and can be returned for Adyen Acquiring service level payments.\n\nPossible values Visa:\n* **A** - Visa Traditional\n* **B** - Visa Traditional Rewards\n* **C** - Visa Signature\n* **D** - Visa Signature Preferred\n* **F** - Visa Classic\n\nPossible values Mastercard:\n* **MCC** - Mastercard Card\n* **MCE** - Mastercard Electronic Card\n* **MCF** - Mastercard Corporate Fleet Card\n* **MCG** - Gold Mastercard Card\n* **MCH** - Mastercard Premium Charge\n* **MCI** - Mastercard Select Debit\n", + "enum" : [ + "A", + "B", + "C", + "D", + "F", + "MCC", + "MCE", + "MCF", + "MCG", + "MCH", + "MCI" + ], + "type" : "string" + }, "cardSummary" : { "description" : "The last four digits of a card number.\n\n> Returned only in case of a card payment.", "type" : "string" diff --git a/json/PaymentService-v68.json b/json/PaymentService-v68.json index ce8fcb51..c3624435 100644 --- a/json/PaymentService-v68.json +++ b/json/PaymentService-v68.json @@ -4936,7 +4936,7 @@ "$ref" : "#/components/schemas/ThreeDS2RequestData" }, "threeDS2Result" : { - "description" : "Thre ThreeDS2Result that was returned in the final CRes.", + "description" : "The ThreeDS2Result that was returned in the final CRes.", "$ref" : "#/components/schemas/ThreeDS2Result" }, "threeDS2Token" : { @@ -5352,6 +5352,23 @@ "description" : "The card payment method used for the transaction.\n\nExample: amex", "type" : "string" }, + "cardProductId" : { + "description" : "The Card Product ID represents the type of card following card scheme product definitions and can be returned for Adyen Acquiring service level payments.\n\nPossible values Visa:\n* **A** - Visa Traditional\n* **B** - Visa Traditional Rewards\n* **C** - Visa Signature\n* **D** - Visa Signature Preferred\n* **F** - Visa Classic\n\nPossible values Mastercard:\n* **MCC** - Mastercard Card\n* **MCE** - Mastercard Electronic Card\n* **MCF** - Mastercard Corporate Fleet Card\n* **MCG** - Gold Mastercard Card\n* **MCH** - Mastercard Premium Charge\n* **MCI** - Mastercard Select Debit\n", + "enum" : [ + "A", + "B", + "C", + "D", + "F", + "MCC", + "MCE", + "MCF", + "MCG", + "MCH", + "MCI" + ], + "type" : "string" + }, "cardSummary" : { "description" : "The last four digits of a card number.\n\n> Returned only in case of a card payment.", "type" : "string" diff --git a/yaml/PaymentService-v25.yaml b/yaml/PaymentService-v25.yaml index 7e6ee2d1..b9bac714 100644 --- a/yaml/PaymentService-v25.yaml +++ b/yaml/PaymentService-v25.yaml @@ -3738,6 +3738,53 @@ components: Example: amex' type: string + cardProductId: + description: 'The Card Product ID represents the type of card following + card scheme product definitions and can be returned for Adyen Acquiring + service level payments. + + + Possible values Visa: + + * **A** - Visa Traditional + + * **B** - Visa Traditional Rewards + + * **C** - Visa Signature + + * **D** - Visa Signature Preferred + + * **F** - Visa Classic + + + Possible values Mastercard: + + * **MCC** - Mastercard Card + + * **MCE** - Mastercard Electronic Card + + * **MCF** - Mastercard Corporate Fleet Card + + * **MCG** - Gold Mastercard Card + + * **MCH** - Mastercard Premium Charge + + * **MCI** - Mastercard Select Debit + + ' + enum: + - A + - B + - C + - D + - F + - MCC + - MCE + - MCF + - MCG + - MCH + - MCI + type: string cardSummary: description: 'The last four digits of a card number. diff --git a/yaml/PaymentService-v30.yaml b/yaml/PaymentService-v30.yaml index eb241aa4..1b596f32 100644 --- a/yaml/PaymentService-v30.yaml +++ b/yaml/PaymentService-v30.yaml @@ -4027,6 +4027,53 @@ components: Example: amex' type: string + cardProductId: + description: 'The Card Product ID represents the type of card following + card scheme product definitions and can be returned for Adyen Acquiring + service level payments. + + + Possible values Visa: + + * **A** - Visa Traditional + + * **B** - Visa Traditional Rewards + + * **C** - Visa Signature + + * **D** - Visa Signature Preferred + + * **F** - Visa Classic + + + Possible values Mastercard: + + * **MCC** - Mastercard Card + + * **MCE** - Mastercard Electronic Card + + * **MCF** - Mastercard Corporate Fleet Card + + * **MCG** - Gold Mastercard Card + + * **MCH** - Mastercard Premium Charge + + * **MCI** - Mastercard Select Debit + + ' + enum: + - A + - B + - C + - D + - F + - MCC + - MCE + - MCF + - MCG + - MCH + - MCI + type: string cardSummary: description: 'The last four digits of a card number. diff --git a/yaml/PaymentService-v40.yaml b/yaml/PaymentService-v40.yaml index 929b90d8..9e35b820 100644 --- a/yaml/PaymentService-v40.yaml +++ b/yaml/PaymentService-v40.yaml @@ -4776,7 +4776,7 @@ components: or [Classic integration](https://docs.adyen.com/classic-integration) documentation. $ref: '#/components/schemas/ThreeDS2RequestData' threeDS2Result: - description: Thre ThreeDS2Result that was returned in the final CRes. + description: The ThreeDS2Result that was returned in the final CRes. $ref: '#/components/schemas/ThreeDS2Result' threeDS2Token: description: The ThreeDS2Token that was returned in the /authorise call. @@ -5142,6 +5142,53 @@ components: Example: amex' type: string + cardProductId: + description: 'The Card Product ID represents the type of card following + card scheme product definitions and can be returned for Adyen Acquiring + service level payments. + + + Possible values Visa: + + * **A** - Visa Traditional + + * **B** - Visa Traditional Rewards + + * **C** - Visa Signature + + * **D** - Visa Signature Preferred + + * **F** - Visa Classic + + + Possible values Mastercard: + + * **MCC** - Mastercard Card + + * **MCE** - Mastercard Electronic Card + + * **MCF** - Mastercard Corporate Fleet Card + + * **MCG** - Gold Mastercard Card + + * **MCH** - Mastercard Premium Charge + + * **MCI** - Mastercard Select Debit + + ' + enum: + - A + - B + - C + - D + - F + - MCC + - MCE + - MCF + - MCG + - MCH + - MCI + type: string cardSummary: description: 'The last four digits of a card number. diff --git a/yaml/PaymentService-v46.yaml b/yaml/PaymentService-v46.yaml index 96d5ffde..f85bf522 100644 --- a/yaml/PaymentService-v46.yaml +++ b/yaml/PaymentService-v46.yaml @@ -4796,7 +4796,7 @@ components: or [Classic integration](https://docs.adyen.com/classic-integration) documentation. $ref: '#/components/schemas/ThreeDS2RequestData' threeDS2Result: - description: Thre ThreeDS2Result that was returned in the final CRes. + description: The ThreeDS2Result that was returned in the final CRes. $ref: '#/components/schemas/ThreeDS2Result' threeDS2Token: description: The ThreeDS2Token that was returned in the /authorise call. @@ -5167,6 +5167,53 @@ components: Example: amex' type: string + cardProductId: + description: 'The Card Product ID represents the type of card following + card scheme product definitions and can be returned for Adyen Acquiring + service level payments. + + + Possible values Visa: + + * **A** - Visa Traditional + + * **B** - Visa Traditional Rewards + + * **C** - Visa Signature + + * **D** - Visa Signature Preferred + + * **F** - Visa Classic + + + Possible values Mastercard: + + * **MCC** - Mastercard Card + + * **MCE** - Mastercard Electronic Card + + * **MCF** - Mastercard Corporate Fleet Card + + * **MCG** - Gold Mastercard Card + + * **MCH** - Mastercard Premium Charge + + * **MCI** - Mastercard Select Debit + + ' + enum: + - A + - B + - C + - D + - F + - MCC + - MCE + - MCF + - MCG + - MCH + - MCI + type: string cardSummary: description: 'The last four digits of a card number. diff --git a/yaml/PaymentService-v49.yaml b/yaml/PaymentService-v49.yaml index 2d74aec5..80e81595 100644 --- a/yaml/PaymentService-v49.yaml +++ b/yaml/PaymentService-v49.yaml @@ -4796,7 +4796,7 @@ components: or [Classic integration](https://docs.adyen.com/classic-integration) documentation. $ref: '#/components/schemas/ThreeDS2RequestData' threeDS2Result: - description: Thre ThreeDS2Result that was returned in the final CRes. + description: The ThreeDS2Result that was returned in the final CRes. $ref: '#/components/schemas/ThreeDS2Result' threeDS2Token: description: The ThreeDS2Token that was returned in the /authorise call. @@ -5167,6 +5167,53 @@ components: Example: amex' type: string + cardProductId: + description: 'The Card Product ID represents the type of card following + card scheme product definitions and can be returned for Adyen Acquiring + service level payments. + + + Possible values Visa: + + * **A** - Visa Traditional + + * **B** - Visa Traditional Rewards + + * **C** - Visa Signature + + * **D** - Visa Signature Preferred + + * **F** - Visa Classic + + + Possible values Mastercard: + + * **MCC** - Mastercard Card + + * **MCE** - Mastercard Electronic Card + + * **MCF** - Mastercard Corporate Fleet Card + + * **MCG** - Gold Mastercard Card + + * **MCH** - Mastercard Premium Charge + + * **MCI** - Mastercard Select Debit + + ' + enum: + - A + - B + - C + - D + - F + - MCC + - MCE + - MCF + - MCG + - MCH + - MCI + type: string cardSummary: description: 'The last four digits of a card number. diff --git a/yaml/PaymentService-v50.yaml b/yaml/PaymentService-v50.yaml index e9db0619..076fb972 100644 --- a/yaml/PaymentService-v50.yaml +++ b/yaml/PaymentService-v50.yaml @@ -4825,7 +4825,7 @@ components: or [Classic integration](https://docs.adyen.com/classic-integration) documentation. $ref: '#/components/schemas/ThreeDS2RequestData' threeDS2Result: - description: Thre ThreeDS2Result that was returned in the final CRes. + description: The ThreeDS2Result that was returned in the final CRes. $ref: '#/components/schemas/ThreeDS2Result' threeDS2Token: description: The ThreeDS2Token that was returned in the /authorise call. @@ -5202,6 +5202,53 @@ components: Example: amex' type: string + cardProductId: + description: 'The Card Product ID represents the type of card following + card scheme product definitions and can be returned for Adyen Acquiring + service level payments. + + + Possible values Visa: + + * **A** - Visa Traditional + + * **B** - Visa Traditional Rewards + + * **C** - Visa Signature + + * **D** - Visa Signature Preferred + + * **F** - Visa Classic + + + Possible values Mastercard: + + * **MCC** - Mastercard Card + + * **MCE** - Mastercard Electronic Card + + * **MCF** - Mastercard Corporate Fleet Card + + * **MCG** - Gold Mastercard Card + + * **MCH** - Mastercard Premium Charge + + * **MCI** - Mastercard Select Debit + + ' + enum: + - A + - B + - C + - D + - F + - MCC + - MCE + - MCF + - MCG + - MCH + - MCI + type: string cardSummary: description: 'The last four digits of a card number. diff --git a/yaml/PaymentService-v51.yaml b/yaml/PaymentService-v51.yaml index dca3b411..b7d0aed0 100644 --- a/yaml/PaymentService-v51.yaml +++ b/yaml/PaymentService-v51.yaml @@ -4935,7 +4935,7 @@ components: or [Classic integration](https://docs.adyen.com/classic-integration) documentation. $ref: '#/components/schemas/ThreeDS2RequestData' threeDS2Result: - description: Thre ThreeDS2Result that was returned in the final CRes. + description: The ThreeDS2Result that was returned in the final CRes. $ref: '#/components/schemas/ThreeDS2Result' threeDS2Token: description: The ThreeDS2Token that was returned in the /authorise call. @@ -5312,6 +5312,53 @@ components: Example: amex' type: string + cardProductId: + description: 'The Card Product ID represents the type of card following + card scheme product definitions and can be returned for Adyen Acquiring + service level payments. + + + Possible values Visa: + + * **A** - Visa Traditional + + * **B** - Visa Traditional Rewards + + * **C** - Visa Signature + + * **D** - Visa Signature Preferred + + * **F** - Visa Classic + + + Possible values Mastercard: + + * **MCC** - Mastercard Card + + * **MCE** - Mastercard Electronic Card + + * **MCF** - Mastercard Corporate Fleet Card + + * **MCG** - Gold Mastercard Card + + * **MCH** - Mastercard Premium Charge + + * **MCI** - Mastercard Select Debit + + ' + enum: + - A + - B + - C + - D + - F + - MCC + - MCE + - MCF + - MCG + - MCH + - MCI + type: string cardSummary: description: 'The last four digits of a card number. diff --git a/yaml/PaymentService-v52.yaml b/yaml/PaymentService-v52.yaml index 71b7f9c5..0faa7bdb 100644 --- a/yaml/PaymentService-v52.yaml +++ b/yaml/PaymentService-v52.yaml @@ -4944,7 +4944,7 @@ components: or [Classic integration](https://docs.adyen.com/classic-integration) documentation. $ref: '#/components/schemas/ThreeDS2RequestData' threeDS2Result: - description: Thre ThreeDS2Result that was returned in the final CRes. + description: The ThreeDS2Result that was returned in the final CRes. $ref: '#/components/schemas/ThreeDS2Result' threeDS2Token: description: The ThreeDS2Token that was returned in the /authorise call. @@ -5321,6 +5321,53 @@ components: Example: amex' type: string + cardProductId: + description: 'The Card Product ID represents the type of card following + card scheme product definitions and can be returned for Adyen Acquiring + service level payments. + + + Possible values Visa: + + * **A** - Visa Traditional + + * **B** - Visa Traditional Rewards + + * **C** - Visa Signature + + * **D** - Visa Signature Preferred + + * **F** - Visa Classic + + + Possible values Mastercard: + + * **MCC** - Mastercard Card + + * **MCE** - Mastercard Electronic Card + + * **MCF** - Mastercard Corporate Fleet Card + + * **MCG** - Gold Mastercard Card + + * **MCH** - Mastercard Premium Charge + + * **MCI** - Mastercard Select Debit + + ' + enum: + - A + - B + - C + - D + - F + - MCC + - MCE + - MCF + - MCG + - MCH + - MCI + type: string cardSummary: description: 'The last four digits of a card number. diff --git a/yaml/PaymentService-v64.yaml b/yaml/PaymentService-v64.yaml index 3483402a..0b97fc13 100644 --- a/yaml/PaymentService-v64.yaml +++ b/yaml/PaymentService-v64.yaml @@ -5044,7 +5044,7 @@ components: or [Classic integration](https://docs.adyen.com/classic-integration) documentation. $ref: '#/components/schemas/ThreeDS2RequestData' threeDS2Result: - description: Thre ThreeDS2Result that was returned in the final CRes. + description: The ThreeDS2Result that was returned in the final CRes. $ref: '#/components/schemas/ThreeDS2Result' threeDS2Token: description: The ThreeDS2Token that was returned in the /authorise call. @@ -5421,6 +5421,53 @@ components: Example: amex' type: string + cardProductId: + description: 'The Card Product ID represents the type of card following + card scheme product definitions and can be returned for Adyen Acquiring + service level payments. + + + Possible values Visa: + + * **A** - Visa Traditional + + * **B** - Visa Traditional Rewards + + * **C** - Visa Signature + + * **D** - Visa Signature Preferred + + * **F** - Visa Classic + + + Possible values Mastercard: + + * **MCC** - Mastercard Card + + * **MCE** - Mastercard Electronic Card + + * **MCF** - Mastercard Corporate Fleet Card + + * **MCG** - Gold Mastercard Card + + * **MCH** - Mastercard Premium Charge + + * **MCI** - Mastercard Select Debit + + ' + enum: + - A + - B + - C + - D + - F + - MCC + - MCE + - MCF + - MCG + - MCH + - MCI + type: string cardSummary: description: 'The last four digits of a card number. diff --git a/yaml/PaymentService-v67.yaml b/yaml/PaymentService-v67.yaml index 38d047f8..870deb39 100644 --- a/yaml/PaymentService-v67.yaml +++ b/yaml/PaymentService-v67.yaml @@ -5026,7 +5026,7 @@ components: or [Classic integration](https://docs.adyen.com/classic-integration) documentation. $ref: '#/components/schemas/ThreeDS2RequestData' threeDS2Result: - description: Thre ThreeDS2Result that was returned in the final CRes. + description: The ThreeDS2Result that was returned in the final CRes. $ref: '#/components/schemas/ThreeDS2Result' threeDS2Token: description: The ThreeDS2Token that was returned in the /authorise call. @@ -5403,6 +5403,53 @@ components: Example: amex' type: string + cardProductId: + description: 'The Card Product ID represents the type of card following + card scheme product definitions and can be returned for Adyen Acquiring + service level payments. + + + Possible values Visa: + + * **A** - Visa Traditional + + * **B** - Visa Traditional Rewards + + * **C** - Visa Signature + + * **D** - Visa Signature Preferred + + * **F** - Visa Classic + + + Possible values Mastercard: + + * **MCC** - Mastercard Card + + * **MCE** - Mastercard Electronic Card + + * **MCF** - Mastercard Corporate Fleet Card + + * **MCG** - Gold Mastercard Card + + * **MCH** - Mastercard Premium Charge + + * **MCI** - Mastercard Select Debit + + ' + enum: + - A + - B + - C + - D + - F + - MCC + - MCE + - MCF + - MCG + - MCH + - MCI + type: string cardSummary: description: 'The last four digits of a card number. diff --git a/yaml/PaymentService-v68.yaml b/yaml/PaymentService-v68.yaml index 6031e32a..b35c04db 100644 --- a/yaml/PaymentService-v68.yaml +++ b/yaml/PaymentService-v68.yaml @@ -5289,7 +5289,7 @@ components: or [Classic integration](https://docs.adyen.com/classic-integration) documentation. $ref: '#/components/schemas/ThreeDS2RequestData' threeDS2Result: - description: Thre ThreeDS2Result that was returned in the final CRes. + description: The ThreeDS2Result that was returned in the final CRes. $ref: '#/components/schemas/ThreeDS2Result' threeDS2Token: description: The ThreeDS2Token that was returned in the /authorise call. @@ -5713,6 +5713,53 @@ components: Example: amex' type: string + cardProductId: + description: 'The Card Product ID represents the type of card following + card scheme product definitions and can be returned for Adyen Acquiring + service level payments. + + + Possible values Visa: + + * **A** - Visa Traditional + + * **B** - Visa Traditional Rewards + + * **C** - Visa Signature + + * **D** - Visa Signature Preferred + + * **F** - Visa Classic + + + Possible values Mastercard: + + * **MCC** - Mastercard Card + + * **MCE** - Mastercard Electronic Card + + * **MCF** - Mastercard Corporate Fleet Card + + * **MCG** - Gold Mastercard Card + + * **MCH** - Mastercard Premium Charge + + * **MCI** - Mastercard Select Debit + + ' + enum: + - A + - B + - C + - D + - F + - MCC + - MCE + - MCF + - MCG + - MCH + - MCI + type: string cardSummary: description: 'The last four digits of a card number.