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
7c0c285caa
commit
9efc1b12d4
@@ -582,6 +582,63 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"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/).",
|
||||
"item": [
|
||||
{
|
||||
"name": "Get a tax form",
|
||||
"request": {
|
||||
"method": "GET",
|
||||
"header": [
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"url": {
|
||||
"raw": "{{baseUrl}}/accountHolders/:id/taxForms",
|
||||
"host": [
|
||||
"{{baseUrl}}"
|
||||
],
|
||||
"path": [
|
||||
"accountHolders",
|
||||
":id",
|
||||
"taxForms"
|
||||
],
|
||||
"variable": [
|
||||
{
|
||||
"key": "id",
|
||||
"value": "",
|
||||
"description": "The unique identifier of the account holder."
|
||||
}
|
||||
],
|
||||
"query": [
|
||||
{
|
||||
"key": "formType",
|
||||
"value": "formType_example"
|
||||
},
|
||||
{
|
||||
"key": "year",
|
||||
"value": "56"
|
||||
}
|
||||
]
|
||||
},
|
||||
"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/)."
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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.",
|
||||
"item": [
|
||||
|
||||
Reference in New Issue
Block a user