Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Feb 7, 2024
1 parent d192c9c commit 5e794ff
Show file tree
Hide file tree
Showing 34 changed files with 1,023 additions and 14,840 deletions.
34 changes: 2 additions & 32 deletions json/CheckoutService-v37.json
Original file line number Diff line number Diff line change
Expand Up @@ -1961,9 +1961,6 @@
"examples" : {
"3d-secure" : {
"$ref" : "#/components/examples/post-payments-details-3d-secure"
},
"app-switch" : {
"$ref" : "#/components/examples/post-payments-details-app-switch"
}
},
"schema" : {
Expand Down Expand Up @@ -10410,8 +10407,7 @@
"shopperLocale" : "hu-HU",
"shopperReference" : "shopper-reference-LZfdWZ",
"status" : "active",
"url" : "https://test.adyen.link/PL61C53A8B97E6915A",
"id" : "PL61C53A8B97E6915A"
"url" : "https://test.adyen.link/PL61C53A8B97E6915A"
}
},
"patch-paymentLinks-linkId-basic" : {
Expand Down Expand Up @@ -10559,10 +10555,6 @@
"payment" : {
"pspReference" : "8535762347980628",
"resultCode" : "Authorised",
"amount" : {
"currency" : "EUR",
"value" : 1000
},
"merchantReference" : "YOUR_DONATION_REFERENCE"
}
}
Expand Down Expand Up @@ -10711,7 +10703,6 @@
"shopperEmail" : "[email protected]",
"shopperLocale" : "pt-BR",
"shopperReference" : "YOUR_SHOPPER_REFERENCE",
"id" : "PLE83C39B0A0DE0C1E",
"status" : "active",
"url" : "https://test.adyen.link/PLE83C39B0A0DE0C1E"
}
Expand Down Expand Up @@ -12524,16 +12515,6 @@
"name" : "GiftFor2",
"type" : "giftfor2card"
},
{
"details" : [
{
"key" : "bic",
"type" : "text"
}
],
"name" : "GiroPay",
"type" : "giropay"
},
{
"name" : "Givex",
"type" : "givex"
Expand Down Expand Up @@ -15164,15 +15145,6 @@
"pspReference" : "V4HZ4RBFJGXXGN82"
}
},
"post-payments-details-app-switch" : {
"summary" : "Submit details for the payment with involved app switch",
"value" : {
"paymentData" : "Hee57361f99....",
"details" : {
"returnUrlQueryString" : "ref=eNrNV0mTo7gS&id=An78i..."
}
}
},
"post-payments-oneclick-direct" : {
"summary" : "Make a one-off payment with a token and CVV",
"value" : {
Expand Down Expand Up @@ -15218,7 +15190,6 @@
"currency" : "EUR",
"value" : 2500
},
"reason" : "delayedCharge",
"reference" : "YOUR_UNIQUE_REFERENCE"
}
},
Expand All @@ -15234,8 +15205,7 @@
"amount" : {
"currency" : "EUR",
"value" : 2500
},
"reason" : "delayedCharge"
}
}
},
"post-payments-paymentPspReference-cancels-cancel-with-psp-reference" : {
Expand Down
54 changes: 20 additions & 34 deletions json/CheckoutService-v40.json
Original file line number Diff line number Diff line change
Expand Up @@ -1988,9 +1988,6 @@
"examples" : {
"3d-secure" : {
"$ref" : "#/components/examples/post-payments-details-3d-secure"
},
"app-switch" : {
"$ref" : "#/components/examples/post-payments-details-app-switch"
}
},
"schema" : {
Expand Down Expand Up @@ -10503,6 +10500,15 @@
"description" : "URL to where the issuer should send the `CRes`. Required if you are not using components for `channel` **Web** or if you are using classic integration `deviceChannel` **browser**.",
"type" : "string"
},
"platform" : {
"description" : "The platform of the shopper.\nAllowed values:\n* `iOS`\n* `android`\n* `browser`",
"enum" : [
"iOS",
"android",
"browser"
],
"type" : "string"
},
"sdkAppID" : {
"description" : "The `sdkAppID` value as received from the 3D Secure 2 SDK.\nRequired for `deviceChannel` set to **app**.",
"type" : "string"
Expand Down Expand Up @@ -10585,6 +10591,15 @@
"description" : "URL to where the issuer should send the `CRes`. Required if you are not using components for `channel` **Web** or if you are using classic integration `deviceChannel` **browser**.",
"type" : "string"
},
"platform" : {
"description" : "The platform of the shopper.\nAllowed values:\n* `iOS`\n* `android`\n* `browser`",
"enum" : [
"iOS",
"android",
"browser"
],
"type" : "string"
},
"sdkAppID" : {
"description" : "The `sdkAppID` value as received from the 3D Secure 2 SDK.",
"type" : "string"
Expand Down Expand Up @@ -10996,8 +11011,7 @@
"shopperLocale" : "hu-HU",
"shopperReference" : "shopper-reference-LZfdWZ",
"status" : "active",
"url" : "https://test.adyen.link/PL61C53A8B97E6915A",
"id" : "PL61C53A8B97E6915A"
"url" : "https://test.adyen.link/PL61C53A8B97E6915A"
}
},
"patch-paymentLinks-linkId-basic" : {
Expand Down Expand Up @@ -11145,10 +11159,6 @@
"payment" : {
"pspReference" : "8535762347980628",
"resultCode" : "Authorised",
"amount" : {
"currency" : "EUR",
"value" : 1000
},
"merchantReference" : "YOUR_DONATION_REFERENCE"
}
}
Expand Down Expand Up @@ -11297,7 +11307,6 @@
"shopperEmail" : "[email protected]",
"shopperLocale" : "pt-BR",
"shopperReference" : "YOUR_SHOPPER_REFERENCE",
"id" : "PLE83C39B0A0DE0C1E",
"status" : "active",
"url" : "https://test.adyen.link/PLE83C39B0A0DE0C1E"
}
Expand Down Expand Up @@ -13110,16 +13119,6 @@
"name" : "GiftFor2",
"type" : "giftfor2card"
},
{
"details" : [
{
"key" : "bic",
"type" : "text"
}
],
"name" : "GiroPay",
"type" : "giropay"
},
{
"name" : "Givex",
"type" : "givex"
Expand Down Expand Up @@ -15783,15 +15782,6 @@
"pspReference" : "V4HZ4RBFJGXXGN82"
}
},
"post-payments-details-app-switch" : {
"summary" : "Submit details for the payment with involved app switch",
"value" : {
"paymentData" : "Hee57361f99....",
"details" : {
"returnUrlQueryString" : "ref=eNrNV0mTo7gS&id=An78i..."
}
}
},
"post-payments-enableOneClick-SF" : {
"summary" : "Tokenize card details for one-off payments, using encrypted card details",
"value" : {
Expand Down Expand Up @@ -15904,7 +15894,6 @@
"shopperEmail" : "[email protected]",
"shopperName" : {
"firstName" : "Testperson-se",
"gender" : "UNKNOWN",
"lastName" : "Approved"
},
"shopperReference" : "YOUR_UNIQUE_SHOPPER_ID",
Expand Down Expand Up @@ -15994,7 +15983,6 @@
"currency" : "EUR",
"value" : 2500
},
"reason" : "delayedCharge",
"reference" : "YOUR_UNIQUE_REFERENCE"
}
},
Expand All @@ -16010,8 +15998,7 @@
"amount" : {
"currency" : "EUR",
"value" : 2500
},
"reason" : "delayedCharge"
}
}
},
"post-payments-paymentPspReference-cancels-cancel-with-psp-reference" : {
Expand Down Expand Up @@ -16133,7 +16120,6 @@
"post-payments-result-basic-200" : {
"summary" : "Payment authorised",
"value" : {
"authResponse" : "Authorised",
"pspReference" : "V4HZ4RBFJGXXGN82",
"merchantReference" : "Your order number",
"shopperLocale" : "nl_NL",
Expand Down
42 changes: 20 additions & 22 deletions json/CheckoutService-v41.json
Original file line number Diff line number Diff line change
Expand Up @@ -10523,6 +10523,15 @@
"description" : "URL to where the issuer should send the `CRes`. Required if you are not using components for `channel` **Web** or if you are using classic integration `deviceChannel` **browser**.",
"type" : "string"
},
"platform" : {
"description" : "The platform of the shopper.\nAllowed values:\n* `iOS`\n* `android`\n* `browser`",
"enum" : [
"iOS",
"android",
"browser"
],
"type" : "string"
},
"sdkAppID" : {
"description" : "The `sdkAppID` value as received from the 3D Secure 2 SDK.\nRequired for `deviceChannel` set to **app**.",
"type" : "string"
Expand Down Expand Up @@ -10605,6 +10614,15 @@
"description" : "URL to where the issuer should send the `CRes`. Required if you are not using components for `channel` **Web** or if you are using classic integration `deviceChannel` **browser**.",
"type" : "string"
},
"platform" : {
"description" : "The platform of the shopper.\nAllowed values:\n* `iOS`\n* `android`\n* `browser`",
"enum" : [
"iOS",
"android",
"browser"
],
"type" : "string"
},
"sdkAppID" : {
"description" : "The `sdkAppID` value as received from the 3D Secure 2 SDK.",
"type" : "string"
Expand Down Expand Up @@ -11049,8 +11067,7 @@
"shopperLocale" : "hu-HU",
"shopperReference" : "shopper-reference-LZfdWZ",
"status" : "active",
"url" : "https://test.adyen.link/PL61C53A8B97E6915A",
"id" : "PL61C53A8B97E6915A"
"url" : "https://test.adyen.link/PL61C53A8B97E6915A"
}
},
"patch-paymentLinks-linkId-basic" : {
Expand Down Expand Up @@ -11198,10 +11215,6 @@
"payment" : {
"pspReference" : "8535762347980628",
"resultCode" : "Authorised",
"amount" : {
"currency" : "EUR",
"value" : 1000
},
"merchantReference" : "YOUR_DONATION_REFERENCE"
}
}
Expand Down Expand Up @@ -11350,7 +11363,6 @@
"shopperEmail" : "[email protected]",
"shopperLocale" : "pt-BR",
"shopperReference" : "YOUR_SHOPPER_REFERENCE",
"id" : "PLE83C39B0A0DE0C1E",
"status" : "active",
"url" : "https://test.adyen.link/PLE83C39B0A0DE0C1E"
}
Expand Down Expand Up @@ -13163,16 +13175,6 @@
"name" : "GiftFor2",
"type" : "giftfor2card"
},
{
"details" : [
{
"key" : "bic",
"type" : "text"
}
],
"name" : "GiroPay",
"type" : "giropay"
},
{
"name" : "Givex",
"type" : "givex"
Expand Down Expand Up @@ -16046,7 +16048,6 @@
"shopperEmail" : "[email protected]",
"shopperName" : {
"firstName" : "Testperson-se",
"gender" : "UNKNOWN",
"lastName" : "Approved"
},
"shopperReference" : "YOUR_UNIQUE_SHOPPER_ID",
Expand Down Expand Up @@ -16136,7 +16137,6 @@
"currency" : "EUR",
"value" : 2500
},
"reason" : "delayedCharge",
"reference" : "YOUR_UNIQUE_REFERENCE"
}
},
Expand All @@ -16152,8 +16152,7 @@
"amount" : {
"currency" : "EUR",
"value" : 2500
},
"reason" : "delayedCharge"
}
}
},
"post-payments-paymentPspReference-cancels-cancel-with-psp-reference" : {
Expand Down Expand Up @@ -16275,7 +16274,6 @@
"post-payments-result-basic-200" : {
"summary" : "Payment authorised",
"value" : {
"authResponse" : "Authorised",
"pspReference" : "V4HZ4RBFJGXXGN82",
"merchantReference" : "Your order number",
"shopperLocale" : "nl_NL",
Expand Down
Loading

0 comments on commit 5e794ff

Please sign in to comment.