mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-09 23:51:20 +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" : "Changes the status of the payment method.",
|
||||
"description" : "Changes the status of the provided payment method to the specified status.",
|
||||
"operationId" : "post-changeStatus",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 0,
|
||||
"x-methodName" : "changeStatus",
|
||||
"security" : [
|
||||
@@ -117,7 +113,6 @@
|
||||
"summary" : "Checks the balance.",
|
||||
"description" : "Checks the balance of the provided payment method.",
|
||||
"operationId" : "post-checkBalance",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 0,
|
||||
"x-methodName" : "checkBalance",
|
||||
"security" : [
|
||||
@@ -201,7 +196,6 @@
|
||||
"summary" : "Issues a new card.",
|
||||
"description" : "Issues a new card of the given payment method.",
|
||||
"operationId" : "post-issue",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 0,
|
||||
"x-methodName" : "issue",
|
||||
"security" : [
|
||||
@@ -285,7 +279,6 @@
|
||||
"summary" : "Loads the payment method.",
|
||||
"description" : "Loads the payment method with the specified funds.",
|
||||
"operationId" : "post-load",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 0,
|
||||
"x-methodName" : "load",
|
||||
"security" : [
|
||||
@@ -369,7 +362,6 @@
|
||||
"summary" : "Merge the balance of two cards.",
|
||||
"description" : "Increases the balance of the paymentmethod by the full amount left on the source paymentmethod",
|
||||
"operationId" : "post-mergeBalance",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 0,
|
||||
"x-methodName" : "mergeBalance",
|
||||
"security" : [
|
||||
@@ -453,7 +445,6 @@
|
||||
"summary" : "Voids a transaction.",
|
||||
"description" : "Voids the referenced stored value transaction.",
|
||||
"operationId" : "post-voidTransaction",
|
||||
"x-groupName" : "General",
|
||||
"x-sortIndex" : 0,
|
||||
"x-methodName" : "voidTransaction",
|
||||
"security" : [
|
||||
|
||||
@@ -10,8 +10,6 @@ info:
|
||||
contact:
|
||||
name: Adyen Developer Experience team
|
||||
url: https://github.com/Adyen/adyen-openapi
|
||||
x-groups:
|
||||
- General
|
||||
tags:
|
||||
- name: General
|
||||
paths:
|
||||
@@ -23,7 +21,6 @@ paths:
|
||||
description: Changes the status of the provided payment method to the specified
|
||||
status.
|
||||
operationId: post-changeStatus
|
||||
x-groupName: General
|
||||
x-sortIndex: 0
|
||||
x-methodName: changeStatus
|
||||
security:
|
||||
@@ -72,7 +69,6 @@ paths:
|
||||
summary: Checks the balance.
|
||||
description: Checks the balance of the provided payment method.
|
||||
operationId: post-checkBalance
|
||||
x-groupName: General
|
||||
x-sortIndex: 0
|
||||
x-methodName: checkBalance
|
||||
security:
|
||||
@@ -121,7 +117,6 @@ paths:
|
||||
summary: Issues a new card.
|
||||
description: Issues a new card of the given payment method.
|
||||
operationId: post-issue
|
||||
x-groupName: General
|
||||
x-sortIndex: 0
|
||||
x-methodName: issue
|
||||
security:
|
||||
@@ -170,7 +165,6 @@ paths:
|
||||
summary: Loads the payment method.
|
||||
description: Loads the payment method with the specified funds.
|
||||
operationId: post-load
|
||||
x-groupName: General
|
||||
x-sortIndex: 0
|
||||
x-methodName: load
|
||||
security:
|
||||
@@ -220,7 +214,6 @@ paths:
|
||||
description: Increases the balance of the paymentmethod by the full amount left
|
||||
on the source paymentmethod
|
||||
operationId: post-mergeBalance
|
||||
x-groupName: General
|
||||
x-sortIndex: 0
|
||||
x-methodName: mergeBalance
|
||||
security:
|
||||
@@ -269,7 +262,6 @@ paths:
|
||||
summary: Voids a transaction.
|
||||
description: Voids the referenced stored value transaction.
|
||||
operationId: post-voidTransaction
|
||||
x-groupName: General
|
||||
x-sortIndex: 0
|
||||
x-methodName: voidTransaction
|
||||
security:
|
||||
|
||||
Reference in New Issue
Block a user