Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Jan 21, 2025
1 parent 303319c commit fb4e163
Show file tree
Hide file tree
Showing 34 changed files with 1,547 additions and 119 deletions.
45 changes: 42 additions & 3 deletions json/CheckoutService-v37.json
Original file line number Diff line number Diff line change
Expand Up @@ -3101,8 +3101,8 @@
"description" : "The passenger's last name.\n> This field is required if the airline data includes passenger details or leg details.\n* Encoding: ASCII",
"type" : "string"
},
"airline.passenger.telephone_number" : {
"description" : "The passenger's telephone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters",
"airline.passenger.phone_number" : {
"description" : "The passenger's phone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters",
"type" : "string"
},
"airline.passenger.traveller_type" : {
Expand Down Expand Up @@ -3921,6 +3921,21 @@
],
"type" : "object"
},
"AffirmDetails" : {
"additionalProperties" : false,
"properties" : {
"type" : {
"default" : "affirm",
"description" : "**affirm**",
"enum" : [
"affirm"
],
"type" : "string"
}
},
"title" : "Affirm",
"type" : "object"
},
"AfterpayDetails" : {
"additionalProperties" : false,
"properties" : {
Expand Down Expand Up @@ -7025,6 +7040,25 @@
"title" : "PayPal",
"type" : "object"
},
"PayPayDetails" : {
"additionalProperties" : false,
"properties" : {
"recurringDetailReference" : {
"description" : "This is the `recurringDetailReference` returned in the response when you created the token.",
"type" : "string"
},
"type" : {
"default" : "paypay",
"description" : "**paypay**",
"enum" : [
"paypay"
],
"type" : "string"
}
},
"title" : "PayPay",
"type" : "object"
},
"PayToDetails" : {
"additionalProperties" : false,
"properties" : {
Expand Down Expand Up @@ -7510,7 +7544,6 @@
"bankTransfer_IBAN",
"paybright",
"paynow",
"affirm",
"affirm_pos",
"trustly",
"trustlyvector",
Expand Down Expand Up @@ -8758,6 +8791,9 @@
{
"$ref" : "#/components/schemas/AchDetails"
},
{
"$ref" : "#/components/schemas/AffirmDetails"
},
{
"$ref" : "#/components/schemas/AfterpayDetails"
},
Expand Down Expand Up @@ -8848,6 +8884,9 @@
{
"$ref" : "#/components/schemas/PayPalDetails"
},
{
"$ref" : "#/components/schemas/PayPayDetails"
},
{
"$ref" : "#/components/schemas/PayToDetails"
},
Expand Down
45 changes: 42 additions & 3 deletions json/CheckoutService-v40.json
Original file line number Diff line number Diff line change
Expand Up @@ -3242,8 +3242,8 @@
"description" : "The passenger's last name.\n> This field is required if the airline data includes passenger details or leg details.\n* Encoding: ASCII",
"type" : "string"
},
"airline.passenger.telephone_number" : {
"description" : "The passenger's telephone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters",
"airline.passenger.phone_number" : {
"description" : "The passenger's phone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters",
"type" : "string"
},
"airline.passenger.traveller_type" : {
Expand Down Expand Up @@ -4062,6 +4062,21 @@
],
"type" : "object"
},
"AffirmDetails" : {
"additionalProperties" : false,
"properties" : {
"type" : {
"default" : "affirm",
"description" : "**affirm**",
"enum" : [
"affirm"
],
"type" : "string"
}
},
"title" : "Affirm",
"type" : "object"
},
"AfterpayDetails" : {
"additionalProperties" : false,
"properties" : {
Expand Down Expand Up @@ -7347,6 +7362,25 @@
"title" : "PayPal",
"type" : "object"
},
"PayPayDetails" : {
"additionalProperties" : false,
"properties" : {
"recurringDetailReference" : {
"description" : "This is the `recurringDetailReference` returned in the response when you created the token.",
"type" : "string"
},
"type" : {
"default" : "paypay",
"description" : "**paypay**",
"enum" : [
"paypay"
],
"type" : "string"
}
},
"title" : "PayPay",
"type" : "object"
},
"PayToDetails" : {
"additionalProperties" : false,
"properties" : {
Expand Down Expand Up @@ -7832,7 +7866,6 @@
"bankTransfer_IBAN",
"paybright",
"paynow",
"affirm",
"affirm_pos",
"trustly",
"trustlyvector",
Expand Down Expand Up @@ -9110,6 +9143,9 @@
{
"$ref" : "#/components/schemas/AchDetails"
},
{
"$ref" : "#/components/schemas/AffirmDetails"
},
{
"$ref" : "#/components/schemas/AfterpayDetails"
},
Expand Down Expand Up @@ -9200,6 +9236,9 @@
{
"$ref" : "#/components/schemas/PayPalDetails"
},
{
"$ref" : "#/components/schemas/PayPayDetails"
},
{
"$ref" : "#/components/schemas/PayToDetails"
},
Expand Down
45 changes: 42 additions & 3 deletions json/CheckoutService-v41.json
Original file line number Diff line number Diff line change
Expand Up @@ -3255,8 +3255,8 @@
"description" : "The passenger's last name.\n> This field is required if the airline data includes passenger details or leg details.\n* Encoding: ASCII",
"type" : "string"
},
"airline.passenger.telephone_number" : {
"description" : "The passenger's telephone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters",
"airline.passenger.phone_number" : {
"description" : "The passenger's phone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters",
"type" : "string"
},
"airline.passenger.traveller_type" : {
Expand Down Expand Up @@ -4075,6 +4075,21 @@
],
"type" : "object"
},
"AffirmDetails" : {
"additionalProperties" : false,
"properties" : {
"type" : {
"default" : "affirm",
"description" : "**affirm**",
"enum" : [
"affirm"
],
"type" : "string"
}
},
"title" : "Affirm",
"type" : "object"
},
"AfterpayDetails" : {
"additionalProperties" : false,
"properties" : {
Expand Down Expand Up @@ -7360,6 +7375,25 @@
"title" : "PayPal",
"type" : "object"
},
"PayPayDetails" : {
"additionalProperties" : false,
"properties" : {
"recurringDetailReference" : {
"description" : "This is the `recurringDetailReference` returned in the response when you created the token.",
"type" : "string"
},
"type" : {
"default" : "paypay",
"description" : "**paypay**",
"enum" : [
"paypay"
],
"type" : "string"
}
},
"title" : "PayPay",
"type" : "object"
},
"PayToDetails" : {
"additionalProperties" : false,
"properties" : {
Expand Down Expand Up @@ -7845,7 +7879,6 @@
"bankTransfer_IBAN",
"paybright",
"paynow",
"affirm",
"affirm_pos",
"trustly",
"trustlyvector",
Expand Down Expand Up @@ -9128,6 +9161,9 @@
{
"$ref" : "#/components/schemas/AchDetails"
},
{
"$ref" : "#/components/schemas/AffirmDetails"
},
{
"$ref" : "#/components/schemas/AfterpayDetails"
},
Expand Down Expand Up @@ -9218,6 +9254,9 @@
{
"$ref" : "#/components/schemas/PayPalDetails"
},
{
"$ref" : "#/components/schemas/PayPayDetails"
},
{
"$ref" : "#/components/schemas/PayToDetails"
},
Expand Down
45 changes: 42 additions & 3 deletions json/CheckoutService-v46.json
Original file line number Diff line number Diff line change
Expand Up @@ -3255,8 +3255,8 @@
"description" : "The passenger's last name.\n> This field is required if the airline data includes passenger details or leg details.\n* Encoding: ASCII",
"type" : "string"
},
"airline.passenger.telephone_number" : {
"description" : "The passenger's telephone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters",
"airline.passenger.phone_number" : {
"description" : "The passenger's phone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs.\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 30 characters",
"type" : "string"
},
"airline.passenger.traveller_type" : {
Expand Down Expand Up @@ -4075,6 +4075,21 @@
],
"type" : "object"
},
"AffirmDetails" : {
"additionalProperties" : false,
"properties" : {
"type" : {
"default" : "affirm",
"description" : "**affirm**",
"enum" : [
"affirm"
],
"type" : "string"
}
},
"title" : "Affirm",
"type" : "object"
},
"AfterpayDetails" : {
"additionalProperties" : false,
"properties" : {
Expand Down Expand Up @@ -7360,6 +7375,25 @@
"title" : "PayPal",
"type" : "object"
},
"PayPayDetails" : {
"additionalProperties" : false,
"properties" : {
"recurringDetailReference" : {
"description" : "This is the `recurringDetailReference` returned in the response when you created the token.",
"type" : "string"
},
"type" : {
"default" : "paypay",
"description" : "**paypay**",
"enum" : [
"paypay"
],
"type" : "string"
}
},
"title" : "PayPay",
"type" : "object"
},
"PayToDetails" : {
"additionalProperties" : false,
"properties" : {
Expand Down Expand Up @@ -7845,7 +7879,6 @@
"bankTransfer_IBAN",
"paybright",
"paynow",
"affirm",
"affirm_pos",
"trustly",
"trustlyvector",
Expand Down Expand Up @@ -9128,6 +9161,9 @@
{
"$ref" : "#/components/schemas/AchDetails"
},
{
"$ref" : "#/components/schemas/AffirmDetails"
},
{
"$ref" : "#/components/schemas/AfterpayDetails"
},
Expand Down Expand Up @@ -9218,6 +9254,9 @@
{
"$ref" : "#/components/schemas/PayPalDetails"
},
{
"$ref" : "#/components/schemas/PayPayDetails"
},
{
"$ref" : "#/components/schemas/PayToDetails"
},
Expand Down
Loading

0 comments on commit fb4e163

Please sign in to comment.