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
0f03cb5b7e
commit
d9db638115
@@ -24,11 +24,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -59,6 +61,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,11 +24,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -65,11 +67,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -106,11 +110,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -147,11 +153,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -181,7 +189,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id",
|
||||
"description": "Returns a legal entity.",
|
||||
@@ -194,6 +203,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -229,7 +239,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id",
|
||||
"description": "Updates a legal entity. >To change the legal entity type, include only the new `type` in your request. To update the `entityAssociations` array, you need to replace the entire array. For example, if the array has 3 entries and you want to remove 1 entry, you need to PATCH the resource with the remaining 2 entries.",
|
||||
@@ -242,11 +253,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -289,11 +302,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -330,6 +345,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -347,6 +363,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -382,7 +399,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/balancePlatforms/:id/accountHolders",
|
||||
"description": "Returns a paginated list of all the account holders that belong to the balance platform. To fetch multiple pages, use the query parameters. For example, to limit the page to 5 account holders and to skip the first 20, use `/balancePlatforms/{id}/accountHolders?limit=5&offset=20`.",
|
||||
@@ -395,6 +413,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -427,11 +446,15 @@
|
||||
"query": [
|
||||
{
|
||||
"key": "offset",
|
||||
"value": "56"
|
||||
"value": "56",
|
||||
"description": "The number of items that you want to skip.",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"key": "limit",
|
||||
"value": "56"
|
||||
"value": "56",
|
||||
"description": "The number of items returned per page, maximum 100 items. By default, the response returns 10 items per page.",
|
||||
"disabled": true
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -440,6 +463,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -457,11 +481,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -491,7 +517,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/paymentInstrumentGroups/:id",
|
||||
"description": "Returns the details of a payment instrument group.",
|
||||
@@ -504,6 +531,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -539,7 +567,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/paymentInstrumentGroups/:id/transactionRules",
|
||||
"description": "Returns a list of all the transaction rules associated with a payment instrument group.",
|
||||
@@ -552,6 +581,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -589,6 +619,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -606,11 +637,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -640,7 +673,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/documents/:id",
|
||||
"description": "Deletes a document.",
|
||||
@@ -653,6 +687,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -688,7 +723,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/documents/:id",
|
||||
"description": "Returns a document.",
|
||||
@@ -701,6 +737,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -736,7 +773,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/documents/:id",
|
||||
"description": "Updates a document.",
|
||||
@@ -749,11 +787,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -790,6 +830,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -807,11 +848,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -841,7 +884,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/accountHolders/:id",
|
||||
"description": "Returns an account holder.",
|
||||
@@ -854,6 +898,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -889,7 +934,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/accountHolders/:id",
|
||||
"description": "Updates an account holder. When updating an account holder resource, if a parameter is not provided in the request, it is left unchanged.",
|
||||
@@ -902,11 +948,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -949,11 +997,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -989,7 +1039,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/accountHolders/:id/balanceAccounts",
|
||||
"description": "Returns a paginated list of the balance accounts associated with an account holder. To fetch multiple pages, use the query parameters. For example, to limit the page to 5 balance accounts and skip the first 10, use `/accountHolders/{id}/balanceAccounts?limit=5&offset=10`.",
|
||||
@@ -1002,6 +1053,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1034,11 +1086,15 @@
|
||||
"query": [
|
||||
{
|
||||
"key": "offset",
|
||||
"value": "56"
|
||||
"value": "56",
|
||||
"description": "The number of items that you want to skip.",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"key": "limit",
|
||||
"value": "56"
|
||||
"value": "56",
|
||||
"description": "The number of items returned per page, maximum 100 items. By default, the response returns 10 items per page.",
|
||||
"disabled": true
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1047,6 +1103,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1064,11 +1121,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1105,11 +1164,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1146,11 +1207,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1187,11 +1250,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1221,7 +1286,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/paymentInstruments/:id",
|
||||
"description": "Returns the details of a payment instrument.",
|
||||
@@ -1234,6 +1300,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1269,7 +1336,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/paymentInstruments/:id",
|
||||
"description": "Updates a payment instrument. Once a payment instrument is already active, you can only update its status. However, for cards created with **inactive** status, you can still update the balance account associated with the card.",
|
||||
@@ -1282,11 +1350,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1329,11 +1399,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1369,7 +1441,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/paymentInstruments/:id/reveal",
|
||||
"description": "Returns the primary account number (PAN) of a payment instrument. To make this request, your API credential must have the following [role](https://docs.adyen.com/issuing/manage-access/api-credentials-web-service#api-permissions): * Balance Platform BCL PCI role",
|
||||
@@ -1382,6 +1455,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1418,7 +1492,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/paymentInstruments/:id/transactionRules",
|
||||
"description": "Returns a list of transaction rules associated with a payment instrument.",
|
||||
@@ -1431,6 +1506,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1468,6 +1544,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1485,11 +1562,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1526,11 +1605,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1561,6 +1642,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1578,11 +1660,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1619,11 +1703,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1653,7 +1739,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/transferInstruments/:id",
|
||||
"description": "Deletes a transfer instrument.",
|
||||
@@ -1666,6 +1753,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1701,7 +1789,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/transferInstruments/:id",
|
||||
"description": "Returns the details of a transfer instrument.",
|
||||
@@ -1714,6 +1803,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1749,7 +1839,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/transferInstruments/:id",
|
||||
"description": "Updates a transfer instrument.",
|
||||
@@ -1762,11 +1853,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1803,6 +1896,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1820,11 +1914,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1854,7 +1950,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/balanceAccounts/:id",
|
||||
"description": "Returns a balance account and its balances for the default currency and other currencies with a non-zero balance.",
|
||||
@@ -1867,6 +1964,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1902,7 +2000,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/balanceAccounts/:id",
|
||||
"description": "Updates a balance account.",
|
||||
@@ -1915,11 +2014,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1955,7 +2056,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/balanceAccounts/:id/paymentInstruments",
|
||||
"description": "Returns a paginated list of the payment instruments associated with a balance account. To fetch multiple pages, use the query parameters.For example, to limit the page to 3 payment instruments and to skip the first 6, use `/balanceAccounts/{id}/paymentInstruments?limit=3&offset=6`.",
|
||||
@@ -1968,6 +2070,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -2000,11 +2103,15 @@
|
||||
"query": [
|
||||
{
|
||||
"key": "offset",
|
||||
"value": "56"
|
||||
"value": "56",
|
||||
"description": "The number of items that you want to skip.",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"key": "limit",
|
||||
"value": "56"
|
||||
"value": "56",
|
||||
"description": "The number of items returned per page, maximum 100 items. By default, the response returns 10 items per page.",
|
||||
"disabled": true
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -2013,6 +2120,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -2030,11 +2138,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -2064,7 +2174,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/transactionRules/:transactionRuleId",
|
||||
"description": "Deletes a transaction rule.",
|
||||
@@ -2077,6 +2188,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -2112,7 +2224,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/transactionRules/:transactionRuleId",
|
||||
"description": "Returns the details of a transaction rule.",
|
||||
@@ -2125,6 +2238,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -2160,7 +2274,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/transactionRules/:transactionRuleId",
|
||||
"description": "Updates a transaction rule. * To update only the status of a transaction rule, send only the `status` parameter. All other parameters not provided in the request are left unchanged. * When updating any other parameter, you need to send all existing resource parameters. If you omit a parameter in the request, that parameter is removed from the resource.",
|
||||
@@ -2173,11 +2288,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -2214,6 +2331,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -59,7 +60,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/balancePlatforms/:id/accountHolders",
|
||||
"description": "Returns a paginated list of all the account holders that belong to the balance platform. To fetch multiple pages, use the query parameters. For example, to limit the page to 5 account holders and to skip the first 20, use `/balancePlatforms/{id}/accountHolders?limit=5&offset=20`.",
|
||||
@@ -72,6 +74,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -104,11 +107,15 @@
|
||||
"query": [
|
||||
{
|
||||
"key": "offset",
|
||||
"value": "56"
|
||||
"value": "56",
|
||||
"description": "The number of items that you want to skip.",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"key": "limit",
|
||||
"value": "56"
|
||||
"value": "56",
|
||||
"description": "The number of items returned per page, maximum 100 items. By default, the response returns 10 items per page.",
|
||||
"disabled": true
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -117,6 +124,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -134,6 +142,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -159,7 +168,9 @@
|
||||
"query": [
|
||||
{
|
||||
"key": "accountHolderId",
|
||||
"value": "accountHolderId_example"
|
||||
"value": "accountHolderId_example",
|
||||
"description": "The unique identifier of the grant account.",
|
||||
"disabled": false
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -167,7 +178,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/grantOffers/:grantOfferId",
|
||||
"description": "Returns the details of a single grant offer.",
|
||||
@@ -180,6 +192,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -216,6 +229,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -233,11 +247,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -267,7 +283,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/paymentInstrumentGroups/:id",
|
||||
"description": "Returns the details of a payment instrument group.",
|
||||
@@ -280,6 +297,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -315,7 +333,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/paymentInstrumentGroups/:id/transactionRules",
|
||||
"description": "Returns a list of all the transaction rules associated with a payment instrument group.",
|
||||
@@ -328,6 +347,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -365,6 +385,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -382,6 +403,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -417,7 +439,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/networkTokens/:networkTokenId",
|
||||
"description": "Updates the status of the network token.",
|
||||
@@ -430,11 +453,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -471,6 +496,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -488,11 +514,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -522,7 +550,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/accountHolders/:id",
|
||||
"description": "Returns an account holder.",
|
||||
@@ -535,6 +564,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -570,7 +600,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/accountHolders/:id",
|
||||
"description": "Updates an account holder. When updating an account holder resource, if a parameter is not provided in the request, it is left unchanged.",
|
||||
@@ -583,11 +614,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -630,11 +663,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -670,7 +705,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/accountHolders/:id/balanceAccounts",
|
||||
"description": "Returns a paginated list of the balance accounts associated with an account holder. To fetch multiple pages, use the query parameters. For example, to limit the page to 5 balance accounts and skip the first 10, use `/accountHolders/{id}/balanceAccounts?limit=5&offset=10`.",
|
||||
@@ -683,6 +719,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -715,11 +752,15 @@
|
||||
"query": [
|
||||
{
|
||||
"key": "offset",
|
||||
"value": "56"
|
||||
"value": "56",
|
||||
"description": "The number of items that you want to skip.",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"key": "limit",
|
||||
"value": "56"
|
||||
"value": "56",
|
||||
"description": "The number of items returned per page, maximum 100 items. By default, the response returns 10 items per page.",
|
||||
"disabled": true
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -727,7 +768,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/accountHolders/:id/taxForms",
|
||||
"description": "Generates a tax form for account holders operating in the US. For more information, refer to [Providing tax forms](https://docs.adyen.com/marketplaces-and-platforms/us-tax-forms/).",
|
||||
@@ -740,6 +782,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -772,11 +815,15 @@
|
||||
"query": [
|
||||
{
|
||||
"key": "formType",
|
||||
"value": "formType_example"
|
||||
"value": "formType_example",
|
||||
"description": "The type of tax form you want to retrieve. Accepted values are **US1099k** and **US1099nec**",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "year",
|
||||
"value": "56"
|
||||
"value": "56",
|
||||
"description": "The tax year in YYYY format for the tax form you want to retrieve",
|
||||
"disabled": false
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -785,6 +832,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -802,11 +850,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -843,11 +893,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -884,11 +936,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -925,11 +979,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -959,7 +1015,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/paymentInstruments/:id",
|
||||
"description": "Returns the details of a payment instrument.",
|
||||
@@ -972,6 +1029,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1007,7 +1065,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/paymentInstruments/:id",
|
||||
"description": "Updates a payment instrument. Once a payment instrument is already active, you can only update its status. However, for cards created with **inactive** status, you can still update the balance account associated with the card.",
|
||||
@@ -1020,11 +1079,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1067,11 +1128,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1107,7 +1170,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/paymentInstruments/:id/networkTokens",
|
||||
"description": "List the network tokens connected to a payment instrument.",
|
||||
@@ -1120,6 +1184,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1156,7 +1221,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/paymentInstruments/:id/reveal",
|
||||
"description": "Returns the primary account number (PAN) of a payment instrument. To make this request, your API credential must have the following [role](https://docs.adyen.com/issuing/manage-access/api-credentials-web-service#api-permissions): * Balance Platform BCL PCI role",
|
||||
@@ -1169,6 +1235,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1205,7 +1272,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/paymentInstruments/:id/transactionRules",
|
||||
"description": "Returns a list of transaction rules associated with a payment instrument.",
|
||||
@@ -1218,6 +1286,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1255,6 +1324,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1272,11 +1342,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1313,11 +1385,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1348,6 +1422,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1365,6 +1440,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1401,6 +1477,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1418,11 +1495,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1452,7 +1531,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/balanceAccounts/:balanceAccountId/sweeps",
|
||||
"description": "Returns a list of the sweeps configured for a balance account. To fetch multiple pages, use the query parameters. For example, to limit the page to 5 sweeps and to skip the first 10, use `/balanceAccounts/{balanceAccountId}/sweeps?limit=5&offset=10`.",
|
||||
@@ -1465,6 +1545,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1497,11 +1578,15 @@
|
||||
"query": [
|
||||
{
|
||||
"key": "offset",
|
||||
"value": "56"
|
||||
"value": "56",
|
||||
"description": "The number of items that you want to skip.",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"key": "limit",
|
||||
"value": "56"
|
||||
"value": "56",
|
||||
"description": "The number of items returned per page, maximum 100 items. By default, the response returns 10 items per page.",
|
||||
"disabled": true
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1509,7 +1594,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/balanceAccounts/:balanceAccountId/sweeps",
|
||||
"description": "Creates a sweep that results in moving funds from or to a balance account. A sweep pulls in or pushes out funds based on a defined schedule, amount, currency, and a source or a destination.",
|
||||
@@ -1522,11 +1608,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1570,11 +1658,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1618,11 +1708,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1659,7 +1751,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/balanceAccounts/:balanceAccountId/sweeps/:sweepId",
|
||||
"description": "Deletes a sweep for a balance account.",
|
||||
@@ -1672,6 +1765,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1714,7 +1808,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/balanceAccounts/:balanceAccountId/sweeps/:sweepId",
|
||||
"description": "Returns a sweep.",
|
||||
@@ -1727,6 +1822,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1769,7 +1865,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/balanceAccounts/:balanceAccountId/sweeps/:sweepId",
|
||||
"description": "Updates a sweep. When updating a sweep resource, note that if a request parameter is not provided, the parameter is left unchanged.",
|
||||
@@ -1782,11 +1879,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1829,7 +1928,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/balanceAccounts/:id",
|
||||
"description": "Returns a balance account and its balances for the default currency and other currencies with a non-zero balance.",
|
||||
@@ -1842,6 +1942,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1877,7 +1978,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/balanceAccounts/:id",
|
||||
"description": "Updates a balance account.",
|
||||
@@ -1890,11 +1992,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1930,7 +2034,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/balanceAccounts/:id/paymentInstruments",
|
||||
"description": "Returns a paginated list of the payment instruments associated with a balance account. To fetch multiple pages, use the query parameters.For example, to limit the page to 3 payment instruments and to skip the first 6, use `/balanceAccounts/{id}/paymentInstruments?limit=3&offset=6`.",
|
||||
@@ -1943,6 +2048,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1975,11 +2081,15 @@
|
||||
"query": [
|
||||
{
|
||||
"key": "offset",
|
||||
"value": "56"
|
||||
"value": "56",
|
||||
"description": "The number of items that you want to skip.",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"key": "limit",
|
||||
"value": "56"
|
||||
"value": "56",
|
||||
"description": "The number of items returned per page, maximum 100 items. By default, the response returns 10 items per page.",
|
||||
"disabled": true
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1988,6 +2098,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -2005,11 +2116,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -2046,11 +2159,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -2087,11 +2202,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -2128,11 +2245,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -2162,7 +2281,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/transactionRules/:transactionRuleId",
|
||||
"description": "Deletes a transaction rule.",
|
||||
@@ -2175,6 +2295,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -2210,7 +2331,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/transactionRules/:transactionRuleId",
|
||||
"description": "Returns the details of a transaction rule.",
|
||||
@@ -2223,6 +2345,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -2258,7 +2381,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/transactionRules/:transactionRuleId",
|
||||
"description": "Updates a transaction rule. * To update only the status of a transaction rule, send only the `status` parameter. All other parameters not provided in the request are left unchanged. * When updating any other parameter, you need to send all existing resource parameters. If you omit a parameter in the request, that parameter is removed from the resource.",
|
||||
@@ -2271,11 +2395,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -2312,6 +2438,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -2329,11 +2456,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -2365,6 +2494,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,11 +24,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -58,7 +60,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/getCostEstimate",
|
||||
"description": ">This API is available only for merchants operating in Australia, the EU, and the UK. Use the Adyen Cost Estimation API to pre-calculate interchange and scheme fee costs. Knowing these costs prior actual payment authorisation gives you an opportunity to charge those costs to the cardholder, if necessary. To retrieve this information, make the call to the `/getCostEstimate` endpoint. The response to this call contains the amount of the interchange and scheme fees charged by the network for this transaction, and also which surcharging policy is possible (based on current regulations). > Since not all information is known in advance (for example, if the cardholder will successfully authenticate via 3D Secure or if you also plan to provide additional Level 2/3 data), the returned amounts are based on a set of assumption criteria you define in the `assumptions` parameter.",
|
||||
@@ -71,11 +74,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -112,11 +117,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -153,11 +160,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -194,11 +203,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -235,11 +246,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -270,6 +283,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,11 +24,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -58,7 +60,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/getCostEstimate",
|
||||
"description": ">This API is available only for merchants operating in Australia, the EU, and the UK. Use the Adyen Cost Estimation API to pre-calculate interchange and scheme fee costs. Knowing these costs prior actual payment authorisation gives you an opportunity to charge those costs to the cardholder, if necessary. To retrieve this information, make the call to the `/getCostEstimate` endpoint. The response to this call contains the amount of the interchange and scheme fees charged by the network for this transaction, and also which surcharging policy is possible (based on current regulations). > Since not all information is known in advance (for example, if the cardholder will successfully authenticate via 3D Secure or if you also plan to provide additional Level 2/3 data), the returned amounts are based on a set of assumption criteria you define in the `assumptions` parameter.",
|
||||
@@ -71,11 +74,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -112,11 +117,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -153,11 +160,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -194,11 +203,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -235,11 +246,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -270,6 +283,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,11 +24,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -58,7 +60,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/getCostEstimate",
|
||||
"description": ">This API is available only for merchants operating in Australia, the EU, and the UK. Use the Adyen Cost Estimation API to pre-calculate interchange and scheme fee costs. Knowing these costs prior actual payment authorisation gives you an opportunity to charge those costs to the cardholder, if necessary. To retrieve this information, make the call to the `/getCostEstimate` endpoint. The response to this call contains the amount of the interchange and scheme fees charged by the network for this transaction, and also which surcharging policy is possible (based on current regulations). > Since not all information is known in advance (for example, if the cardholder will successfully authenticate via 3D Secure or if you also plan to provide additional Level 2/3 data), the returned amounts are based on a set of assumption criteria you define in the `assumptions` parameter.",
|
||||
@@ -71,11 +74,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -112,11 +117,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -153,11 +160,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -194,11 +203,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -235,11 +246,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -270,6 +283,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,11 +24,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -58,7 +60,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/getCostEstimate",
|
||||
"description": ">This API is available only for merchants operating in Australia, the EU, and the UK. Use the Adyen Cost Estimation API to pre-calculate interchange and scheme fee costs. Knowing these costs prior actual payment authorisation gives you an opportunity to charge those costs to the cardholder, if necessary. To retrieve this information, make the call to the `/getCostEstimate` endpoint. The response to this call contains the amount of the interchange and scheme fees charged by the network for this transaction, and also which surcharging policy is possible (based on current regulations). > Since not all information is known in advance (for example, if the cardholder will successfully authenticate via 3D Secure or if you also plan to provide additional Level 2/3 data), the returned amounts are based on a set of assumption criteria you define in the `assumptions` parameter.",
|
||||
@@ -71,11 +74,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -112,11 +117,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -153,11 +160,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -194,11 +203,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -235,11 +246,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -270,6 +283,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,11 +24,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -58,7 +60,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/getCostEstimate",
|
||||
"description": ">This API is available only for merchants operating in Australia, the EU, and the UK. Use the Adyen Cost Estimation API to pre-calculate interchange and scheme fee costs. Knowing these costs prior actual payment authorisation gives you an opportunity to charge those costs to the cardholder, if necessary. To retrieve this information, make the call to the `/getCostEstimate` endpoint. The response to this call contains the amount of the interchange and scheme fees charged by the network for this transaction, and also which surcharging policy is possible (based on current regulations). > Since not all information is known in advance (for example, if the cardholder will successfully authenticate via 3D Secure or if you also plan to provide additional Level 2/3 data), the returned amounts are based on a set of assumption criteria you define in the `assumptions` parameter.",
|
||||
@@ -71,11 +74,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -112,11 +117,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -153,11 +160,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -194,11 +203,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -235,11 +246,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -270,6 +283,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,16 +24,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -63,7 +66,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/payments/:paymentPspReference/amountUpdates",
|
||||
"description": "Increases or decreases the authorised payment amount and returns a unique reference for this request. You get the outcome of the request asynchronously, in an [**AUTHORISATION_ADJUSTMENT** webhook](https://docs.adyen.com/development-resources/webhooks/understand-notifications#event-codes). You can only update authorised amounts that have not yet been [captured](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments/{paymentPspReference}/captures). The amount you specify in the request is the updated amount, which is larger or smaller than the initial authorised amount. For more information, refer to [Authorisation adjustment](https://docs.adyen.com/online-payments/adjust-authorisation#use-cases).",
|
||||
@@ -76,16 +80,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -112,7 +119,7 @@
|
||||
{
|
||||
"key": "paymentPspReference",
|
||||
"value": "",
|
||||
"description": "The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment."
|
||||
"description": "The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment."
|
||||
}
|
||||
],
|
||||
"query": [
|
||||
@@ -122,7 +129,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/payments/:paymentPspReference/cancels",
|
||||
"description": "Cancels the authorisation on a payment that has not yet been [captured](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments/paymentPspReference/captures), and returns a unique reference for this request. You get the outcome of the request asynchronously, in a [**CANCELLATION** webhook](https://docs.adyen.com/online-payments/cancel#cancellation-webhook). If you want to cancel a payment but don't have the [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference), use the [`/cancels`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/cancels) endpoint instead. If you want to cancel a payment but are not sure whether it has been captured, use the [`/payments/{paymentPspReference}/reversals`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments/{paymentPspReference}/reversals) endpoint instead. For more information, refer to [Cancel](https://docs.adyen.com/online-payments/cancel).",
|
||||
@@ -135,16 +143,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -171,7 +182,7 @@
|
||||
{
|
||||
"key": "paymentPspReference",
|
||||
"value": "",
|
||||
"description": "The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment that you want to cancel. "
|
||||
"description": "The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment that you want to cancel. "
|
||||
}
|
||||
],
|
||||
"query": [
|
||||
@@ -181,7 +192,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/payments/:paymentPspReference/captures",
|
||||
"description": " Captures an authorised payment and returns a unique reference for this request. You get the outcome of the request asynchronously, in a [**CAPTURE** webhook](https://docs.adyen.com/online-payments/capture#capture-notification). You can capture either the full authorised amount or a part of the authorised amount. By default, any unclaimed amount after a partial capture gets cancelled. This does not apply if you enabled multiple partial captures on your account and the payment method supports multiple partial captures. [Automatic capture](https://docs.adyen.com/online-payments/capture#automatic-capture) is the default setting for most payment methods. In these cases, you don't need to make capture requests. However, making capture requests for payments that are captured automatically does not result in double charges. For more information, refer to [Capture](https://docs.adyen.com/online-payments/capture).",
|
||||
@@ -194,16 +206,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -230,7 +245,7 @@
|
||||
{
|
||||
"key": "paymentPspReference",
|
||||
"value": "",
|
||||
"description": "The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment that you want to capture."
|
||||
"description": "The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment that you want to capture."
|
||||
}
|
||||
],
|
||||
"query": [
|
||||
@@ -240,7 +255,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/payments/:paymentPspReference/refunds",
|
||||
"description": "Refunds a payment that has been [captured](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments/{paymentPspReference}/captures), and returns a unique reference for this request. You get the outcome of the request asynchronously, in a [**REFUND** webhook](https://docs.adyen.com/online-payments/refund#refund-webhook). You can refund either the full captured amount or a part of the captured amount. You can also perform multiple partial refunds, as long as their sum doesn't exceed the captured amount. > Some payment methods do not support partial refunds. To learn if a payment method supports partial refunds, refer to the payment method page such as [cards](https://docs.adyen.com/payment-methods/cards#supported-cards), [iDEAL](https://docs.adyen.com/payment-methods/ideal), or [Klarna](https://docs.adyen.com/payment-methods/klarna). If you want to refund a payment but are not sure whether it has been captured, use the [`/payments/{paymentPspReference}/reversals`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments/{paymentPspReference}/reversals) endpoint instead. For more information, refer to [Refund](https://docs.adyen.com/online-payments/refund).",
|
||||
@@ -253,16 +269,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -289,7 +308,7 @@
|
||||
{
|
||||
"key": "paymentPspReference",
|
||||
"value": "",
|
||||
"description": "The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment that you want to refund."
|
||||
"description": "The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment that you want to refund."
|
||||
}
|
||||
],
|
||||
"query": [
|
||||
@@ -299,7 +318,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/payments/:paymentPspReference/reversals",
|
||||
"description": "[Refunds](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments/{paymentPspReference}/refunds) a payment if it has already been captured, and [cancels](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments/{paymentPspReference}/cancels) a payment if it has not yet been captured. Returns a unique reference for this request. You get the outcome of the request asynchronously, in a [**CANCEL_OR_REFUND** webhook](https://docs.adyen.com/online-payments/reverse#cancel-or-refund-webhook). The reversed amount is always the full payment amount. > Do not use this request for payments that involve multiple partial captures. For more information, refer to [Reversal](https://docs.adyen.com/online-payments/reversal).",
|
||||
@@ -312,16 +332,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -348,7 +371,7 @@
|
||||
{
|
||||
"key": "paymentPspReference",
|
||||
"value": "",
|
||||
"description": "The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment that you want to reverse. "
|
||||
"description": "The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment that you want to reverse. "
|
||||
}
|
||||
],
|
||||
"query": [
|
||||
@@ -359,6 +382,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -376,16 +400,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -422,16 +449,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -468,16 +498,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -514,16 +547,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -553,7 +589,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/payments/result (DEPRECATED)",
|
||||
"description": "Verifies the payment result using the payload returned from the Checkout SDK. For more information, refer to [How it works](https://docs.adyen.com/online-payments#howitworks).",
|
||||
@@ -566,16 +603,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -607,6 +647,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -624,16 +665,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -663,7 +707,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/orders/cancel",
|
||||
"description": "Cancels an order. Cancellation of an order results in an automatic rollback of all payments made in the order, either by canceling or refunding the payment, depending on the type of payment method.",
|
||||
@@ -676,16 +721,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -716,7 +764,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/paymentMethods/balance",
|
||||
"description": "Retrieves the balance remaining on a shopper's gift card. To check a gift card's balance, make a POST `/paymentMethods/balance` call and include the gift card's details inside a `paymentMethod` object.",
|
||||
@@ -729,16 +778,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -776,16 +828,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -817,6 +872,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -834,16 +890,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -874,7 +933,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/originKeys",
|
||||
"description": "This operation takes the origin domains and returns a JSON object containing the corresponding origin keys for the domains. > If you're still using origin key for your Web Drop-in or Components integration, we recommend [switching to client key](https://docs.adyen.com/development-resources/client-side-authentication/migrate-from-origin-key-to-client-key). This allows you to use a single key for all origins, add or remove origins without generating a new key, and detect the card type from the number entered in your payment form. ",
|
||||
@@ -887,16 +947,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -927,6 +990,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -944,16 +1008,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -990,16 +1057,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -1029,7 +1099,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/donations",
|
||||
"description": "Takes in the donation token generated by the `/payments` request and uses it to make the donation for the donation account specified in the request. For more information, see [Donations](https://docs.adyen.com/online-payments/donations).",
|
||||
@@ -1042,16 +1113,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -1088,16 +1162,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -1127,7 +1204,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/paymentMethods",
|
||||
"description": "Queries the available payment methods for a transaction based on the transaction context (like amount, country, and currency). Besides giving back a list of the available payment methods, the response also returns which input details you need to collect from the shopper (to be submitted to `/payments`). Although we highly recommend using this endpoint to ensure you are always offering the most up-to-date list of payment methods, its usage is optional. You can, for example, also cache the `/paymentMethods` response and update it once a week.",
|
||||
@@ -1140,16 +1218,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -1186,16 +1267,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -1232,16 +1316,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -1271,7 +1358,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/payments",
|
||||
"description": "Sends payment parameters (like amount, country, and currency) together with other required input details collected from the shopper. To know more about required parameters for specific payment methods, refer to our [payment method guides](https://docs.adyen.com/payment-methods). The response depends on the [payment flow](https://docs.adyen.com/payment-methods#payment-flow): * For a direct flow, the response includes a `pspReference` and a `resultCode` with the payment result, for example **Authorised** or **Refused**. * For a redirect or additional action, the response contains an `action` object. ",
|
||||
@@ -1284,16 +1372,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -1330,16 +1421,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -1376,16 +1470,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -1422,16 +1519,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -1468,16 +1568,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -1514,16 +1617,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -1560,16 +1666,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -1606,16 +1715,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -1652,16 +1764,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -1691,7 +1806,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/payments/details",
|
||||
"description": "Submits details for a payment created using `/payments`. This step is only needed when no final state has been reached on the `/payments` request, for example when the shopper was redirected to another page to complete the payment. ",
|
||||
@@ -1704,16 +1820,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -1751,16 +1870,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -1792,6 +1914,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1809,16 +1932,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Idempotency-Key",
|
||||
"value": "",
|
||||
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -1848,7 +1974,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/paymentLinks/:linkId",
|
||||
"description": "Retrieves the payment link details using the payment link `id`.",
|
||||
@@ -1861,6 +1988,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1896,7 +2024,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/paymentLinks/:linkId",
|
||||
"description": "Updates the status of a payment link. Use this endpoint to [force the expiry of a payment link](https://docs.adyen.com/online-payments/pay-by-link#update-payment-link-status).",
|
||||
@@ -1909,11 +2038,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1950,6 +2081,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -66,7 +66,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/payments/:paymentPspReference/amountUpdates",
|
||||
"description": "Increases or decreases the authorised payment amount and returns a unique reference for this request. You get the outcome of the request asynchronously, in an [**AUTHORISATION_ADJUSTMENT** webhook](https://docs.adyen.com/development-resources/webhooks/understand-notifications#event-codes). You can only update authorised amounts that have not yet been [captured](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments/{paymentPspReference}/captures). The amount you specify in the request is the updated amount, which is larger or smaller than the initial authorised amount. For more information, refer to [Authorisation adjustment](https://docs.adyen.com/online-payments/adjust-authorisation#use-cases).",
|
||||
@@ -118,7 +119,7 @@
|
||||
{
|
||||
"key": "paymentPspReference",
|
||||
"value": "",
|
||||
"description": "The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment."
|
||||
"description": "The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment."
|
||||
}
|
||||
],
|
||||
"query": [
|
||||
@@ -128,7 +129,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/payments/:paymentPspReference/cancels",
|
||||
"description": "Cancels the authorisation on a payment that has not yet been [captured](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments/paymentPspReference/captures), and returns a unique reference for this request. You get the outcome of the request asynchronously, in a [**CANCELLATION** webhook](https://docs.adyen.com/online-payments/cancel#cancellation-webhook). If you want to cancel a payment but don't have the [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference), use the [`/cancels`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/cancels) endpoint instead. If you want to cancel a payment but are not sure whether it has been captured, use the [`/payments/{paymentPspReference}/reversals`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments/{paymentPspReference}/reversals) endpoint instead. For more information, refer to [Cancel](https://docs.adyen.com/online-payments/cancel).",
|
||||
@@ -180,7 +182,7 @@
|
||||
{
|
||||
"key": "paymentPspReference",
|
||||
"value": "",
|
||||
"description": "The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment that you want to cancel. "
|
||||
"description": "The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment that you want to cancel. "
|
||||
}
|
||||
],
|
||||
"query": [
|
||||
@@ -190,7 +192,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/payments/:paymentPspReference/captures",
|
||||
"description": " Captures an authorised payment and returns a unique reference for this request. You get the outcome of the request asynchronously, in a [**CAPTURE** webhook](https://docs.adyen.com/online-payments/capture#capture-notification). You can capture either the full authorised amount or a part of the authorised amount. By default, any unclaimed amount after a partial capture gets cancelled. This does not apply if you enabled multiple partial captures on your account and the payment method supports multiple partial captures. [Automatic capture](https://docs.adyen.com/online-payments/capture#automatic-capture) is the default setting for most payment methods. In these cases, you don't need to make capture requests. However, making capture requests for payments that are captured automatically does not result in double charges. For more information, refer to [Capture](https://docs.adyen.com/online-payments/capture).",
|
||||
@@ -242,7 +245,7 @@
|
||||
{
|
||||
"key": "paymentPspReference",
|
||||
"value": "",
|
||||
"description": "The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment that you want to capture."
|
||||
"description": "The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment that you want to capture."
|
||||
}
|
||||
],
|
||||
"query": [
|
||||
@@ -252,7 +255,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/payments/:paymentPspReference/refunds",
|
||||
"description": "Refunds a payment that has been [captured](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments/{paymentPspReference}/captures), and returns a unique reference for this request. You get the outcome of the request asynchronously, in a [**REFUND** webhook](https://docs.adyen.com/online-payments/refund#refund-webhook). You can refund either the full captured amount or a part of the captured amount. You can also perform multiple partial refunds, as long as their sum doesn't exceed the captured amount. > Some payment methods do not support partial refunds. To learn if a payment method supports partial refunds, refer to the payment method page such as [cards](https://docs.adyen.com/payment-methods/cards#supported-cards), [iDEAL](https://docs.adyen.com/payment-methods/ideal), or [Klarna](https://docs.adyen.com/payment-methods/klarna). If you want to refund a payment but are not sure whether it has been captured, use the [`/payments/{paymentPspReference}/reversals`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments/{paymentPspReference}/reversals) endpoint instead. For more information, refer to [Refund](https://docs.adyen.com/online-payments/refund).",
|
||||
@@ -304,7 +308,7 @@
|
||||
{
|
||||
"key": "paymentPspReference",
|
||||
"value": "",
|
||||
"description": "The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment that you want to refund."
|
||||
"description": "The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment that you want to refund."
|
||||
}
|
||||
],
|
||||
"query": [
|
||||
@@ -314,7 +318,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/payments/:paymentPspReference/reversals",
|
||||
"description": "[Refunds](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments/{paymentPspReference}/refunds) a payment if it has already been captured, and [cancels](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments/{paymentPspReference}/cancels) a payment if it has not yet been captured. Returns a unique reference for this request. You get the outcome of the request asynchronously, in a [**CANCEL_OR_REFUND** webhook](https://docs.adyen.com/online-payments/reverse#cancel-or-refund-webhook). The reversed amount is always the full payment amount. > Do not use this request for payments that involve multiple partial captures. For more information, refer to [Reversal](https://docs.adyen.com/online-payments/reversal).",
|
||||
@@ -366,7 +371,7 @@
|
||||
{
|
||||
"key": "paymentPspReference",
|
||||
"value": "",
|
||||
"description": "The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment that you want to reverse. "
|
||||
"description": "The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment that you want to reverse. "
|
||||
}
|
||||
],
|
||||
"query": [
|
||||
@@ -377,6 +382,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -632,7 +638,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/payments/result (DEPRECATED)",
|
||||
"description": "Verifies the payment result using the payload returned from the Checkout SDK. For more information, refer to [How it works](https://docs.adyen.com/online-payments#howitworks).",
|
||||
@@ -689,6 +696,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -748,7 +756,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/orders/cancel",
|
||||
"description": "Cancels an order. Cancellation of an order results in an automatic rollback of all payments made in the order, either by canceling or refunding the payment, depending on the type of payment method.",
|
||||
@@ -804,7 +813,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/paymentMethods/balance",
|
||||
"description": "Retrieves the balance remaining on a shopper's gift card. To check a gift card's balance, make a POST `/paymentMethods/balance` call and include the gift card's details inside a `paymentMethod` object.",
|
||||
@@ -911,6 +921,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -971,7 +982,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/originKeys (DEPRECATED)",
|
||||
"description": "This operation takes the origin domains and returns a JSON object containing the corresponding origin keys for the domains. > If you're still using origin key for your Web Drop-in or Components integration, we recommend [switching to client key](https://docs.adyen.com/development-resources/client-side-authentication/migrate-from-origin-key-to-client-key). This allows you to use a single key for all origins, add or remove origins without generating a new key, and detect the card type from the number entered in your payment form. ",
|
||||
@@ -1027,6 +1039,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1086,7 +1099,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/storedPaymentMethods/:storedPaymentMethodId",
|
||||
"description": "Deletes the token identified in the path. The token can no longer be used with payment requests.",
|
||||
@@ -1142,6 +1156,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1250,7 +1265,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/donations",
|
||||
"description": "Takes in the donation token generated by the `/payments` request and uses it to make the donation for the donation account specified in the request. For more information, see [Donations](https://docs.adyen.com/online-payments/donations).",
|
||||
@@ -1354,7 +1370,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/paymentMethods",
|
||||
"description": "Queries the available payment methods for a transaction based on the transaction context (like amount, country, and currency). Besides giving back a list of the available payment methods, the response also returns which input details you need to collect from the shopper (to be submitted to `/payments`). Although we highly recommend using this endpoint to ensure you are always offering the most up-to-date list of payment methods, its usage is optional. You can, for example, also cache the `/paymentMethods` response and update it once a week.",
|
||||
@@ -1507,7 +1524,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/payments",
|
||||
"description": "Sends payment parameters (like amount, country, and currency) together with other required input details collected from the shopper. To know more about required parameters for specific payment methods, refer to our [payment method guides](https://docs.adyen.com/payment-methods). The response depends on the [payment flow](https://docs.adyen.com/payment-methods#payment-flow): * For a direct flow, the response includes a `pspReference` and a `resultCode` with the payment result, for example **Authorised** or **Refused**. * For a redirect or additional action, the response contains an `action` object. ",
|
||||
@@ -2395,7 +2413,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/payments/details",
|
||||
"description": "Submits details for a payment created using `/payments`. This step is only needed when no final state has been reached on the `/payments` request, for example when the shopper was redirected to another page to complete the payment. ",
|
||||
@@ -2501,7 +2520,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/sessions",
|
||||
"description": "Creates a payment session for [Web Drop-in](https://docs.adyen.com/online-payments/web-drop-in) and [Web Components](https://docs.adyen.com/online-payments/web-components) integrations. The response contains encrypted payment session data. The front end then uses the session data to make any required server-side calls for the payment flow. You get the payment outcome asynchronously, in an [AUTHORISATION](https://docs.adyen.com/api-explorer/#/Webhooks/latest/post/AUTHORISATION) webhook.",
|
||||
@@ -2703,7 +2723,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/sessions/:sessionId",
|
||||
"description": "Returns the status of the payment session with the `sessionId` and `sessionResult` specified in the path.",
|
||||
@@ -2759,6 +2780,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -2818,7 +2840,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/paymentLinks/:linkId",
|
||||
"description": "Retrieves the payment link details using the payment link `id`.",
|
||||
@@ -2867,7 +2890,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/paymentLinks/:linkId",
|
||||
"description": "Updates the status of a payment link. Use this endpoint to [force the expiry of a payment link](https://docs.adyen.com/online-payments/pay-by-link#update-payment-link-status).",
|
||||
@@ -2923,6 +2947,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,11 +24,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -59,6 +61,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,11 +24,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -58,7 +60,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/defendDispute",
|
||||
"description": "Defends a specific dispute.",
|
||||
@@ -71,11 +74,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -105,7 +110,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/deleteDisputeDefenseDocument",
|
||||
"description": "Deletes a specific dispute defense document that was supplied earlier.",
|
||||
@@ -118,11 +124,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -152,7 +160,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/retrieveApplicableDefenseReasons",
|
||||
"description": "Returns a list of all applicable defense reasons to defend a specific dispute.",
|
||||
@@ -165,11 +174,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -199,7 +210,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/supplyDefenseDocument",
|
||||
"description": "Supplies a specific dispute defense document.",
|
||||
@@ -212,11 +224,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -247,6 +261,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,16 +24,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -70,16 +73,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -116,16 +122,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -162,16 +171,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -201,7 +213,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id",
|
||||
"description": "Returns a legal entity.",
|
||||
@@ -214,6 +227,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -249,7 +263,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id",
|
||||
"description": "Updates a legal entity. >To change the legal entity type, include only the new `type` in your request. To update the `entityAssociations` array, you need to replace the entire array. For example, if the array has 3 entries and you want to remove 1 entry, you need to PATCH the resource with the remaining 2 entries.",
|
||||
@@ -262,16 +277,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use the requested verification code 0_0001 to resolve any suberrors associated with the legal entity. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -314,16 +332,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use the requested verification code 0_0001 to resolve any suberrors associated with the legal entity. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -359,7 +380,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id/businessLines",
|
||||
"description": "Returns the business lines owned by a legal entity.",
|
||||
@@ -372,6 +394,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -409,6 +432,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -426,11 +450,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -467,7 +493,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/themes",
|
||||
"description": "Returns a list of hosted onboarding page themes. >If you are using hosted onboarding, [only use v2](https://docs.adyen.com/release-notes/platforms-and-financial-products#releaseNote=2023-05-01-legal-entity-management-api-3) for your API requests. ",
|
||||
@@ -480,6 +507,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -509,7 +537,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/themes/:id",
|
||||
"description": "Returns the details of the theme identified in the path.>If you are using hosted onboarding, [only use v2](https://docs.adyen.com/release-notes/platforms-and-financial-products#releaseNote=2023-05-01-legal-entity-management-api-3) for your API requests. ",
|
||||
@@ -522,6 +551,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -558,6 +588,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -575,11 +606,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -616,11 +649,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -650,7 +685,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/businessLines/:id",
|
||||
"description": "Deletes a business line. >If you delete a business line linked to a [payment method](https://docs.adyen.com/development-resources/paymentmethodvariant#management-api), it can affect your merchant account's ability to use the [payment method](https://docs.adyen.com/api-explorer/Management/latest/post/merchants/_merchantId_/paymentMethodSettings). The business line is removed from all linked merchant accounts.",
|
||||
@@ -663,6 +699,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -698,7 +735,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/businessLines/:id",
|
||||
"description": "Returns the detail of a business line.",
|
||||
@@ -711,6 +749,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -747,6 +786,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -764,16 +804,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -803,7 +846,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/documents/:id",
|
||||
"description": "Deletes a document.",
|
||||
@@ -816,6 +860,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -851,7 +896,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/documents/:id",
|
||||
"description": "Returns a document.",
|
||||
@@ -864,6 +910,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -899,7 +946,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/documents/:id",
|
||||
"description": "Updates a document. >You can upload a maximum of 15 pages for photo IDs.",
|
||||
@@ -912,16 +960,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use the requested verification code 0_0001 to resolve any suberrors associated with the document. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -958,6 +1009,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -975,11 +1027,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1016,7 +1070,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id/termsOfService/:termsofservicedocumentid",
|
||||
"description": "Accepts Terms of Service.",
|
||||
@@ -1029,11 +1084,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1076,7 +1133,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id/termsOfServiceAcceptanceInfos",
|
||||
"description": "Returns Terms of Service information for a legal entity.",
|
||||
@@ -1089,6 +1147,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1125,7 +1184,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id/termsOfServiceStatus",
|
||||
"description": "Returns the required types of Terms of Service that need to be accepted by a legal entity.",
|
||||
@@ -1138,6 +1198,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1175,6 +1236,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1192,16 +1254,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -1238,16 +1303,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -1277,7 +1345,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/transferInstruments/:id",
|
||||
"description": "Deletes a transfer instrument.",
|
||||
@@ -1290,6 +1359,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1325,7 +1395,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/transferInstruments/:id",
|
||||
"description": "Returns the details of a transfer instrument.",
|
||||
@@ -1338,6 +1409,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1373,7 +1445,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/transferInstruments/:id",
|
||||
"description": "Updates a transfer instrument.",
|
||||
@@ -1386,16 +1459,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use the requested verification code 0_0001 to resolve any suberrors associated with the transfer instrument. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -1432,6 +1508,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1449,6 +1526,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1485,7 +1563,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id/pciQuestionnaires/:pciid",
|
||||
"description": "Returns the signed PCI questionnaire.",
|
||||
@@ -1498,6 +1577,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1540,7 +1620,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id/pciQuestionnaires/generatePciTemplates",
|
||||
"description": "Generates the required PCI questionnaires based on the user's [salesChannel](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/businessLines__reqParam_salesChannels).",
|
||||
@@ -1553,11 +1634,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1595,7 +1678,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id/pciQuestionnaires/signPciTemplates",
|
||||
"description": "Signs the required PCI questionnaire.",
|
||||
@@ -1608,11 +1692,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1651,6 +1737,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,16 +24,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -70,16 +73,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -116,16 +122,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -162,16 +171,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -208,16 +220,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -254,16 +269,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -300,16 +318,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -339,7 +360,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id",
|
||||
"description": "Returns a legal entity.",
|
||||
@@ -352,6 +374,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -387,7 +410,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id",
|
||||
"description": "Updates a legal entity. >To change the legal entity type, include only the new `type` in your request. To update the `entityAssociations` array, you need to replace the entire array. For example, if the array has 3 entries and you want to remove 1 entry, you need to PATCH the resource with the remaining 2 entries.",
|
||||
@@ -400,16 +424,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use the requested verification code 0_0001 to resolve any suberrors associated with the legal entity. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -452,16 +479,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use the requested verification code 0_0001 to resolve any suberrors associated with the legal entity. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -504,16 +534,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use the requested verification code 0_0001 to resolve any suberrors associated with the legal entity. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -556,16 +589,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use the requested verification code 0_0001 to resolve any suberrors associated with the legal entity. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -608,16 +644,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use the requested verification code 0_0001 to resolve any suberrors associated with the legal entity. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -653,7 +692,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id/businessLines",
|
||||
"description": "Returns the business lines owned by a legal entity.",
|
||||
@@ -666,6 +706,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -703,6 +744,58 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id/confirmDataReview",
|
||||
"description": "Confirms that your user has reviewed the data for the legal entity specified in the path. Call this endpoint to inform Adyen that your user reviewed and verified that the data is up-to-date. The endpoint returns the timestamp of when Adyen received the request.",
|
||||
"item": [
|
||||
{
|
||||
"name": "Confirm data review",
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"url": {
|
||||
"raw": "{{baseUrl}}/legalEntities/:id/confirmDataReview",
|
||||
"host": [
|
||||
"{{baseUrl}}"
|
||||
],
|
||||
"path": [
|
||||
"legalEntities",
|
||||
":id",
|
||||
"confirmDataReview"
|
||||
],
|
||||
"variable": [
|
||||
{
|
||||
"key": "id",
|
||||
"value": "",
|
||||
"description": "The unique identifier of the legal entity."
|
||||
}
|
||||
],
|
||||
"query": [
|
||||
]
|
||||
},
|
||||
"description": "Confirms that your user has reviewed the data for the legal entity specified in the path. Call this endpoint to inform Adyen that your user reviewed and verified that the data is up-to-date. The endpoint returns the timestamp of when Adyen received the request."
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -720,11 +813,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -761,7 +856,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/themes",
|
||||
"description": "Returns a list of hosted onboarding page themes. >If you are using hosted onboarding, [only use v2](https://docs.adyen.com/release-notes/platforms-and-financial-products#releaseNote=2023-05-01-legal-entity-management-api-3) for your API requests. ",
|
||||
@@ -774,6 +870,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -803,7 +900,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/themes/:id",
|
||||
"description": "Returns the details of the theme identified in the path.>If you are using hosted onboarding, [only use v2](https://docs.adyen.com/release-notes/platforms-and-financial-products#releaseNote=2023-05-01-legal-entity-management-api-3) for your API requests. ",
|
||||
@@ -816,6 +914,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -852,6 +951,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -869,11 +969,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -903,7 +1005,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/businessLines/:id",
|
||||
"description": "Deletes a business line. >If you delete a business line linked to a [payment method](https://docs.adyen.com/development-resources/paymentmethodvariant#management-api), it can affect your merchant account's ability to use the [payment method](https://docs.adyen.com/api-explorer/Management/latest/post/merchants/_merchantId_/paymentMethodSettings). The business line is removed from all linked merchant accounts.",
|
||||
@@ -916,6 +1019,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -951,7 +1055,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/businessLines/:id",
|
||||
"description": "Returns the detail of a business line.",
|
||||
@@ -964,6 +1069,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -999,7 +1105,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/businessLines/:id",
|
||||
"description": "Updates a business line.",
|
||||
@@ -1012,11 +1119,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1053,6 +1162,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1070,16 +1180,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -1109,7 +1222,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/documents/:id",
|
||||
"description": "Deletes a document.",
|
||||
@@ -1122,6 +1236,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1157,7 +1272,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/documents/:id",
|
||||
"description": "Returns a document.",
|
||||
@@ -1170,6 +1286,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1205,7 +1322,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/documents/:id",
|
||||
"description": "Updates a document. >You can upload a maximum of 15 pages for photo IDs.",
|
||||
@@ -1218,16 +1336,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use the requested verification code 0_0001 to resolve any suberrors associated with the document. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -1264,6 +1385,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1281,11 +1403,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1322,7 +1446,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id/termsOfService/:termsofservicedocumentid",
|
||||
"description": "Accepts Terms of Service.",
|
||||
@@ -1335,11 +1460,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1382,7 +1509,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id/termsOfServiceAcceptanceInfos",
|
||||
"description": "Returns Terms of Service information for a legal entity.",
|
||||
@@ -1395,6 +1523,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1431,7 +1560,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id/termsOfServiceStatus",
|
||||
"description": "Returns the required types of Terms of Service that need to be accepted by a legal entity.",
|
||||
@@ -1444,6 +1574,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1481,6 +1612,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1498,16 +1630,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -1544,16 +1679,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -1583,7 +1721,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/transferInstruments/:id",
|
||||
"description": "Deletes a transfer instrument.",
|
||||
@@ -1596,6 +1735,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1631,7 +1771,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/transferInstruments/:id",
|
||||
"description": "Returns the details of a transfer instrument.",
|
||||
@@ -1644,6 +1785,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1679,7 +1821,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/transferInstruments/:id",
|
||||
"description": "Updates a transfer instrument.",
|
||||
@@ -1692,16 +1835,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use the requested verification code 0_0001 to resolve any suberrors associated with the transfer instrument. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -1738,6 +1884,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1755,6 +1902,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1791,7 +1939,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id/pciQuestionnaires/:pciid",
|
||||
"description": "Returns the signed PCI questionnaire.",
|
||||
@@ -1804,6 +1953,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1846,7 +1996,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id/pciQuestionnaires/generatePciTemplates",
|
||||
"description": "Generates the required PCI questionnaires based on the user's [salesChannel](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/businessLines__reqParam_salesChannels).",
|
||||
@@ -1859,11 +2010,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1901,7 +2054,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id/pciQuestionnaires/signPciTemplates",
|
||||
"description": "Signs the required PCI questionnaire.",
|
||||
@@ -1914,11 +2068,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1957,6 +2113,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,16 +24,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -70,16 +73,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -116,16 +122,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -162,16 +171,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -208,16 +220,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -254,16 +269,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -300,16 +318,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -339,7 +360,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id",
|
||||
"description": "Returns a legal entity.",
|
||||
@@ -352,6 +374,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -387,7 +410,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id",
|
||||
"description": "Updates a legal entity. >To change the legal entity type, include only the new `type` in your request. To update the `entityAssociations` array, you need to replace the entire array. For example, if the array has 3 entries and you want to remove 1 entry, you need to PATCH the resource with the remaining 2 entries.",
|
||||
@@ -400,16 +424,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use the requested verification code 0_0001 to resolve any suberrors associated with the legal entity. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -452,16 +479,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use the requested verification code 0_0001 to resolve any suberrors associated with the legal entity. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -504,16 +534,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use the requested verification code 0_0001 to resolve any suberrors associated with the legal entity. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -556,16 +589,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use the requested verification code 0_0001 to resolve any suberrors associated with the legal entity. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -608,16 +644,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use the requested verification code 0_0001 to resolve any suberrors associated with the legal entity. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -653,7 +692,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id/businessLines",
|
||||
"description": "Returns the business lines owned by a legal entity.",
|
||||
@@ -666,6 +706,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -702,7 +743,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id/checkVerificationErrors",
|
||||
"description": "Returns the verification errors for a legal entity and its supporting entities.",
|
||||
@@ -715,6 +757,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -752,6 +795,58 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id/confirmDataReview",
|
||||
"description": "Confirms that your user has reviewed the data for the legal entity specified in the path. Call this endpoint to inform Adyen that your user reviewed and verified that the data is up-to-date. The endpoint returns the timestamp of when Adyen received the request.",
|
||||
"item": [
|
||||
{
|
||||
"name": "Confirm data review",
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"url": {
|
||||
"raw": "{{baseUrl}}/legalEntities/:id/confirmDataReview",
|
||||
"host": [
|
||||
"{{baseUrl}}"
|
||||
],
|
||||
"path": [
|
||||
"legalEntities",
|
||||
":id",
|
||||
"confirmDataReview"
|
||||
],
|
||||
"variable": [
|
||||
{
|
||||
"key": "id",
|
||||
"value": "",
|
||||
"description": "The unique identifier of the legal entity."
|
||||
}
|
||||
],
|
||||
"query": [
|
||||
]
|
||||
},
|
||||
"description": "Confirms that your user has reviewed the data for the legal entity specified in the path. Call this endpoint to inform Adyen that your user reviewed and verified that the data is up-to-date. The endpoint returns the timestamp of when Adyen received the request."
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -769,11 +864,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -810,7 +907,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/themes",
|
||||
"description": "Returns a list of hosted onboarding page themes. >If you are using hosted onboarding, [only use v2](https://docs.adyen.com/release-notes/platforms-and-financial-products#releaseNote=2023-05-01-legal-entity-management-api-3) for your API requests. ",
|
||||
@@ -823,6 +921,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -852,7 +951,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/themes/:id",
|
||||
"description": "Returns the details of the theme identified in the path.>If you are using hosted onboarding, [only use v2](https://docs.adyen.com/release-notes/platforms-and-financial-products#releaseNote=2023-05-01-legal-entity-management-api-3) for your API requests. ",
|
||||
@@ -865,6 +965,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -901,6 +1002,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -918,11 +1020,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -959,11 +1063,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -993,7 +1099,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/businessLines/:id",
|
||||
"description": "Deletes a business line. >If you delete a business line linked to a [payment method](https://docs.adyen.com/development-resources/paymentmethodvariant#management-api), it can affect your merchant account's ability to use the [payment method](https://docs.adyen.com/api-explorer/Management/latest/post/merchants/_merchantId_/paymentMethodSettings). The business line is removed from all linked merchant accounts.",
|
||||
@@ -1006,6 +1113,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1041,7 +1149,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/businessLines/:id",
|
||||
"description": "Returns the detail of a business line.",
|
||||
@@ -1054,6 +1163,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1089,7 +1199,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/businessLines/:id",
|
||||
"description": "Updates a business line.",
|
||||
@@ -1102,11 +1213,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1143,6 +1256,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1160,16 +1274,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -1199,7 +1316,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/documents/:id",
|
||||
"description": "Deletes a document.",
|
||||
@@ -1212,6 +1330,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1247,7 +1366,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/documents/:id",
|
||||
"description": "Returns a document.",
|
||||
@@ -1260,6 +1380,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1295,7 +1416,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/documents/:id",
|
||||
"description": "Updates a document. >You can upload a maximum of 15 pages for photo IDs.",
|
||||
@@ -1308,16 +1430,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use the requested verification code 0_0001 to resolve any suberrors associated with the document. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -1354,6 +1479,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1371,11 +1497,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1412,7 +1540,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id/termsOfService/:termsofservicedocumentid",
|
||||
"description": "Accepts Terms of Service.",
|
||||
@@ -1425,11 +1554,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1472,7 +1603,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id/termsOfServiceAcceptanceInfos",
|
||||
"description": "Returns Terms of Service information for a legal entity.",
|
||||
@@ -1485,6 +1617,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1521,7 +1654,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id/termsOfServiceStatus",
|
||||
"description": "Returns the required types of Terms of Service that need to be accepted by a legal entity.",
|
||||
@@ -1534,6 +1668,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1571,6 +1706,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1588,16 +1724,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -1634,16 +1773,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use a suberror code as your requested verification code. You can include one code at a time in your request header. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -1673,7 +1815,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/transferInstruments/:id",
|
||||
"description": "Deletes a transfer instrument.",
|
||||
@@ -1686,6 +1829,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1721,7 +1865,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/transferInstruments/:id",
|
||||
"description": "Returns the details of a transfer instrument.",
|
||||
@@ -1734,6 +1879,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1769,7 +1915,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/transferInstruments/:id",
|
||||
"description": "Updates a transfer instrument.",
|
||||
@@ -1782,16 +1929,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "x-requested-verification-code",
|
||||
"value": "",
|
||||
"description": "Use the requested verification code 0_0001 to resolve any suberrors associated with the transfer instrument. Requested verification codes can only be used in your test environment.",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -1828,6 +1978,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1845,6 +1996,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1881,7 +2033,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id/pciQuestionnaires/:pciid",
|
||||
"description": "Returns the signed PCI questionnaire.",
|
||||
@@ -1894,6 +2047,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1936,7 +2090,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id/pciQuestionnaires/generatePciTemplates",
|
||||
"description": "Generates the required PCI questionnaires based on the user's [salesChannel](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/businessLines__reqParam_salesChannels).",
|
||||
@@ -1949,11 +2104,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -1991,7 +2148,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/legalEntities/:id/pciQuestionnaires/signPciTemplates",
|
||||
"description": "Signs the required PCI questionnaire.",
|
||||
@@ -2004,11 +2162,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -2047,6 +2207,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -24,11 +24,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -58,7 +60,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/storeDetailAndSubmitThirdParty",
|
||||
"description": "Submits a payout and stores its details for subsequent payouts. The submitted payout must be confirmed or declined either by a reviewer or via `/confirmThirdParty` or `/declineThirdParty` calls.",
|
||||
@@ -71,11 +74,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -112,11 +117,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -153,11 +160,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -194,11 +203,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -235,11 +246,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -269,7 +282,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/submitThirdParty",
|
||||
"description": "Submits a payout using the previously stored payment details. To store payment details, use the `/storeDetail` API call. The submitted payout must be confirmed or declined either by a reviewer or via `/confirmThirdParty` or `/declineThirdParty` calls.",
|
||||
@@ -282,11 +296,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -317,6 +333,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -334,11 +351,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -375,11 +394,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -410,6 +431,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -427,11 +449,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -461,7 +485,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/declineThirdParty",
|
||||
"description": "Cancels a previously submitted payout. To confirm and send a payout, use the `/confirmThirdParty` endpoint.",
|
||||
@@ -474,11 +499,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -509,6 +536,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,11 +24,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -58,7 +60,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/storeDetailAndSubmitThirdParty",
|
||||
"description": "Submits a payout and stores its details for subsequent payouts. The submitted payout must be confirmed or declined either by a reviewer or via `/confirmThirdParty` or `/declineThirdParty` calls.",
|
||||
@@ -71,11 +74,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -112,11 +117,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -153,11 +160,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -194,11 +203,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -235,11 +246,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -269,7 +282,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/submitThirdParty",
|
||||
"description": "Submits a payout using the previously stored payment details. To store payment details, use the `/storeDetail` API call. The submitted payout must be confirmed or declined either by a reviewer or via `/confirmThirdParty` or `/declineThirdParty` calls.",
|
||||
@@ -282,11 +296,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -317,6 +333,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -334,11 +351,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -375,11 +394,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -410,6 +431,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -427,11 +449,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -461,7 +485,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/declineThirdParty",
|
||||
"description": "Cancels a previously submitted payout. To confirm and send a payout, use the `/confirmThirdParty` endpoint.",
|
||||
@@ -474,11 +499,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -509,6 +536,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,11 +24,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -58,7 +60,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/storeDetailAndSubmitThirdParty",
|
||||
"description": "Submits a payout and stores its details for subsequent payouts. The submitted payout must be confirmed or declined either by a reviewer or via `/confirmThirdParty` or `/declineThirdParty` calls.",
|
||||
@@ -71,11 +74,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -112,11 +117,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -153,11 +160,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -194,11 +203,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -235,11 +246,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -269,7 +282,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/submitThirdParty",
|
||||
"description": "Submits a payout using the previously stored payment details. To store payment details, use the `/storeDetail` API call. The submitted payout must be confirmed or declined either by a reviewer or via `/confirmThirdParty` or `/declineThirdParty` calls.",
|
||||
@@ -282,11 +296,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -317,6 +333,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -334,11 +351,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -375,11 +394,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -410,6 +431,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -427,11 +449,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -461,7 +485,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/declineThirdParty",
|
||||
"description": "Cancels a previously submitted payout. To confirm and send a payout, use the `/confirmThirdParty` endpoint.",
|
||||
@@ -474,11 +499,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -509,6 +536,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,11 +24,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -58,7 +60,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/storeDetailAndSubmitThirdParty",
|
||||
"description": "Submits a payout and stores its details for subsequent payouts. The submitted payout must be confirmed or declined either by a reviewer or via `/confirmThirdParty` or `/declineThirdParty` calls.",
|
||||
@@ -71,11 +74,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -112,11 +117,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -153,11 +160,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -194,11 +203,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -235,11 +246,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -269,7 +282,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/submitThirdParty",
|
||||
"description": "Submits a payout using the previously stored payment details. To store payment details, use the `/storeDetail` API call. The submitted payout must be confirmed or declined either by a reviewer or via `/confirmThirdParty` or `/declineThirdParty` calls.",
|
||||
@@ -282,11 +296,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -317,6 +333,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -334,11 +351,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -375,11 +394,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -410,6 +431,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -427,11 +449,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -461,7 +485,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/declineThirdParty",
|
||||
"description": "Cancels a previously submitted payout. To confirm and send a payout, use the `/confirmThirdParty` endpoint.",
|
||||
@@ -474,11 +499,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -509,6 +536,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,11 +24,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -58,7 +60,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/storeDetailAndSubmitThirdParty",
|
||||
"description": "Submits a payout and stores its details for subsequent payouts. The submitted payout must be confirmed or declined either by a reviewer or via `/confirmThirdParty` or `/declineThirdParty` calls.",
|
||||
@@ -71,11 +74,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -112,11 +117,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -153,11 +160,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -194,11 +203,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -235,11 +246,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -269,7 +282,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/submitThirdParty",
|
||||
"description": "Submits a payout using the previously stored payment details. To store payment details, use the `/storeDetail` API call. The submitted payout must be confirmed or declined either by a reviewer or via `/confirmThirdParty` or `/declineThirdParty` calls.",
|
||||
@@ -282,11 +296,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -317,6 +333,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -334,11 +351,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -375,11 +394,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -410,6 +431,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -427,11 +449,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -461,7 +485,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/declineThirdParty",
|
||||
"description": "Cancels a previously submitted payout. To confirm and send a payout, use the `/confirmThirdParty` endpoint.",
|
||||
@@ -474,11 +499,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -509,6 +536,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,11 +24,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -58,7 +60,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/storeDetailAndSubmitThirdParty",
|
||||
"description": "Submits a payout and stores its details for subsequent payouts. The submitted payout must be confirmed or declined either by a reviewer or via `/confirmThirdParty` or `/declineThirdParty` calls.",
|
||||
@@ -71,11 +74,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -112,11 +117,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -153,11 +160,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -194,11 +203,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -235,11 +246,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -269,7 +282,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/submitThirdParty",
|
||||
"description": "Submits a payout using the previously stored payment details. To store payment details, use the `/storeDetail` API call. The submitted payout must be confirmed or declined either by a reviewer or via `/confirmThirdParty` or `/declineThirdParty` calls.",
|
||||
@@ -282,11 +296,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -317,6 +333,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -334,11 +351,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -375,11 +394,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -410,6 +431,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -427,11 +449,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -461,7 +485,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/declineThirdParty",
|
||||
"description": "Cancels a previously submitted payout. To confirm and send a payout, use the `/confirmThirdParty` endpoint.",
|
||||
@@ -474,11 +499,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -509,6 +536,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,11 +24,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -58,7 +60,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/storeDetailAndSubmitThirdParty",
|
||||
"description": "Submits a payout and stores its details for subsequent payouts. The submitted payout must be confirmed or declined either by a reviewer or via `/confirmThirdParty` or `/declineThirdParty` calls.",
|
||||
@@ -71,11 +74,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -112,11 +117,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -153,11 +160,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -194,11 +203,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -235,11 +246,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -269,7 +282,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/submitThirdParty",
|
||||
"description": "Submits a payout using the previously stored payment details. To store payment details, use the `/storeDetail` API call. The submitted payout must be confirmed or declined either by a reviewer or via `/confirmThirdParty` or `/declineThirdParty` calls.",
|
||||
@@ -282,11 +296,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -317,6 +333,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -334,11 +351,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -375,11 +394,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -410,6 +431,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -427,11 +449,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -461,7 +485,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/declineThirdParty",
|
||||
"description": "Cancels a previously submitted payout. To confirm and send a payout, use the `/confirmThirdParty` endpoint.",
|
||||
@@ -474,11 +499,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -509,6 +536,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,11 +24,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -58,7 +60,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/storeDetailAndSubmitThirdParty",
|
||||
"description": "Submits a payout and stores its details for subsequent payouts. The submitted payout must be confirmed or declined either by a reviewer or via `/confirmThirdParty` or `/declineThirdParty` calls.",
|
||||
@@ -71,11 +74,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -112,11 +117,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -153,11 +160,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -194,11 +203,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -235,11 +246,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -269,7 +282,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/submitThirdParty",
|
||||
"description": "Submits a payout using the previously stored payment details. To store payment details, use the `/storeDetail` API call. The submitted payout must be confirmed or declined either by a reviewer or via `/confirmThirdParty` or `/declineThirdParty` calls.",
|
||||
@@ -282,11 +296,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -317,6 +333,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -334,11 +351,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -375,11 +394,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -410,6 +431,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -427,11 +449,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -461,7 +485,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/declineThirdParty",
|
||||
"description": "Cancels a previously submitted payout. To confirm and send a payout, use the `/confirmThirdParty` endpoint.",
|
||||
@@ -474,11 +499,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -509,6 +536,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,11 +24,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -58,7 +60,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/listRecurringDetails",
|
||||
"description": "Lists the stored payment details for a shopper, if there are any available. The recurring detail ID can be used with a regular authorisation request to charge the shopper. A summary of the payment detail is returned for presentation to the shopper. For more information, refer to [Retrieve stored details](https://docs.adyen.com/classic-integration/recurring-payments/retrieve-stored-details/).",
|
||||
@@ -71,11 +74,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -105,7 +110,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/notifyShopper",
|
||||
"description": "Sends a request to the issuer so they can inform the shopper about the upcoming recurring payment. This endpoint is used only for local acquiring in India. For more information, refer to [Recurring card payments in India](https://docs.adyen.com/payment-methods/cards/cards-recurring-india).",
|
||||
@@ -118,11 +124,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -152,7 +160,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/scheduleAccountUpdater",
|
||||
"description": "When making the API call, you can submit either the credit card information, or the recurring detail reference and the shopper reference: * If the card information is provided, all the sub-fields for `card` are mandatory. * If the recurring detail reference is provided, the fields for `shopperReference` and `selectedRecurringDetailReference` are mandatory.",
|
||||
@@ -165,11 +174,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -206,11 +217,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -241,6 +254,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,11 +24,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -58,7 +60,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/listRecurringDetails",
|
||||
"description": "Lists the stored payment details for a shopper, if there are any available. The recurring detail ID can be used with a regular authorisation request to charge the shopper. A summary of the payment detail is returned for presentation to the shopper. For more information, refer to [Retrieve stored details](https://docs.adyen.com/classic-integration/recurring-payments/retrieve-stored-details/).",
|
||||
@@ -71,11 +74,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -105,7 +110,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/notifyShopper",
|
||||
"description": "Sends a request to the issuer so they can inform the shopper about the upcoming recurring payment. This endpoint is used only for local acquiring in India. For more information, refer to [Recurring card payments in India](https://docs.adyen.com/payment-methods/cards/cards-recurring-india).",
|
||||
@@ -118,11 +124,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -152,7 +160,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/scheduleAccountUpdater",
|
||||
"description": "When making the API call, you can submit either the credit card information, or the recurring detail reference and the shopper reference: * If the card information is provided, all the sub-fields for `card` are mandatory. * If the recurring detail reference is provided, the fields for `shopperReference` and `selectedRecurringDetailReference` are mandatory.",
|
||||
@@ -165,11 +174,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -206,11 +217,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -241,6 +254,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,11 +24,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -58,7 +60,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/disable",
|
||||
"description": "Disables stored payment details to stop charging a shopper with this particular recurring detail ID. For more information, refer to [Disable stored details](https://docs.adyen.com/classic-integration/recurring-payments/disable-stored-details/).",
|
||||
@@ -71,11 +74,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -105,7 +110,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/listRecurringDetails",
|
||||
"description": "Lists the stored payment details for a shopper, if there are any available. The recurring detail ID can be used with a regular authorisation request to charge the shopper. A summary of the payment detail is returned for presentation to the shopper. For more information, refer to [Retrieve stored details](https://docs.adyen.com/classic-integration/recurring-payments/retrieve-stored-details/).",
|
||||
@@ -118,11 +124,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -152,7 +160,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/notifyShopper",
|
||||
"description": "Sends a request to the issuer so they can inform the shopper about the upcoming recurring payment. This endpoint is used only for local acquiring in India. For more information, refer to [Recurring card payments in India](https://docs.adyen.com/payment-methods/cards/cards-recurring-india).",
|
||||
@@ -165,11 +174,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -199,7 +210,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/scheduleAccountUpdater",
|
||||
"description": "When making the API call, you can submit either the credit card information, or the recurring detail reference and the shopper reference: * If the card information is provided, all the sub-fields for `card` are mandatory. * If the recurring detail reference is provided, the fields for `shopperReference` and `selectedRecurringDetailReference` are mandatory.",
|
||||
@@ -212,11 +224,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -253,11 +267,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -288,6 +304,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,11 +24,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -58,7 +60,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/disable",
|
||||
"description": "Disables stored payment details to stop charging a shopper with this particular recurring detail ID. For more information, refer to [Disable stored details](https://docs.adyen.com/classic-integration/recurring-payments/disable-stored-details/).",
|
||||
@@ -71,11 +74,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -105,7 +110,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/listRecurringDetails",
|
||||
"description": "Lists the stored payment details for a shopper, if there are any available. The recurring detail ID can be used with a regular authorisation request to charge the shopper. A summary of the payment detail is returned for presentation to the shopper. For more information, refer to [Retrieve stored details](https://docs.adyen.com/classic-integration/recurring-payments/retrieve-stored-details/).",
|
||||
@@ -118,11 +124,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -152,7 +160,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/notifyShopper",
|
||||
"description": "Sends a request to the issuer so they can inform the shopper about the upcoming recurring payment. This endpoint is used only for local acquiring in India. For more information, refer to [Recurring card payments in India](https://docs.adyen.com/payment-methods/cards/cards-recurring-india).",
|
||||
@@ -165,11 +174,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -199,7 +210,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/scheduleAccountUpdater",
|
||||
"description": "When making the API call, you can submit either the credit card information, or the recurring detail reference and the shopper reference: * If the card information is provided, all the sub-fields for `card` are mandatory. * If the recurring detail reference is provided, the fields for `shopperReference` and `selectedRecurringDetailReference` are mandatory.",
|
||||
@@ -212,11 +224,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -253,11 +267,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -288,6 +304,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,11 +24,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -58,7 +60,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/disable",
|
||||
"description": "Disables stored payment details to stop charging a shopper with this particular recurring detail ID. For more information, refer to [Disable stored details](https://docs.adyen.com/classic-integration/recurring-payments/disable-stored-details/).",
|
||||
@@ -71,11 +74,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -105,7 +110,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/disablePermit",
|
||||
"description": "Disable a permit that was previously linked to a recurringDetailReference.",
|
||||
@@ -118,11 +124,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -152,7 +160,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/listRecurringDetails",
|
||||
"description": "Lists the stored payment details for a shopper, if there are any available. The recurring detail ID can be used with a regular authorisation request to charge the shopper. A summary of the payment detail is returned for presentation to the shopper. For more information, refer to [Retrieve stored details](https://docs.adyen.com/classic-integration/recurring-payments/retrieve-stored-details/).",
|
||||
@@ -165,11 +174,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -199,7 +210,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/notifyShopper",
|
||||
"description": "Sends a request to the issuer so they can inform the shopper about the upcoming recurring payment. This endpoint is used only for local acquiring in India. For more information, refer to [Recurring card payments in India](https://docs.adyen.com/payment-methods/cards/cards-recurring-india).",
|
||||
@@ -212,11 +224,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -246,7 +260,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/scheduleAccountUpdater",
|
||||
"description": "When making the API call, you can submit either the credit card information, or the recurring detail reference and the shopper reference: * If the card information is provided, all the sub-fields for `card` are mandatory. * If the recurring detail reference is provided, the fields for `shopperReference` and `selectedRecurringDetailReference` are mandatory.",
|
||||
@@ -259,11 +274,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -300,11 +317,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -335,6 +354,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,11 +24,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -58,7 +60,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/disable",
|
||||
"description": "Disables stored payment details to stop charging a shopper with this particular recurring detail ID. For more information, refer to [Disable stored details](https://docs.adyen.com/classic-integration/recurring-payments/disable-stored-details/).",
|
||||
@@ -71,11 +74,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -105,7 +110,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/disablePermit",
|
||||
"description": "Disable a permit that was previously linked to a recurringDetailReference.",
|
||||
@@ -118,11 +124,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -152,7 +160,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/listRecurringDetails",
|
||||
"description": "Lists the stored payment details for a shopper, if there are any available. The recurring detail ID can be used with a regular authorisation request to charge the shopper. A summary of the payment detail is returned for presentation to the shopper. For more information, refer to [Retrieve stored details](https://docs.adyen.com/classic-integration/recurring-payments/retrieve-stored-details/).",
|
||||
@@ -165,11 +174,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -199,7 +210,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/notifyShopper",
|
||||
"description": "Sends a request to the issuer so they can inform the shopper about the upcoming recurring payment. This endpoint is used only for local acquiring in India. For more information, refer to [Recurring card payments in India](https://docs.adyen.com/payment-methods/cards/cards-recurring-india).",
|
||||
@@ -212,11 +224,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -246,7 +260,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/scheduleAccountUpdater",
|
||||
"description": "When making the API call, you can submit either the credit card information, or the recurring detail reference and the shopper reference: * If the card information is provided, all the sub-fields for `card` are mandatory. * If the recurring detail reference is provided, the fields for `shopperReference` and `selectedRecurringDetailReference` are mandatory.",
|
||||
@@ -259,11 +274,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -300,11 +317,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -335,6 +354,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,11 +24,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -58,7 +60,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/checkBalance",
|
||||
"description": "Checks the balance of the provided payment method.",
|
||||
@@ -71,11 +74,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -105,7 +110,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/issue",
|
||||
"description": "Issues a new card of the given payment method.",
|
||||
@@ -118,11 +124,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -152,7 +160,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/load",
|
||||
"description": "Loads the payment method with the specified funds.",
|
||||
@@ -165,11 +174,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -199,7 +210,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/mergeBalance",
|
||||
"description": "Increases the balance of the paymentmethod by the full amount left on the source paymentmethod",
|
||||
@@ -212,11 +224,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -246,7 +260,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/voidTransaction",
|
||||
"description": "Voids the referenced stored value transaction.",
|
||||
@@ -259,11 +274,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -294,6 +311,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,11 +24,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -59,6 +61,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,11 +24,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -65,11 +67,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -106,11 +110,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -140,7 +146,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/findTerminal",
|
||||
"description": "Returns the company account, merchant account, or store that a payment terminal is assigned to.",
|
||||
@@ -153,11 +160,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -187,7 +196,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/getStoresUnderAccount",
|
||||
"description": "Returns a list of stores associated with a company account or a merchant account, including the status of each store.",
|
||||
@@ -200,11 +210,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -241,11 +253,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -275,7 +289,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/getTerminalDetails",
|
||||
"description": "Returns the details of a payment terminal, including where the terminal is assigned to. The response returns the same details that are provided in the terminal list in your Customer Area and in the Terminal Fleet report.",
|
||||
@@ -288,11 +303,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -322,7 +339,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/getTerminalsUnderAccount",
|
||||
"description": "Returns a list of payment terminals associated with a company account, merchant account, or store. The response shows whether the terminals are in the inventory, or in-store (ready for boarding or already boarded).",
|
||||
@@ -335,11 +353,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -376,11 +396,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -417,11 +439,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -452,6 +476,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -49,35 +50,51 @@
|
||||
"query": [
|
||||
{
|
||||
"key": "balancePlatform",
|
||||
"value": "balancePlatform_example"
|
||||
"value": "balancePlatform_example",
|
||||
"description": "The unique identifier of the [balance platform](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/get/balancePlatforms/{id}__queryParam_id). Required if you don't provide a `balanceAccountId` or `accountHolderId`.",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"key": "paymentInstrumentId",
|
||||
"value": "paymentInstrumentId_example"
|
||||
"value": "paymentInstrumentId_example",
|
||||
"description": "The unique identifier of the [payment instrument](https://docs.adyen.com/api-explorer/balanceplatform/latest/get/paymentInstruments/_id_). To use this parameter, you must also provide a `balanceAccountId`, `accountHolderId`, or `balancePlatform`. The `paymentInstrumentId` must be related to the `balanceAccountId` or `accountHolderId` that you provide.",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"key": "accountHolderId",
|
||||
"value": "accountHolderId_example"
|
||||
"value": "accountHolderId_example",
|
||||
"description": "The unique identifier of the [account holder](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/get/accountHolders/{id}__queryParam_id). Required if you don't provide a `balanceAccountId` or `balancePlatform`. If you provide a `balanceAccountId`, the `accountHolderId` must be related to the `balanceAccountId`.",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"key": "balanceAccountId",
|
||||
"value": "balanceAccountId_example"
|
||||
"value": "balanceAccountId_example",
|
||||
"description": "The unique identifier of the [balance account](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/get/balanceAccounts/{id}__queryParam_id). Required if you don't provide an `accountHolderId` or `balancePlatform`. If you provide an `accountHolderId`, the `balanceAccountId` must be related to the `accountHolderId`.",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"key": "cursor",
|
||||
"value": "cursor_example"
|
||||
"value": "cursor_example",
|
||||
"description": "The `cursor` returned in the links of the previous response.",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"key": "createdSince",
|
||||
"value": "2013-10-20T19:20:30+01:00"
|
||||
"value": "2013-10-20T19:20:30+01:00",
|
||||
"description": "Only include transactions that have been created on or after this point in time. The value must be in ISO 8601 format. For example, **2021-05-30T15:07:40Z**.",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "createdUntil",
|
||||
"value": "2013-10-20T19:20:30+01:00"
|
||||
"value": "2013-10-20T19:20:30+01:00",
|
||||
"description": "Only include transactions that have been created on or before this point in time. The value must be in ISO 8601 format. For example, **2021-05-30T15:07:40Z**.",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "limit",
|
||||
"value": "56"
|
||||
"value": "56",
|
||||
"description": "The number of items returned per page, maximum of 100 items. By default, the response returns 10 items per page.",
|
||||
"disabled": true
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -85,7 +102,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"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.",
|
||||
@@ -98,6 +116,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -134,6 +153,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -151,16 +171,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "WWW-Authenticate",
|
||||
"value": "",
|
||||
"description": "Header for authenticating through SCA",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -197,16 +220,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "WWW-Authenticate",
|
||||
"value": "",
|
||||
"description": "Header for authenticating through SCA",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -237,6 +263,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -49,35 +50,51 @@
|
||||
"query": [
|
||||
{
|
||||
"key": "balancePlatform",
|
||||
"value": "balancePlatform_example"
|
||||
"value": "balancePlatform_example",
|
||||
"description": "The unique identifier of the [balance platform](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/get/balancePlatforms/{id}__queryParam_id). Required if you don't provide a `balanceAccountId` or `accountHolderId`.",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"key": "paymentInstrumentId",
|
||||
"value": "paymentInstrumentId_example"
|
||||
"value": "paymentInstrumentId_example",
|
||||
"description": "The unique identifier of the [payment instrument](https://docs.adyen.com/api-explorer/balanceplatform/latest/get/paymentInstruments/_id_). To use this parameter, you must also provide a `balanceAccountId`, `accountHolderId`, or `balancePlatform`. The `paymentInstrumentId` must be related to the `balanceAccountId` or `accountHolderId` that you provide.",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"key": "accountHolderId",
|
||||
"value": "accountHolderId_example"
|
||||
"value": "accountHolderId_example",
|
||||
"description": "The unique identifier of the [account holder](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/get/accountHolders/{id}__queryParam_id). Required if you don't provide a `balanceAccountId` or `balancePlatform`. If you provide a `balanceAccountId`, the `accountHolderId` must be related to the `balanceAccountId`.",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"key": "balanceAccountId",
|
||||
"value": "balanceAccountId_example"
|
||||
"value": "balanceAccountId_example",
|
||||
"description": "The unique identifier of the [balance account](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/get/balanceAccounts/{id}__queryParam_id). Required if you don't provide an `accountHolderId` or `balancePlatform`. If you provide an `accountHolderId`, the `balanceAccountId` must be related to the `accountHolderId`.",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"key": "cursor",
|
||||
"value": "cursor_example"
|
||||
"value": "cursor_example",
|
||||
"description": "The `cursor` returned in the links of the previous response.",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"key": "createdSince",
|
||||
"value": "2013-10-20T19:20:30+01:00"
|
||||
"value": "2013-10-20T19:20:30+01:00",
|
||||
"description": "Only include transactions that have been created on or after this point in time. The value must be in ISO 8601 format. For example, **2021-05-30T15:07:40Z**.",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "createdUntil",
|
||||
"value": "2013-10-20T19:20:30+01:00"
|
||||
"value": "2013-10-20T19:20:30+01:00",
|
||||
"description": "Only include transactions that have been created on or before this point in time. The value must be in ISO 8601 format. For example, **2021-05-30T15:07:40Z**.",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "limit",
|
||||
"value": "56"
|
||||
"value": "56",
|
||||
"description": "The number of items returned per page, maximum of 100 items. By default, the response returns 10 items per page.",
|
||||
"disabled": true
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -85,7 +102,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"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.",
|
||||
@@ -98,6 +116,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -134,6 +153,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -151,16 +171,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "WWW-Authenticate",
|
||||
"value": "",
|
||||
"description": "Header for authenticating through SCA",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -197,16 +220,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "WWW-Authenticate",
|
||||
"value": "",
|
||||
"description": "Header for authenticating through SCA",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -243,16 +269,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "WWW-Authenticate",
|
||||
"value": "",
|
||||
"description": "Header for authenticating through SCA",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -283,6 +312,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -49,35 +50,51 @@
|
||||
"query": [
|
||||
{
|
||||
"key": "balancePlatform",
|
||||
"value": "balancePlatform_example"
|
||||
"value": "balancePlatform_example",
|
||||
"description": "The unique identifier of the [balance platform](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/get/balancePlatforms/{id}__queryParam_id). Required if you don't provide a `balanceAccountId` or `accountHolderId`.",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"key": "paymentInstrumentId",
|
||||
"value": "paymentInstrumentId_example"
|
||||
"value": "paymentInstrumentId_example",
|
||||
"description": "The unique identifier of the [payment instrument](https://docs.adyen.com/api-explorer/balanceplatform/latest/get/paymentInstruments/_id_). To use this parameter, you must also provide a `balanceAccountId`, `accountHolderId`, or `balancePlatform`. The `paymentInstrumentId` must be related to the `balanceAccountId` or `accountHolderId` that you provide.",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"key": "accountHolderId",
|
||||
"value": "accountHolderId_example"
|
||||
"value": "accountHolderId_example",
|
||||
"description": "The unique identifier of the [account holder](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/get/accountHolders/{id}__queryParam_id). Required if you don't provide a `balanceAccountId` or `balancePlatform`. If you provide a `balanceAccountId`, the `accountHolderId` must be related to the `balanceAccountId`.",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"key": "balanceAccountId",
|
||||
"value": "balanceAccountId_example"
|
||||
"value": "balanceAccountId_example",
|
||||
"description": "The unique identifier of the [balance account](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/get/balanceAccounts/{id}__queryParam_id). Required if you don't provide an `accountHolderId` or `balancePlatform`. If you provide an `accountHolderId`, the `balanceAccountId` must be related to the `accountHolderId`.",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"key": "cursor",
|
||||
"value": "cursor_example"
|
||||
"value": "cursor_example",
|
||||
"description": "The `cursor` returned in the links of the previous response.",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"key": "createdSince",
|
||||
"value": "2013-10-20T19:20:30+01:00"
|
||||
"value": "2013-10-20T19:20:30+01:00",
|
||||
"description": "Only include transactions that have been created on or after this point in time. The value must be in ISO 8601 format. For example, **2021-05-30T15:07:40Z**.",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "createdUntil",
|
||||
"value": "2013-10-20T19:20:30+01:00"
|
||||
"value": "2013-10-20T19:20:30+01:00",
|
||||
"description": "Only include transactions that have been created on or before this point in time. The value must be in ISO 8601 format. For example, **2021-05-30T15:07:40Z**.",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "limit",
|
||||
"value": "56"
|
||||
"value": "56",
|
||||
"description": "The number of items returned per page, maximum of 100 items. By default, the response returns 10 items per page.",
|
||||
"disabled": true
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -85,7 +102,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"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.",
|
||||
@@ -98,6 +116,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -134,6 +153,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -151,16 +171,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "WWW-Authenticate",
|
||||
"value": "",
|
||||
"description": "Header for authenticating through SCA",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -197,16 +220,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "WWW-Authenticate",
|
||||
"value": "",
|
||||
"description": "Header for authenticating through SCA",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -243,16 +269,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "WWW-Authenticate",
|
||||
"value": "",
|
||||
"description": "Header for authenticating through SCA",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -289,16 +318,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "WWW-Authenticate",
|
||||
"value": "",
|
||||
"description": "Header for authenticating through SCA",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -335,16 +367,19 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "WWW-Authenticate",
|
||||
"value": "",
|
||||
"description": "Header for authenticating through SCA",
|
||||
"disabled": true
|
||||
}
|
||||
],
|
||||
@@ -374,7 +409,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/transfers/:transferId/returns",
|
||||
"description": "Returns previously transferred funds without creating a new `transferId`.",
|
||||
@@ -387,11 +423,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -429,6 +467,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -446,6 +485,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -471,7 +511,9 @@
|
||||
"query": [
|
||||
{
|
||||
"key": "counterpartyAccountHolderId",
|
||||
"value": "counterpartyAccountHolderId_example"
|
||||
"value": "counterpartyAccountHolderId_example",
|
||||
"description": "The counterparty account holder id.",
|
||||
"disabled": true
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -479,7 +521,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/grants",
|
||||
"description": "Requests the payout of the selected grant offer.",
|
||||
@@ -492,11 +535,13 @@
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -526,7 +571,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/grants/:id",
|
||||
"description": "Returns the details of a capital account specified in the path.",
|
||||
@@ -539,6 +585,7 @@
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
@@ -575,6 +622,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -102,7 +102,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"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.",
|
||||
@@ -152,6 +153,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -407,7 +409,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/transfers/:id/returns",
|
||||
"description": "Returns previously transferred funds without creating a new `transferId`.",
|
||||
@@ -464,6 +467,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -517,7 +521,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/grants",
|
||||
"description": "Requests the payout of the selected grant offer.",
|
||||
@@ -566,7 +571,8 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "/grants/:id",
|
||||
"description": "Returns the details of a capital account specified in the path.",
|
||||
@@ -616,6 +622,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user