Update latest definitions files

This commit is contained in:
AdyenAutomationBot
2023-10-27 12:05:26 +00:00
committed by github-actions[bot]
parent a53a308d74
commit ed800bf99e
3 changed files with 57 additions and 3 deletions

View File

@@ -123,7 +123,7 @@
{
"key": "id",
"value": "",
"description": "Unique identifier of the transaction."
"description": "The unique identifier of the transaction."
}
],
"query": [

View File

@@ -123,7 +123,7 @@
{
"key": "id",
"value": "",
"description": "Unique identifier of the transaction."
"description": "The unique identifier of the transaction."
}
],
"query": [

View File

@@ -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`."
}
}
]
}
]
},