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 27, 2024
1 parent 6e2bf61 commit 8367acf
Show file tree
Hide file tree
Showing 34 changed files with 1,243 additions and 68 deletions.
43 changes: 41 additions & 2 deletions json/CheckoutService-v37.json
Original file line number Diff line number Diff line change
Expand Up @@ -3977,13 +3977,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 @@ -8840,6 +8840,9 @@
{
"$ref" : "#/components/schemas/PaymentDetails"
},
{
"$ref" : "#/components/schemas/PseDetails"
},
{
"$ref" : "#/components/schemas/RatepayDetails"
},
Expand Down Expand Up @@ -9268,6 +9271,42 @@
},
"type" : "object"
},
"PseDetails" : {
"additionalProperties" : false,
"properties" : {
"bank" : {
"description" : "The shopper's bank.",
"type" : "string"
},
"clientType" : {
"description" : "The client type.",
"type" : "string"
},
"identification" : {
"description" : "The identification code.",
"type" : "string"
},
"identificationType" : {
"description" : "The identification type.",
"type" : "string"
},
"type" : {
"description" : "The payment method type.",
"enum" : [
"pse_payulatam"
],
"type" : "string"
}
},
"required" : [
"bank",
"clientType",
"identificationType",
"identification"
],
"title" : "PSE Latam",
"type" : "object"
},
"RatepayDetails" : {
"additionalProperties" : false,
"properties" : {
Expand Down
43 changes: 41 additions & 2 deletions json/CheckoutService-v40.json
Original file line number Diff line number Diff line change
Expand Up @@ -4118,13 +4118,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 @@ -9192,6 +9192,9 @@
{
"$ref" : "#/components/schemas/PaymentDetails"
},
{
"$ref" : "#/components/schemas/PseDetails"
},
{
"$ref" : "#/components/schemas/RatepayDetails"
},
Expand Down Expand Up @@ -9633,6 +9636,42 @@
},
"type" : "object"
},
"PseDetails" : {
"additionalProperties" : false,
"properties" : {
"bank" : {
"description" : "The shopper's bank.",
"type" : "string"
},
"clientType" : {
"description" : "The client type.",
"type" : "string"
},
"identification" : {
"description" : "The identification code.",
"type" : "string"
},
"identificationType" : {
"description" : "The identification type.",
"type" : "string"
},
"type" : {
"description" : "The payment method type.",
"enum" : [
"pse_payulatam"
],
"type" : "string"
}
},
"required" : [
"bank",
"clientType",
"identificationType",
"identification"
],
"title" : "PSE Latam",
"type" : "object"
},
"RatepayDetails" : {
"additionalProperties" : false,
"properties" : {
Expand Down
43 changes: 41 additions & 2 deletions json/CheckoutService-v41.json
Original file line number Diff line number Diff line change
Expand Up @@ -4131,13 +4131,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 @@ -9210,6 +9210,9 @@
{
"$ref" : "#/components/schemas/PaymentDetails"
},
{
"$ref" : "#/components/schemas/PseDetails"
},
{
"$ref" : "#/components/schemas/RatepayDetails"
},
Expand Down Expand Up @@ -9656,6 +9659,42 @@
},
"type" : "object"
},
"PseDetails" : {
"additionalProperties" : false,
"properties" : {
"bank" : {
"description" : "The shopper's bank.",
"type" : "string"
},
"clientType" : {
"description" : "The client type.",
"type" : "string"
},
"identification" : {
"description" : "The identification code.",
"type" : "string"
},
"identificationType" : {
"description" : "The identification type.",
"type" : "string"
},
"type" : {
"description" : "The payment method type.",
"enum" : [
"pse_payulatam"
],
"type" : "string"
}
},
"required" : [
"bank",
"clientType",
"identificationType",
"identification"
],
"title" : "PSE Latam",
"type" : "object"
},
"RatepayDetails" : {
"additionalProperties" : false,
"properties" : {
Expand Down
43 changes: 41 additions & 2 deletions json/CheckoutService-v46.json
Original file line number Diff line number Diff line change
Expand Up @@ -4131,13 +4131,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 @@ -9210,6 +9210,9 @@
{
"$ref" : "#/components/schemas/PaymentDetails"
},
{
"$ref" : "#/components/schemas/PseDetails"
},
{
"$ref" : "#/components/schemas/RatepayDetails"
},
Expand Down Expand Up @@ -9656,6 +9659,42 @@
},
"type" : "object"
},
"PseDetails" : {
"additionalProperties" : false,
"properties" : {
"bank" : {
"description" : "The shopper's bank.",
"type" : "string"
},
"clientType" : {
"description" : "The client type.",
"type" : "string"
},
"identification" : {
"description" : "The identification code.",
"type" : "string"
},
"identificationType" : {
"description" : "The identification type.",
"type" : "string"
},
"type" : {
"description" : "The payment method type.",
"enum" : [
"pse_payulatam"
],
"type" : "string"
}
},
"required" : [
"bank",
"clientType",
"identificationType",
"identification"
],
"title" : "PSE Latam",
"type" : "object"
},
"RatepayDetails" : {
"additionalProperties" : false,
"properties" : {
Expand Down
43 changes: 41 additions & 2 deletions json/CheckoutService-v49.json
Original file line number Diff line number Diff line change
Expand Up @@ -4149,13 +4149,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 @@ -9877,6 +9877,9 @@
{
"$ref" : "#/components/schemas/PaymentDetails"
},
{
"$ref" : "#/components/schemas/PseDetails"
},
{
"$ref" : "#/components/schemas/RatepayDetails"
},
Expand Down Expand Up @@ -10366,6 +10369,42 @@
},
"type" : "object"
},
"PseDetails" : {
"additionalProperties" : false,
"properties" : {
"bank" : {
"description" : "The shopper's bank.",
"type" : "string"
},
"clientType" : {
"description" : "The client type.",
"type" : "string"
},
"identification" : {
"description" : "The identification code.",
"type" : "string"
},
"identificationType" : {
"description" : "The identification type.",
"type" : "string"
},
"type" : {
"description" : "The payment method type.",
"enum" : [
"pse_payulatam"
],
"type" : "string"
}
},
"required" : [
"bank",
"clientType",
"identificationType",
"identification"
],
"title" : "PSE Latam",
"type" : "object"
},
"RatepayDetails" : {
"additionalProperties" : false,
"properties" : {
Expand Down
Loading

0 comments on commit 8367acf

Please sign in to comment.