mirror of
https://github.com/gcatanese/adyen-postman.git
synced 2026-03-10 08:01:18 +00:00
Update latest definitions files
This commit is contained in:
committed by
github-actions[bot]
parent
a53a308d74
commit
ed800bf99e
@@ -123,7 +123,7 @@
|
||||
{
|
||||
"key": "id",
|
||||
"value": "",
|
||||
"description": "Unique identifier of the transaction."
|
||||
"description": "The unique identifier of the transaction."
|
||||
}
|
||||
],
|
||||
"query": [
|
||||
|
||||
@@ -123,7 +123,7 @@
|
||||
{
|
||||
"key": "id",
|
||||
"value": "",
|
||||
"description": "Unique identifier of the transaction."
|
||||
"description": "The unique identifier of the transaction."
|
||||
}
|
||||
],
|
||||
"query": [
|
||||
|
||||
@@ -123,7 +123,7 @@
|
||||
{
|
||||
"key": "id",
|
||||
"value": "",
|
||||
"description": "Unique identifier of the transaction."
|
||||
"description": "The unique identifier of the transaction."
|
||||
}
|
||||
],
|
||||
"query": [
|
||||
@@ -374,6 +374,60 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "/transfers/:transferId/returns",
|
||||
"description": "Returns previously transferred funds without creating a new `transferId`.",
|
||||
"item": [
|
||||
{
|
||||
"name": "Return a transfer",
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"amount\": \"<string>\",\n \"reference\": \"<string>\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"url": {
|
||||
"raw": "{{baseUrl}}/transfers/:transferId/returns",
|
||||
"host": [
|
||||
"{{baseUrl}}"
|
||||
],
|
||||
"path": [
|
||||
"transfers",
|
||||
":transferId",
|
||||
"returns"
|
||||
],
|
||||
"variable": [
|
||||
{
|
||||
"key": "transferId",
|
||||
"value": "",
|
||||
"description": "The unique identifier of the transfer to be returned."
|
||||
}
|
||||
],
|
||||
"query": [
|
||||
]
|
||||
},
|
||||
"description": "Returns previously transferred funds without creating a new `transferId`."
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user