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:
@@ -363,6 +363,14 @@
|
||||
"200" : {
|
||||
"content" : {
|
||||
"application/json" : {
|
||||
"examples" : {
|
||||
"scheduleAccountUpdaterWithCardData" : {
|
||||
"$ref" : "#/components/examples/post-scheduleAccountUpdater-scheduleAccountUpdaterWithCardData-200"
|
||||
},
|
||||
"scheduleAccountUpdaterWithTokenData" : {
|
||||
"$ref" : "#/components/examples/post-scheduleAccountUpdater-scheduleAccountUpdaterWithTokenData-200"
|
||||
}
|
||||
},
|
||||
"schema" : {
|
||||
"$ref" : "#/components/schemas/ScheduleAccountUpdaterResult"
|
||||
}
|
||||
@@ -403,6 +411,11 @@
|
||||
"422" : {
|
||||
"content" : {
|
||||
"application/json" : {
|
||||
"examples" : {
|
||||
"scheduleAccountUpdaterWithTokenData" : {
|
||||
"$ref" : "#/components/examples/post-scheduleAccountUpdater-scheduleAccountUpdaterWithTokenData-422"
|
||||
}
|
||||
},
|
||||
"schema" : {
|
||||
"$ref" : "#/components/schemas/ServiceError"
|
||||
}
|
||||
@@ -1067,6 +1080,13 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"post-scheduleAccountUpdater-scheduleAccountUpdaterWithCardData-200" : {
|
||||
"summary" : "Scheduled Account Updater with card data",
|
||||
"value" : {
|
||||
"pspReference" : "QFQTPCQ8HXSKGK82",
|
||||
"result" : "Success"
|
||||
}
|
||||
},
|
||||
"post-scheduleAccountUpdater-scheduleAccountUpdaterWithTokenData" : {
|
||||
"summary" : "Schedule AccountUpdater with token data",
|
||||
"value" : {
|
||||
@@ -1075,6 +1095,22 @@
|
||||
"shopperReference" : "YOUR_SHOPPER_REFERENCE",
|
||||
"selectedRecurringDetailReference" : "8814232895168272"
|
||||
}
|
||||
},
|
||||
"post-scheduleAccountUpdater-scheduleAccountUpdaterWithTokenData-200" : {
|
||||
"summary" : "Scheduled Account Updater with token data",
|
||||
"value" : {
|
||||
"pspReference" : "JLCMPCQ8HXSKGK82",
|
||||
"result" : "Success"
|
||||
}
|
||||
},
|
||||
"post-scheduleAccountUpdater-scheduleAccountUpdaterWithTokenData-422" : {
|
||||
"summary" : "Error response for RecurringShopper not found",
|
||||
"value" : {
|
||||
"status" : 422,
|
||||
"errorCode" : "000",
|
||||
"message" : "RecurringShopper not found",
|
||||
"errorType" : "validation"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user