Skip to main content

Get the current organization's Stripe customer

GET 

/stripe/customers

Retrieves the Stripe Customer for the authenticated user's current organization. The customer id is read from organization.stripeCustomerId; a 404 is returned when the organization has no customer yet, or when the stored customer has been deleted in Stripe (in which case the stale id is cleared server-side). Requires the manageBilling ability.

Responses

The organization's Stripe customer object.