spec release

This commit is contained in:
Adyen Automation
2024-05-16 09:36:05 +02:00
parent 33b7798e19
commit 586d75ae5d
2 changed files with 8 additions and 5 deletions

View File

@@ -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" : {
@@ -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"
},

View File

@@ -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
@@ -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: