From f94eff0c5fec48338ff749fcbae3b2b559add1d7 Mon Sep 17 00:00:00 2001 From: Paul Cornell Date: Mon, 25 Nov 2024 09:17:31 -0800 Subject: [PATCH 1/2] Plaftorm: Billing --- mint.json | 3 ++- platform/billing.mdx | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 platform/billing.mdx diff --git a/mint.json b/mint.json index 281242ac..c168754b 100644 --- a/mint.json +++ b/mint.json @@ -483,7 +483,8 @@ ] }, "platform/workflows", - "platform/jobs" + "platform/jobs", + "platform/billing" ] }, { diff --git a/platform/billing.mdx b/platform/billing.mdx new file mode 100644 index 00000000..157e6884 --- /dev/null +++ b/platform/billing.mdx @@ -0,0 +1,21 @@ +--- +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. + +![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'; + + \ No newline at end of file From 5f1c1c9f999d6458da607ad0c11a1c3d636847a6 Mon Sep 17 00:00:00 2001 From: Paul-Cornell Date: Mon, 25 Nov 2024 15:13:35 -0800 Subject: [PATCH 2/2] Apply suggestions from code review --- platform/billing.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platform/billing.mdx b/platform/billing.mdx index 157e6884..dc3c7477 100644 --- a/platform/billing.mdx +++ b/platform/billing.mdx @@ -5,6 +5,10 @@ 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. + + 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. + + ![Unstructured account settings](/img/platform/AccountSettings.png) ![Unstructured account billing](/img/platform/AccountBilling.png)