mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
spec release
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user