PayButton Demo

Test and configure your payment button

SDK v1.0

Customizer

Configure your button

Use "demo" for testing

Upload an image file (PNG, JPG, etc.)

Redirect after payment

Demo Wallet *

Configure where demo payments will be sent (required)

Wallet address is required to receive payments

Saved locally in your browser

Preview

Click to test checkout

Your website
$100
Total to pay

Integration Code

import { PayButton } from '@loofta/pay-sdk';

<PayButton
  organizationId="demo"
  amount={100}
  buttonText="Pay with Loofta"
  onSuccess={(paymentId) => {
    console.log('Payment completed:', paymentId);
  }}
/>

Install: npm install @loofta/pay-sdk