Merchant User Guide

Everything you need to know, from creating payment links to website integration



Subscription Payments

Subscription payments let you charge customers on a recurring basis, perfect for memberships, SaaS, and regular services.

Note: Subscriptions are separate from payment links. You need to create a subscription plan first, then create subscriptions for customers.

Step 1: Create a Subscription Plan

Subscription plans define the amount and billing cycle. You can create multiple different plans.

1

Go to Subscription Plans

Log in to dashboard, click "Subscriptions" → "Plans" in sidebar

2

Click Create Plan

Click the "Create Plan" button in the top right corner

3

Fill in Plan Details

Enter plan name, amount, billing cycle (daily/weekly/monthly/yearly), and trial days

Supported Billing Cycles

Daily

Charged every day

Weekly

Charged every week

Monthly

Charged every month

Yearly

Charged every year

Step 2: Create Subscriptions for Customers

Once you have a plan, you can create subscriptions for customers and the system will automatically charge them.

1

Go to Subscriptions

Click "Subscriptions" in the sidebar to access subscription management

2

Click Create Subscription

Click "Create Subscription" and select a plan

3

Enter Customer Info

Enter customer email and customer ID (unique identifier in your system), then create

Managing Subscriptions

Statistics

  • Total Subscriptions
  • Active Subscriptions
  • Monthly Recurring Revenue (MRR)

Available Actions

  • View subscription details
  • Cancel subscription
  • View payment history

Trial Period Feature

Free Trial: Set trial days when creating a plan. No charges during trial, then billing starts automatically. Great for letting customers try before they buy.



Embed on Website

If you have your own website, you can embed payment functionality using these methods.

Method 1: Payment Button

The simplest way - add a link button that redirects to the payment page.

<!-- Cryptome Pay Button -->
<a href="https://cryptomepay.com/pay/pl_YOUR_LINK_ID"
   target="_blank"
   style="display: inline-flex; align-items: center; gap: 8px;
          padding: 12px 24px; background: #2563eb; color: white;
          border-radius: 8px; text-decoration: none; font-weight: 500;">
  <svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
    <path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"/>
  </svg>
  Pay with Crypto
</a>

Method 2: Embedded Payment Form

Embed the payment form directly in your webpage. Users complete payment without leaving your site.

<!-- Embedded Payment Form -->
<iframe
  src="https://cryptomepay.com/embed/pl_YOUR_LINK_ID"
  width="100%"
  height="600"
  frameborder="0"
  style="border-radius: 12px; max-width: 480px;">
</iframe>

Method 3: JavaScript SDK

Use our SDK for popup payments with callback support for payment results.

<!-- Cryptome Pay SDK -->
<script src="https://cdn.cryptomepay.com/sdk.js"></script>
<script>
  const pay = new CryptomePay({
    linkId: 'pl_YOUR_LINK_ID',
    onSuccess: function(data) {
      console.log('Payment successful!', data);
      // Redirect or show success message
    },
    onCancel: function() {
      console.log('Payment cancelled');
    }
  });

  // Trigger payment modal
  document.getElementById('pay-button').onclick = function() {
    pay.open();
  };
</script>

<button id="pay-button">Pay Now</button>

Tip: Replace pl_YOUR_LINK_ID with your actual payment link ID


E-commerce Plugins

We offer plugins for various e-commerce platforms so you can accept crypto payments without coding.

WooCommerce

WordPress

Add cryptocurrency payment options to your WordPress store

Installation Steps:

  1. Install Cryptome Pay plugin from WordPress admin
  2. Activate plugin and go to settings page
  3. Enter your API Key and Webhook Secret
  4. Enable Cryptome Pay in WooCommerce payment settings

Shopify

Coming Soon

Add cryptocurrency payments to your Shopify store

Shopify plugin is under development. Stay tuned for updates

Telegram Bot

Bot

Accept crypto payments in Telegram groups

Features:

  • Create payments directly in groups
  • Real-time payment notifications
  • Auto-delivery/access grant

Discord Bot

Coming Soon

Accept crypto payments in Discord servers

Discord Bot is under development. Stay tuned for updates


Security Deposit

Get "Verified Merchant" Badge

Stake 500 USDT as a security deposit to display a trust badge on your payment pages, significantly increasing buyer confidence.

How It Works

  1. Stake Deposit - Deposit 500 USDT into the smart contract as collateral
  2. Get Badge - All your payment links will display the "Verified" badge
  3. Dispute Protection - In case of disputes, the deposit can compensate buyers

Benefits

  • Instant Trust - New customers trust you immediately when they see the badge
  • Higher Conversion - Buyers are more willing to pay larger amounts
  • Word of Mouth - Buyers confidently recommend you to friends

Need Help?

If you have any questions, feel free to contact us.