👨‍💻
👩‍💻
💰

Welcome to SolPayWay

The fastest and easiest way to integrate payments on Solana.


Why Use SolPayWay?

💰

Zero Fees

Enjoy seamless transactions with absolutely no hidden fees.

🌐

Decentralized

Built on Solana, ensuring a trustless and transparent system.

🔓

Open Source

Fully transparent codebase for community collaboration.

🔒

Secure

State-of-the-art encryption to protect your transactions.

⚙️

Easy Integration

Simple APIs and SDKs for quick integration into your projects.

Easy Integration

Direct Link Integration

<a href='https://roynek.com/SolPayWay/pay.html?receiver=YOUR_WALLET_ADDRESS'>Pay with SolPayWay</a>

Simply add this link to your website to enable payments. Replace YOUR_WALLET_ADDRESS with your unique payment ID.

JavaScript SDK Integration

<script src="https://roynek.com/SolPayWay/script/sdk.js"></script>
    const payment = new SolPayWay({
        amount: "1 SOL",
        receiver: "YourWalletAddress",
        sender: "UserWalletAddress",
        successUrl: "https://roynek.com/SolPayWay/success.html",
        cancelUrl: "https://roynek.com/SolPayWay/error.html"
    });
    payment.createButton("pay-button");

Use our JavaScript SDK for more advanced integration. Customize the payment details and create a payment button dynamically.