Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,8 @@
]
},
"platform/workflows",
"platform/jobs"
"platform/jobs",
"platform/billing"
]
},
{
Expand Down
25 changes: 25 additions & 0 deletions platform/billing.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: Billing
---

To ensure that your Unstructured account has continued access to the Unstructured Platform, you must have a current payment method
on file with Unstructured, as follows.

<Note>
To switch your account to a prepaid subscription or a long-term commitment plan, contact Unstructured Sales at [sales@unstructured.io](mailto:sales@unstructured.io) instead.
</Note>

![Unstructured account settings](/img/platform/AccountSettings.png)

![Unstructured account billing](/img/platform/AccountBilling.png)

1. Sign in to the Unstructured Platform.
2. At the bottom of the sidebar, click your user icon, and then click **Account Settings**.
3. On the account settings sidebar, click **Billing**.
4. Click **Manage Payment Method**, follow the on-screen instructions to enter or update your payment details through Stripe, and then click **Save card**.

Your card is billed monthly based on your usage. The **Billing** page shows a billing overview for the current month and a list of your billing invoices.

import SharedPagesBilling from '/snippets/general-shared-text/pages-billing.mdx';

<SharedPagesBilling />