Merchant User Guide
Everything you need to know, from creating payment links to website integration
Payment Links
Create payment links
Subscriptions
Recurring payments
Share Links
How to promote
Embed Widget
Website integration
Plugins
E-commerce platforms
Security Deposit
Build trust
Create Payment Links
Payment links are the easiest way to receive payments without writing any code. Create and share with customers instantly.
How to Create a Payment Link
Go to Payment Links
Log in to your dashboard and click "Payment Links" in the sidebar
Click Create Link
Click the "Create Link" button in the top right corner
Fill in Details
Enter link name, amount, description, and select supported blockchain networks
Save and Share
After saving, copy the link or download QR code to share with customers
Amount Types
Customers pay a fixed amount you set. Great for selling products or services at set prices
Example: Consultation Service - 100 USDT
Customers can enter their own amount. Perfect for donations or flexible pricing
Example: Tips, donations, pay-what-you-want
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.
Go to Subscription Plans
Log in to dashboard, click "Subscriptions" → "Plans" in sidebar
Click Create Plan
Click the "Create Plan" button in the top right corner
Fill in Plan Details
Enter plan name, amount, billing cycle (daily/weekly/monthly/yearly), and trial days
Supported Billing Cycles
Charged every day
Charged every week
Charged every month
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.
Go to Subscriptions
Click "Subscriptions" in the sidebar to access subscription management
Click Create Subscription
Click "Create Subscription" and select a plan
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:
- Install Cryptome Pay plugin from WordPress admin
- Activate plugin and go to settings page
- Enter your API Key and Webhook Secret
- 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
- Stake Deposit - Deposit 500 USDT into the smart contract as collateral
- Get Badge - All your payment links will display the "Verified" badge
- 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.