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
Click to test checkout
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