Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Nov 4, 2024
1 parent 0d81b2a commit f1080f1
Show file tree
Hide file tree
Showing 22 changed files with 722 additions and 18 deletions.
17 changes: 17 additions & 0 deletions json/PaymentService-v25.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
17 changes: 17 additions & 0 deletions json/PaymentService-v30.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
19 changes: 18 additions & 1 deletion json/PaymentService-v40.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : {
Expand Down Expand Up @@ -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"
Expand Down
19 changes: 18 additions & 1 deletion json/PaymentService-v46.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : {
Expand Down Expand Up @@ -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"
Expand Down
19 changes: 18 additions & 1 deletion json/PaymentService-v49.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : {
Expand Down Expand Up @@ -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"
Expand Down
19 changes: 18 additions & 1 deletion json/PaymentService-v50.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : {
Expand Down Expand Up @@ -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"
Expand Down
19 changes: 18 additions & 1 deletion json/PaymentService-v51.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : {
Expand Down Expand Up @@ -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"
Expand Down
19 changes: 18 additions & 1 deletion json/PaymentService-v52.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : {
Expand Down Expand Up @@ -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"
Expand Down
19 changes: 18 additions & 1 deletion json/PaymentService-v64.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : {
Expand Down Expand Up @@ -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"
Expand Down
19 changes: 18 additions & 1 deletion json/PaymentService-v67.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : {
Expand Down Expand Up @@ -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"
Expand Down
19 changes: 18 additions & 1 deletion json/PaymentService-v68.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : {
Expand Down Expand Up @@ -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"
Expand Down
Loading

0 comments on commit f1080f1

Please sign in to comment.