Accept payments. Approve payouts. When someone asks "why was this approved?"--you'll have the answer.
Stripe & PayPal | PCI compliant | Audit-ready
{
"id": "txn_8k2m4x9p",
"status": "approved",
"amount": "$150.00",
"customer": "j***@example.com",
"method": "card_visa_4242",
"gateway": "stripe",
"timestamp": "2026-09-20T17:42:04Z"
}
Accept payments via Stripe and PayPal. Full visibility into every transaction.
Beautiful checkout pages. No code required. Just redirect.
Recurring billing. Daily, weekly, monthly, or yearly.
Stripe and PayPal. Let customers choose their preferred method.
Automatic email confirmations for successful payments.
PCI compliant. All payment processing on provider servers.
One JavaScript file. Works with any website or app.
Accept payments in minutes. No backend required.
<script src="https://werify.ai/paywall/sdk/paywall.js"></script>
<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>
<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>
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'
});
Same as Stripe + PayPal. No additional fees.
per successful card transaction
per successful PayPal transaction
One SDK. Multiple gateways. Full transaction visibility.