Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Dec 9, 2024
1 parent c1f2cec commit 3c5a9d3
Show file tree
Hide file tree
Showing 26 changed files with 564 additions and 52 deletions.
4 changes: 2 additions & 2 deletions json/BinLookupService-v40.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,13 +267,13 @@
"additionalProperties" : false,
"properties" : {
"currency" : {
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).",
"maxLength" : 3,
"minLength" : 3,
"type" : "string"
},
"value" : {
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).",
"format" : "int64",
"type" : "integer"
}
Expand Down
4 changes: 2 additions & 2 deletions json/BinLookupService-v50.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,13 +267,13 @@
"additionalProperties" : false,
"properties" : {
"currency" : {
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).",
"maxLength" : 3,
"minLength" : 3,
"type" : "string"
},
"value" : {
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).",
"format" : "int64",
"type" : "integer"
}
Expand Down
4 changes: 2 additions & 2 deletions json/BinLookupService-v52.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,13 +267,13 @@
"additionalProperties" : false,
"properties" : {
"currency" : {
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).",
"maxLength" : 3,
"minLength" : 3,
"type" : "string"
},
"value" : {
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).",
"format" : "int64",
"type" : "integer"
}
Expand Down
4 changes: 2 additions & 2 deletions json/BinLookupService-v53.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,13 +267,13 @@
"additionalProperties" : false,
"properties" : {
"currency" : {
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).",
"maxLength" : 3,
"minLength" : 3,
"type" : "string"
},
"value" : {
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).",
"format" : "int64",
"type" : "integer"
}
Expand Down
4 changes: 2 additions & 2 deletions json/BinLookupService-v54.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,13 +267,13 @@
"additionalProperties" : false,
"properties" : {
"currency" : {
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).",
"maxLength" : 3,
"minLength" : 3,
"type" : "string"
},
"value" : {
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).",
"format" : "int64",
"type" : "integer"
}
Expand Down
21 changes: 19 additions & 2 deletions json/PayoutService-v30.json
Original file line number Diff line number Diff line change
Expand Up @@ -728,13 +728,13 @@
"additionalProperties" : false,
"properties" : {
"currency" : {
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).",
"maxLength" : 3,
"minLength" : 3,
"type" : "string"
},
"value" : {
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).",
"format" : "int64",
"type" : "integer"
}
Expand Down Expand Up @@ -1289,6 +1289,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
21 changes: 19 additions & 2 deletions json/PayoutService-v40.json
Original file line number Diff line number Diff line change
Expand Up @@ -728,13 +728,13 @@
"additionalProperties" : false,
"properties" : {
"currency" : {
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).",
"maxLength" : 3,
"minLength" : 3,
"type" : "string"
},
"value" : {
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).",
"format" : "int64",
"type" : "integer"
}
Expand Down Expand Up @@ -1300,6 +1300,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
21 changes: 19 additions & 2 deletions json/PayoutService-v50.json
Original file line number Diff line number Diff line change
Expand Up @@ -728,13 +728,13 @@
"additionalProperties" : false,
"properties" : {
"currency" : {
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).",
"maxLength" : 3,
"minLength" : 3,
"type" : "string"
},
"value" : {
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).",
"format" : "int64",
"type" : "integer"
}
Expand Down Expand Up @@ -1300,6 +1300,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
21 changes: 19 additions & 2 deletions json/PayoutService-v51.json
Original file line number Diff line number Diff line change
Expand Up @@ -728,13 +728,13 @@
"additionalProperties" : false,
"properties" : {
"currency" : {
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).",
"maxLength" : 3,
"minLength" : 3,
"type" : "string"
},
"value" : {
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).",
"format" : "int64",
"type" : "integer"
}
Expand Down Expand Up @@ -1300,6 +1300,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
21 changes: 19 additions & 2 deletions json/PayoutService-v52.json
Original file line number Diff line number Diff line change
Expand Up @@ -728,13 +728,13 @@
"additionalProperties" : false,
"properties" : {
"currency" : {
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).",
"maxLength" : 3,
"minLength" : 3,
"type" : "string"
},
"value" : {
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).",
"format" : "int64",
"type" : "integer"
}
Expand Down Expand Up @@ -1300,6 +1300,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
21 changes: 19 additions & 2 deletions json/PayoutService-v64.json
Original file line number Diff line number Diff line change
Expand Up @@ -728,13 +728,13 @@
"additionalProperties" : false,
"properties" : {
"currency" : {
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).",
"maxLength" : 3,
"minLength" : 3,
"type" : "string"
},
"value" : {
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).",
"format" : "int64",
"type" : "integer"
}
Expand Down Expand Up @@ -1300,6 +1300,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 3c5a9d3

Please sign in to comment.