spec release

This commit is contained in:
Adyen Automation
2024-06-17 11:00:43 +02:00
parent 1c73e309c0
commit 1f284643a0
12 changed files with 710 additions and 0 deletions

View File

@@ -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"
}
}
}
}