Skip to main content
PUT
Update Billing Details
Updates the billing details for a team. Requires a verified email and is rate limited to 30 requests per minute.
team
string
required
The UUID of the team.
company_name
string
required
The company name. Maximum 255 characters.
email
string
required
The billing email address. Must be a valid email. Maximum 255 characters.
vat_number
string
The VAT number. Maximum 50 characters. Set to null to remove.
address_line1
string
required
Street address line. Maximum 255 characters.
address_city
string
required
City name. Maximum 255 characters.
address_postal_code
string
required
Postal or ZIP code. Maximum 20 characters.
address_country
string
required
Two-letter ISO country code.

Response

success
boolean
Whether the billing details were updated successfully.