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