Client Payment Portal — Corsair USA
Invoice Details
Please enter your invoice number.
Please enter your company name.
Please enter a valid email address.
Enter the exact amount shown on your invoice.
Please enter a valid amount (minimum $1.00).
Secure Checkout
Invoice
Company
Email
Total Due

Payment Details

Fill in your invoice information on the left to proceed to the secure payment form.

Payment Received

Thank you! Your payment has been processed and a confirmation will be sent to your email.

256-bit SSL Encryption
Powered by Stripe
PCI DSS Compliant
Questions? Contact Us
⚙ Integration Checklist:
1. Deploy netlify/functions/create-payment-intent.js to Netlify.
2. In Netlify → Site Settings → Environment Variables, add STRIPE_SECRET_KEY = your Stripe secret key (sk_live_…).
3. In this file, set STRIPE_PUBLISHABLE_KEY = your Stripe publishable key (pk_live_…) and update PAYMENT_INTENT_ENDPOINT to your Netlify function URL.
4. Update ALLOWED_ORIGINS in the function file with your exact Webflow domain.