Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed May 16, 2024
1 parent 33b7798 commit 586d75a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions json/SessionService-v68.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi" : "3.1.0",
"servers" : [
{
"url" : "https://checkout-test.adyen.com/possdk/v68"
"url" : "https://checkout-test.adyen.com/checkout/possdk/v68"
}
],
"info" : {
Expand Down Expand Up @@ -87,7 +87,7 @@
"type" : "string"
},
"setupToken" : {
"description" : "The unique identifier of the store that you want to process transactions for.",
"description" : "The setup token provided by the POS Mobile SDK. \n- When using the Android POS Mobile SDK, obtain the token through the `AuthenticationService.authenticate(setupToken)` callback of `AuthenticationService`. \n- When using the iOS POS Mobile SDK, obtain the token through the `PaymentServiceDelegate.register(with:)` callback of `PaymentServiceDelegate`.",
"maxLength" : 50000,
"type" : "string"
},
Expand Down
9 changes: 6 additions & 3 deletions yaml/SessionService-v68.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.1.0
servers:
- url: https://checkout-test.adyen.com/possdk/v68
- url: https://checkout-test.adyen.com/checkout/possdk/v68
info:
version: '68'
x-publicVersion: true
Expand Down Expand Up @@ -79,8 +79,11 @@ components:
description: The unique identifier of your merchant account.
type: string
setupToken:
description: The unique identifier of the store that you want to process
transactions for.
description: "The setup token provided by the POS Mobile SDK. \n- When using\
\ the Android POS Mobile SDK, obtain the token through the `AuthenticationService.authenticate(setupToken)`\
\ callback of `AuthenticationService`. \n- When using the iOS POS Mobile\
\ SDK, obtain the token through the `PaymentServiceDelegate.register(with:)`\
\ callback of `PaymentServiceDelegate`."
maxLength: 50000
type: string
store:
Expand Down

0 comments on commit 586d75a

Please sign in to comment.