Skip to content

Commit df57e60

Browse files
authored
docs: update billing information (#5531)
1 parent 99047b4 commit df57e60

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

packages/web/docs/src/pages/docs/management/organizations.mdx

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import NextImage from 'next/image'
2-
import { Callout } from '@theguild/components'
2+
import { Callout, Tabs } from '@theguild/components'
33
import orgImage from '../../../../public/docs/pages/first-steps/org.png'
44
import newOrgImage from '../../../../public/docs/pages/management/create-an-organization-button.png'
55
import orgCustomRoleImage from '../../../../public/docs/pages/management/org-custom-role.png'
@@ -183,6 +183,23 @@ for your needs. You can modify your plan and resevered quota any time during the
183183
custom needs.
184184
</a>
185185

186+
#### How do I update my billing information?
187+
188+
<Tabs items={['Hobby', 'Pro', 'Enterprise']}>
189+
<Tabs.Tab>Not applicable</Tabs.Tab>
190+
<Tabs.Tab>
191+
1. Go to the **Subscription** tab under your organization's page.
192+
2. Click on **Manage Subscription**.
193+
3. Click on **Stripe Billing dashboard**.
194+
4. Go to **Billing Information** section and click on **Update Information**.
195+
196+
</Tabs.Tab>
197+
<Tabs.Tab>
198+
1. Go to the **Support** tab under your organization's page.
199+
2. Create a **new ticket**.
200+
</Tabs.Tab>
201+
</Tabs>
202+
186203
### Rename an organization
187204

188205
You can easily change the name of your organization in Hive by adjusting the settings of your

0 commit comments

Comments
 (0)