Werify Paywall

Payments that explain themselves

Accept payments. Approve payouts. When someone asks "why was this approved?"--you'll have the answer.

Stripe & PayPal | PCI compliant | Audit-ready

Transaction detail Approved
{
  "id": "txn_8k2m4x9p",
  "status": "approved",
  "amount": "$150.00",
  "customer": "j***@example.com",
  "method": "card_visa_4242",
  "gateway": "stripe",
  "timestamp": "2026-09-20T17:42:04Z"
}

Everything you need for payments

Accept payments via Stripe and PayPal. Full visibility into every transaction.

Hosted Checkout

Beautiful checkout pages. No code required. Just redirect.

Subscriptions

Recurring billing. Daily, weekly, monthly, or yearly.

Multiple Gateways

Stripe and PayPal. Let customers choose their preferred method.

Email Receipts

Automatic email confirmations for successful payments.

Secure

PCI compliant. All payment processing on provider servers.

Simple SDK

One JavaScript file. Works with any website or app.

Quickstart

Accept payments in minutes. No backend required.

1 Include the SDK
<script src="https://werify.ai/paywall/sdk/paywall.js"></script>
2 Initiate checkout
<script>
WerifyPaywall.checkout({
    amount: 99.00,
    currency: 'USD',
    title: 'Your Store',
    description: 'Premium Plan',
    customerEmail: '[email protected]',
    returnUrl: 'https://yoursite.com/success',
    cancelUrl: 'https://yoursite.com/cancel'
});
</script>
3 Handle the return
<script>
// On your success page
WerifyPaywall.handleReturn({
    onSuccess: function(result) {
        console.log('Payment successful:', result.txnId);
        // Update your database, show confirmation, etc.
    },
    onCancel: function() {
        console.log('Payment cancelled');
    }
});
</script>
Bonus Subscriptions
WerifyPaywall.checkout({
    amount: 29.99,
    currency: 'USD',
    mode: 'subscription',      // Enable subscription mode
    interval: 'month',         // 'day', 'week', 'month', 'year'
    intervalCount: 1,          // Every 1 month
    title: 'Pro Plan',
    description: 'Monthly subscription',
    returnUrl: 'https://yoursite.com/success'
});

Pricing

Same as Stripe + PayPal. No additional fees.

Stripe

2.9% + 30¢

per successful card transaction

  • Cards, Apple Pay, Google Pay
  • Subscriptions
  • Instant payouts available
PayPal

2.9% + 30¢

per successful PayPal transaction

  • PayPal balance & cards
  • Pay Later options
  • Global reach

Ready to accept payments?

One SDK. Multiple gateways. Full transaction visibility.