ReferenceTeam Management

Update

Update settings of the authenticated team. Currently: whether the team's payouts are reportable under DAC7, which decides if EU-resident payees must provide their tax identity before claiming.

PATCH/team

Update settings of the authenticated team. Currently: whether the team's payouts are reportable under DAC7, which decides if EU-resident payees must provide their tax identity before claiming.

Authorization

AuthorizationBearer <token>

Team API key generated from team settings. Sent as Authorization: Bearer <api_key>.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/team" \  -H "Content-Type: application/json" \  -d '{}'
{  "dac7ReportingRequired": true}