Skip to content

Commit d4496da

Browse files
authored
[Hold] Plaftorm: Billing (#348)
1 parent 1bd8d63 commit d4496da

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

mint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,8 @@
482482
]
483483
},
484484
"platform/workflows",
485-
"platform/jobs"
485+
"platform/jobs",
486+
"platform/billing"
486487
]
487488
},
488489
{

platform/billing.mdx

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Billing
3+
---
4+
5+
To ensure that your Unstructured account has continued access to the Unstructured Platform, you must have a current payment method
6+
on file with Unstructured, as follows.
7+
8+
<Note>
9+
To switch your account to a prepaid subscription or a long-term commitment plan, contact Unstructured Sales at [[email protected]](mailto:[email protected]) instead.
10+
</Note>
11+
12+
![Unstructured account settings](/img/platform/AccountSettings.png)
13+
14+
![Unstructured account billing](/img/platform/AccountBilling.png)
15+
16+
1. Sign in to the Unstructured Platform.
17+
2. At the bottom of the sidebar, click your user icon, and then click **Account Settings**.
18+
3. On the account settings sidebar, click **Billing**.
19+
4. Click **Manage Payment Method**, follow the on-screen instructions to enter or update your payment details through Stripe, and then click **Save card**.
20+
21+
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.
22+
23+
import SharedPagesBilling from '/snippets/general-shared-text/pages-billing.mdx';
24+
25+
<SharedPagesBilling />

0 commit comments

Comments
 (0)