Skip to content

Commit

Permalink
Add docs for coupon credits (#114)
Browse files Browse the repository at this point in the history
* Add docs for coupon credits

* Resolve Rc

* Fix issues by force push

* Add how to use coupon credits

* Rename credit to spheron credit

* Resolve Rcs

* Resolve RCs
  • Loading branch information
aayushmahapatra authored Oct 25, 2023
1 parent 2ea2106 commit a495953
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 28 deletions.
2 changes: 1 addition & 1 deletion pages.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const Pages = [
["Manage Funds", "/billing/funds"],
["Bonuses", "/billing/bonus"],
["Invoices & Usages", "/billing/invoices"],
["Coupons", "/billing/coupons"],
["Credits", "/billing/credits"],
["Upgrade to Pro with Credit Card", "/billing/upgrade/credit-card"],
["Upgrade to Pro with Polygon", "/billing/upgrade/polygon"],
["Upgrade to Pro with Optimism", "/billing/upgrade/optimism"],
Expand Down
2 changes: 1 addition & 1 deletion pages/billing/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"funds": "Manage Funds",
"bonus": "Bonuses",
"invoices": "Invoices & Usages",
"coupons": "Coupons",
"credits": "Credits",
"upgrade": "Upgrade to Pro"
}
26 changes: 0 additions & 26 deletions pages/billing/coupons.mdx

This file was deleted.

55 changes: 55 additions & 0 deletions pages/billing/credits.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
import { Callout } from "nextra-theme-docs";
import Navigation from "components/navigation";

# Coupon Credits

You can use coupon credits for various purposes, including upgrading plans, adding add-ons, and topping up compute credits.
Follow these steps to add Coupon Credits:

1. Navigate to the "Coupon Credits" section under the **Billing** tab.
2. Click "Add Credit".
3. Enter the credit coupon code, complete the CAPTCHA verification and Click "Redeem Credit".
4. You can view the status of all your credits here, categorized as Active, Pending, and Expired.

In scenarios where a user possesses both Spheron and Referral credits, our system simplifies the experience
by representing them as one cohesive payment method. To prioritize and optimize the utilization of credits,
referral credits will be exhausted before tapping into the Spheron Credits during any transaction.

<Callout type="info">
**NOTE:** <br /> It's pivotal to remember that while credits can be spread
across numerous organizations, they all draw from a singular, unified credit
pool.
</Callout>

<Callout type="info">
**NOTE:** <br /> Each credit has an expiry. Once your credit expires, you will
lose access to all the bonuses purchased with those credits.
</Callout>

## Upgrading Plans with Credits

1. Navigate to the "My Plan" section under the **Billing** tab.
2. Click "Change or upgrade plan" and Select your desired plan.
3. Choose **Spheron Credit** in Select Payment Method.
4. Read the payment details and Click "Upgrade Plan" to initiate the payment. Upon successful deduction from credit, the plan will be upgraded to Pro.

## Adding Add-ons with Credits

1. Navigate to the "Add-on" section under the **Billing** tab.
2. Click "Buy Add-on" and Select the type of Add-on and the Add-on Amount.
3. To add more add-on fields, Click "Add Add-on Field".
4. After adding all the add-on fields, Click "Review."
5. Choose **Spheron Credit** in Select Payment Method.
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.

## Topping up Compute Credits with Credits

1. Navigate to the "Compute Usage" section under the **Billing** tab.
2. Click "Top Up" under **Balance**.
3. Select `Compute Credits` in Add-on and the Amount you wish to add and Click "Review."
4. Choose **Spheron Credit** in Select Payment Method.
5. Read the add-on's payment details, and Click "Add" to initiate the payment.
6. Upon successful payment, the Add-on will be added.

<Navigation name="Credits" />

0 comments on commit a495953

Please sign in to comment.