mirror of
https://github.com/gcatanese/adyen-postman.git
synced 2026-03-10 08:01:18 +00:00
Manual generation
This commit is contained in:
committed by
github-actions[bot]
parent
3584e4cb40
commit
f98ce3e6e2
@@ -87,7 +87,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "/transactions/{id}",
|
||||
"name": "/transactions/:id",
|
||||
"description": ">Versions 1 and 2 of the Transfers API are deprecated. If you are just starting your implementation, use the latest version. Returns a transaction.",
|
||||
"item": [
|
||||
{
|
||||
@@ -111,13 +111,13 @@
|
||||
}
|
||||
},
|
||||
"url": {
|
||||
"raw": "{{baseUrl}}/transactions/{id}",
|
||||
"raw": "{{baseUrl}}/transactions/:id",
|
||||
"host": [
|
||||
"{{baseUrl}}"
|
||||
],
|
||||
"path": [
|
||||
"transactions",
|
||||
"{id}"
|
||||
":id"
|
||||
],
|
||||
"variable": [
|
||||
{
|
||||
@@ -427,7 +427,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "/grants/{id}",
|
||||
"name": "/grants/:id",
|
||||
"description": "Returns the details of a capital account specified in the path.",
|
||||
"item": [
|
||||
{
|
||||
@@ -451,13 +451,13 @@
|
||||
}
|
||||
},
|
||||
"url": {
|
||||
"raw": "{{baseUrl}}/grants/{id}",
|
||||
"raw": "{{baseUrl}}/grants/:id",
|
||||
"host": [
|
||||
"{{baseUrl}}"
|
||||
],
|
||||
"path": [
|
||||
"grants",
|
||||
"{id}"
|
||||
":id"
|
||||
],
|
||||
"variable": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user