Get tax profile
Persons
Get tax profile
Retrieve a person’s tax profile. Returns the same shape accepted by PUT /v1/persons//taxProfile.
GET
Get tax profile
Documentation Index
Fetch the complete documentation index at: https://docs.cadanapay.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Required when using a Platform API token. The tenant key identifying which business to operate on.
Path Parameters
The unique identifier for the person
Response
Successful operation
The person's tax profile. Empty if none set.
Example:
{
"countryCode": "DE",
"maritalStatus": "single",
"numberOfDependents": 2
}