Logo
API_DOC API Documentation

Get a tax form

POST {{baseUrl}}/getTaxForm

Generates a tax form for account holders operating in the US. For more information, refer to Providing tax forms.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X POST 'https://cal-test.adyen.com/cal/services/Account/v3/getTaxForm' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"accountHolderCode":"CODE_OF_ACCOUNT_HOLDER","formType":"1099-K","year":2020}'

ENDPOINTS