v18

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014211,6201.8 MB
gitpod.v1.BillingService

SetBillingAddress

Sets or updates the billing address for an organization.

Use this method to:

  • Set billing address for tax calculation and compliance
  • Update existing billing address information
  • Support international billing requirements

Examples

  • Set billing address:

    Sets a complete billing address for the organization.

    organizationId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047"
    name: "John Doe"
    address:
      line1: "123 Main St"
      line2: "Suite 100"
      city: "San Francisco"
      state: "CA"
      postalCode: "94105"
      country: "US"
    
post/gitpod.v1.BillingService/SetBillingAddress

Request body

namestring required

name is the name associated with the billing address

organizationIdstring uuid required

organization_id is the ID of the organization to set billing address for

Response

Success

GitpodV1SetBillingAddressResponse required