Skip to content

Commit b4a3b45

Browse files
committed
updated manage billing section information
1 parent 485dcc6 commit b4a3b45

File tree

7 files changed

+36
-17
lines changed

7 files changed

+36
-17
lines changed
109 KB
Loading
56.4 KB
Loading
141 KB
Loading
111 KB
Loading
-281 KB
Binary file not shown.
83.5 KB
Loading
Lines changed: 36 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
import { DocImage } from "@doc";
2-
import usageSettings from "../assets/usage-settings.png";
2+
import billingSettings from "../assets/billing-settings.png";
3+
import invoicesSettings from "../assets/invoices-billing.png";
4+
import usageSettings from "../assets/usage-overview.png";
5+
import storageSettings from "../assets/usage-storage.png";
6+
7+
38
import { createMetadata } from "@doc";
49

510
export const metadata = createMetadata({
@@ -18,27 +23,41 @@ export const metadata = createMetadata({
1823

1924
To update your billing information:
2025

21-
1. Navigate to the Billing section in settings.
22-
2. Select “Manage Billing” to redirect you to the Stripe Customer portal
23-
3. Select “Update information” under the **BILLING INFORMATION** section
24-
4. Update any changes and save.
26+
1. On your dashboard, navigate to **Settings > Billing > Manage Billing**.
27+
2. This will redirect you to the Stripe Customer Portal.
28+
3. In the Stripe Customer Portal, you can:
29+
- Update the card used for payments or add a new one.
30+
- Update billing information, such as your address.
31+
- Save any changes made.
32+
33+
<DocImage src={billingSettings} />
34+
35+
## View Past Invoices
2536

26-
## View past invoices
37+
To view your past invoices:
2738

28-
To view past invoices:
39+
1. On your dashboard, navigate to **Settings > Billing > Manage Billing**.
40+
2. In the Stripe Customer Portal, scroll to the **Invoice History** section.
41+
3. View or download your past invoices.
2942

30-
1. Navigate to the Billing section in settings.
31-
2. Select “Manage Billing” to redirect you to the Stripe Customer portal
32-
3. View each past invoices below the INVOICE HISTORY section.
43+
<DocImage src={invoicesSettings} />
3344

34-
## View account usage
45+
## View Account Usage
3546

36-
Check your current usage and limitations by visiting the 'Usage' section in your account settings
47+
To check your current usage and limits:
3748

38-
- Number of RPC requests
39-
- Number of Storage Gateway requests
40-
- Total size of files pinned
41-
- Number of In-App Wallets created
42-
- Total sponsored fees using paymaster for wallets with account abstraction enabled
49+
1. Visit the **Usage** tab in your dashboard.
50+
2. The **Usage** tab is divided into two sections:
51+
52+
### Overview
53+
- Number of In-App Wallets created
54+
- Total sponsored fees for wallets with account abstraction enabled
55+
- Number of RPC requests
56+
- Number of Storage Gateway requests
4357

4458
<DocImage src={usageSettings} />
59+
60+
### Storage
61+
- Total size of files pinned
62+
63+
<DocImage src={storageSettings} />

0 commit comments

Comments
 (0)