PonponPay
Beginner5 min read

No-Code Integration

Accept cryptocurrency payments on your website without any programming knowledge, just copy-paste or install a plugin.

Embed Payment Button

Simply copy an HTML snippet to your website to display a payment button. Users click it to open a payment modal.

Steps

  1. Log in to merchant dashboard, go to "Frontend Integration"
  2. Configure button style, amount, currency, etc.
  3. Copy the generated embed code
  4. Paste the code into your website HTML

Example Code

<!-- PonponPay 支付按钮 -->
<script src="https://cdn.ponponpay.com/embed.js"></script>
<div id="ponponpay-button" 
     data-public-key="pub_your_public_key"
     data-amount="100"
     data-currency="USDT"
     data-network="tron"
     data-button-text="Pay with Crypto">
</div>

Payment Links

Create a payment link and share it with customers. Perfect for social media, emails, etc.

Steps

  1. Log in to merchant dashboard, go to "Order Management"
  2. Click "Create Order", fill in amount and description
  3. Copy the generated payment link
  4. Share with customers via any channel

Plugin Integration

We provide official plugins for popular platforms. Install and start accepting payments.

WHMCS

WHMCS is a popular web hosting management and billing system. After installing our plugin, your customers can pay bills with cryptocurrency.

View WHMCS Plugin Documentation