Skip to main content

Accessing the Form

  1. Log in to the dashboard
  2. Click on Products in the menu
  3. Click on Create Product
Product creation form

Product Types

Content

Digital content (articles, videos, files)

API Access

API access with per-request billing

Feature Unlock

Premium feature unlocking

Form Fields

Basic Information

FieldDescriptionRequired
TitleProduct nameYes
DescriptionDetailed descriptionYes
Typecontent, api_access, feature_unlockYes
PricePrice in USDCYes

Network Configuration

FieldDescription
NetworkDevnet (test) or Mainnet (production)
Devnet products use test USDC. Use Mainnet for real payments.

Type-Specific Options

Content

  • Content URL - URL to content after payment
  • Download URL - Direct download link (optional)

API Access

  • Rate Limit - Requests per minute
  • Endpoint - Your API URL

Feature Unlock

  • Feature IDs - List of features to unlock
  • Expiration - Validity period (optional)

Example: Creating a Paid Article

Title: Complete Guide to Solana Development
Description: Learn Solana development from A to Z
Type: content
Price: 2.00 USDC
Network: mainnet-beta
Content URL: https://mysite.com/solana-guide

Example: Feature Unlock

Title: Pro Plan
Description: Access to all premium features
Type: feature_unlock
Price: 10.00 USDC
Network: mainnet-beta
Feature IDs:
  - pro_analytics
  - pro_export
  - unlimited_storage

After Creation

Once created, you get:
  1. Product ID - Unique identifier (prod_xxx)
  2. Payment URL - Payment link to share
  3. Embed Code - Code to embed on your site

Payment URL

https://paygate.getaether.xyz/pay/prod_your_id

Embed Code

<a href="https://paygate.getaether.xyz/pay/prod_xxx">
  Buy for 2.00 USDC
</a>

Managing Products

Edit a Product

  1. Go to Products
  2. Click on the product to edit
  3. Modify the desired fields
  4. Click Save

Deactivate a Product

  1. Go to Products
  2. Click on the product
  3. Change status to Inactive
An inactive product cannot receive payments but remains visible in your history.

Delete a Product

  1. Go to Products
  2. Click on the product
  3. Click Delete
  4. Confirm deletion
Deletion is irreversible. Past payments remain in history.