Online Checkout

Integrieren Sie Solana-Zahlungen in Ihren Webshop. SDK, REST API oder Plugin.

Einfache Integration

Mit wenigen Zeilen Code akzeptieren Sie SOL und USDC in Ihrem Online-Shop. Unterstützt Webhooks für automatische Bestellbestätigung.

JS SDK

npm install @paywithsolana/sdk

REST API

Universelle HTTP-Endpoints

Webhooks

Automatische Benachrichtigung

iFrame

Einbettbarer Checkout

JavaScript
import { PayWithSolana } from '@paywithsolana/sdk';

const pws = new PayWithSolana({
  apiKey: 'your_api_key'
});

const payment = await pws.payments.create({
  amount: 25.99,
  currency: 'EUR',
  description: 'Bestellung #12345',
  webhookUrl: 'https://shop.de/webhook'
});

// QR-Code oder Redirect
window.location.href = payment.checkoutUrl;

Unterstützte Plattformen

WooCommerce

WordPress Plugin — 1-Klick Installation

Shopify

Shopify App — kommt bald

Custom

REST API & SDK für jede Plattform