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:
@@ -16,9 +16,6 @@
|
||||
"url" : "https://github.com/Adyen/adyen-openapi"
|
||||
}
|
||||
},
|
||||
"x-groups" : [
|
||||
"General"
|
||||
],
|
||||
"tags" : [
|
||||
{
|
||||
"name" : "General"
|
||||
@@ -33,7 +30,6 @@
|
||||
"summary" : "Disable stored payment details",
|
||||
"description" : "Disables stored payment details to stop charging a shopper with this particular recurring detail ID.\n\nFor more information, refer to [Disable stored details](https://docs.adyen.com/classic-integration/recurring-payments/disable-stored-details/).",
|
||||
"operationId" : "post-disable",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 2,
|
||||
"x-methodName" : "disable",
|
||||
"security" : [
|
||||
@@ -132,7 +128,6 @@
|
||||
"summary" : "Get stored payment details",
|
||||
"description" : "Lists the stored payment details for a shopper, if there are any available. The recurring detail ID can be used with a regular authorisation request to charge the shopper. A summary of the payment detail is returned for presentation to the shopper.\n\nFor more information, refer to [Retrieve stored details](https://docs.adyen.com/classic-integration/recurring-payments/retrieve-stored-details/).",
|
||||
"operationId" : "post-listRecurringDetails",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 1,
|
||||
"x-methodName" : "listRecurringDetails",
|
||||
"security" : [
|
||||
@@ -231,7 +226,6 @@
|
||||
"summary" : "Ask issuer to notify the shopper",
|
||||
"description" : "Sends a request to the issuer so they can inform the shopper about the upcoming recurring payment. This endpoint is used only for local acquiring in India. For more information, refer to [Recurring card payments in India](https://docs.adyen.com/payment-methods/cards/cards-recurring-india).",
|
||||
"operationId" : "post-notifyShopper",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 4,
|
||||
"x-methodName" : "notifyShopper",
|
||||
"security" : [
|
||||
@@ -336,7 +330,6 @@
|
||||
"description" : "When making the API call, you can submit either the credit card information, or the recurring detail reference and the shopper reference:\n* If the card information is provided, all the sub-fields for `card` are mandatory.\n* If the recurring detail reference is provided, the fields for `shopperReference` and `selectedRecurringDetailReference` are mandatory.",
|
||||
"x-addedInVersion" : "4",
|
||||
"operationId" : "post-scheduleAccountUpdater",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 3,
|
||||
"x-methodName" : "scheduleAccountUpdater",
|
||||
"security" : [
|
||||
|
||||
Reference in New Issue
Block a user