> ## Documentation Index
> Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Billing Details

Updates the billing details for a team. Requires a verified email and is rate limited to 30 requests per minute.

<ParamField path="team" type="string" required>
  The UUID of the team.
</ParamField>

<ParamField body="company_name" type="string" required>
  The company name. Maximum 255 characters.
</ParamField>

<ParamField body="email" type="string" required>
  The billing email address. Must be a valid email. Maximum 255 characters.
</ParamField>

<ParamField body="vat_number" type="string">
  The VAT number. Maximum 50 characters. Set to `null` to remove.
</ParamField>

<ParamField body="address_line1" type="string" required>
  Street address line. Maximum 255 characters.
</ParamField>

<ParamField body="address_city" type="string" required>
  City name. Maximum 255 characters.
</ParamField>

<ParamField body="address_postal_code" type="string" required>
  Postal or ZIP code. Maximum 20 characters.
</ParamField>

<ParamField body="address_country" type="string" required>
  Two-letter ISO country code.
</ParamField>

## Response

<ResponseField name="success" type="boolean">
  Whether the billing details were updated successfully.
</ResponseField>
