11import { DocImage } from " @doc" ;
2+ import billingSettings from " ../assets/billing-settings.png" ;
3+ import invoicesSettings from " ../assets/invoices-settings.png" ;
24import usageSettings from " ../assets/usage-settings.png" ;
5+ import rpcSettings from " ../assets/rpc-settings.png" ;
6+ import storageSettings from " ../assets/storage-settings.png" ;
7+
8+
39import { createMetadata } from " @doc" ;
410
511export const metadata = createMetadata ({
@@ -18,27 +24,42 @@ export const metadata = createMetadata({
1824
1925To update your billing information:
2026
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.
27+ 1 . On your dashboard, navigate to ** Settings > Billing > Manage Billing** .
28+ 2 . This will redirect you to the Stripe Customer Portal.
29+ 3 . In the Stripe Customer Portal, you can:
30+ - Update the card used for payments or add a new one.
31+ - Update billing information, such as your address.
32+ - Save any changes made.
33+
34+ <DocImage src = { billingSettings } />
35+
36+ ## View Past Invoices
2537
26- ## View past invoices
38+ To view your past invoices:
2739
28- To view past invoices:
40+ 1 . On your dashboard, navigate to ** Settings > Billing > Manage Billing** .
41+ 2 . In the Stripe Customer Portal, scroll to the ** Invoice History** section.
42+ 3 . View or download your past invoices.
2943
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.
44+ <DocImage src = { invoicesSettings } />
3345
34- ## View account usage
46+ ## View Account Usage
3547
36- Check your current usage and limitations by visiting the 'Usage' section in your account settings
48+ To check your current usage and limits:
3749
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
50+ 1 . Visit the ** Usage** tab in your dashboard.
51+ 2 . The ** Usage** tab is divided into two sections:
52+
53+ #### Overview
54+ - Number of In-App Wallets created
55+ - Total sponsored fees for wallets with account abstraction enabled
56+ - Number of RPC requests
57+ - Number of Storage Gateway requests
4358
4459<DocImage src = { usageSettings } />
60+ <DocImage src = { rpcSettings } />
61+
62+ #### Storage
63+ - Total size of files pinned
64+
65+ <DocImage src = { storageSettings } />
0 commit comments