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
Response
Success
GitpodV1SetStripeCustomerIDResponse required