v1
latestOpenAPI 3.0.12026-07-243686491.1 MBTax Compliance
Register a team's FR tax compliance
Sets the FR compliance identifiers and/or fiscal registration on an existing team. countryCode must be fr (the only country supported today). At least one of the two blocks is required. Idempotent upsert. Required scope: teams:write </br>Organization authorization: supported
put/api/v1/teams/{teamId}/tax-compliance/{countryCode}
Path parameters
teamIdinteger required
countryCodestring required
Request body
Example request
{
"compliance_identifiers": {
"FR_SIREN": "840227060",
"FR_SIRET": "84022706000012",
"FR_VAT": "FR00840227060"
},
"fiscal_registration": {
"vatPaymentBasis": "ENCAISSEMENTS",
"legalFormCode": "5710",
"vatExemptionReasonCode": "VATEX-FR-FRANCHISE",
"declaration": {
"issuanceScope": "IN_SCOPE_2026"
}
}
}Response
Compliance data registered