Step 3 · Payment

How would you like to pay?

Secure your booking with a deposit, or pay in full now.

Trip total £149
Choose payment
Charged today £37.25

Demo component. The amount in “Charged today” is what your payment gateway (Stripe) should charge for the selected option.

ment.getElementById('continueBtn').addEventListener('click', function(){ var p = window.rushxoPayment; // Hand this off to your payment step / Stripe: // create a charge for p.amountToCharge, store p.balance against the booking. alert('Selected: ' + p.choice.toUpperCase() + '\nCharge today: ' + money(p.amountToCharge) + '\nBalance due later: ' + money(p.balance)); }); })();