Client Portal
Submit Your Invoice Payment
Enter your invoice details below and complete your payment securely through our encrypted checkout.
Invoice Details
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.
⚙ Integration Checklist:
1. Deploy
2. In Netlify → Site Settings → Environment Variables, add
3. In this file, set
4. Update
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.