v18

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

SetStripeCustomerID

Sets the Stripe customer ID for an organization's billing configuration.

Use this method to associate an existing Stripe customer with an organization during enterprise customer onboarding.

Examples

Deprecated: Use BillingService.SetupEnterpriseBilling instead. This method is no longer functional and will return an Unimplemented error.

  • Set Stripe customer ID:

    Associates a Stripe customer with an organization.

    organizationId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047"
    stripeCustomerId: "cus_ABC123"
    
post/gitpod.v1.OrganizationService/SetStripeCustomerID

Request body

organizationIdstring uuid required

organization_id is the ID of the organization to update

stripeCustomerIdstring required

stripe_customer_id is the Stripe customer ID to associate with the organization

Response

Success

GitpodV1SetStripeCustomerIDResponse required