Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename bonus to add-on #119

Merged
merged 2 commits into from
Nov 2, 2023
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
2 changes: 1 addition & 1 deletion pages.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const Pages = [
["Billing", "/billing"],
["Payment Method", "/billing/payment-method"],
["Manage Funds", "/billing/funds"],
["Bonuses", "/billing/bonus"],
["Add-on", "/billing/add-on"],
["Invoices & Usages", "/billing/invoices"],
["Credits", "/billing/credits"],
["Upgrade to Pro with Credit Card", "/billing/upgrade/credit-card"],
Expand Down
2 changes: 1 addition & 1 deletion pages/billing/_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"payment-method": "Payment Methods",
"funds": "Manage Funds",
"bonus": "Bonuses",
"add-on": "Add-on",
"invoices": "Invoices & Usages",
"credits": "Credits",
"upgrade": "Upgrade to Pro"
Expand Down
51 changes: 51 additions & 0 deletions pages/billing/add-on.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
import { Callout } from "nextra-theme-docs";
import Navigation from "components/navigation";

# Add-on

Add-ons are bonus services to enhance your subscription experience. If you find that you've exceeded the usage limits included
in your subscription, you have the option to increase those limits by using add-ons.

## Add Add-on

Follow these steps to add an add-on:

1. Add payment methods if you haven't already. Check out the [Payment Methods](/billing/payment-method) section for more information.
2. Click "Buy Add-on" in the **[Add-on](https://app.spheron.network/#/app/billing/plan)** section under the **Billing** tab.
3. Select the type of Add-on and the Add-on Amount.
4. To add more add-ons fields, Click "Add Add-on Field".
5. After adding all the add-on fields, Click "Review."
6. Read the add-on's payment details, and Click "Add" to initiate the payment.
7. Upon successful payment, the Add-on will be added.

<Callout>
**Troubleshoot:** - ***For All Networks except Solana:*** If your transaction
fails, check if the Spheron escrow wallet has enough balance. To deposit more
funds, go through the **Deposit Funds** section. - ***For Solana:*** If your
transaction fails and the amounts get deducted, you can click "Already Paid?"
in the transaction section. You can then enter the transaction hash, and if it
is verified, your transaction will succeed.
</Callout>

## Add-on Lifecycle

### For All Networks except Solana

You cannot remove an active add-on. However, you can stop its automatic renewal from the next month.

To stop the automatic renewal of your add-on:

1. Go to the **[Add-on](https://app.spheron.network/#/app/billing/plan)** section under the **Billing** tab.
2. Click the delete icon beside the add-on you want to remove.
3. From the modal, Click "Remove" to stop its renewal.

<Callout type="info">
**NOTE:** You can still use the current month's add-on after you stop its
renewal.
</Callout>

### For Solana

You cannot remove an active add-on. All payments are made upfront. So there is no auto-renewal in this case.

<Navigation name="Add-on" />
52 changes: 0 additions & 52 deletions pages/billing/bonus.mdx

This file was deleted.