One-Time Payment
3 linesAccept a single payment with just a few lines of code. Perfect for products, services, or donations.
Product Purchase
RRPay.init('pk_test_demo123');
RRPay.createButton('#pay-button', {
amount: 99.99,
description: 'Product Purchase'
});