import {createCheckoutSession} from 'backend/stripe.jsw'; // Import backend function $w.onReady(function () { // Assuming the amount is passed via the URL, e.g., ?amount=5000 const urlParams = new URLSearchParams(window.location.search); const amount = urlParams.get('amount'); // Get the amount from the URL // Check if the amount is valid if (amount && !isNaN(amount)) { // Attach click event to the button $w('#payButton').onClick(async () => { try { const checkoutUrl = await createCheckoutSession(parseInt(amount)); // Create Checkout session // Redirect to the Stripe Checkout page window.location.href = checkoutUrl; } catch (error) { console.error('Error during Stripe Checkout session creation:', error); // Handle errors (e.g., show a message to the user) } }); } else { console.error('Invalid or missing amount parameter.'); } });
top of page
Untitled-2Artboard 1.jpg

Lauren D'Alonzo

LAC

In-Person, Outpatient, Telehealth, IIC

Lauren D'Alonzo

Insurances:

TriCare East, Amerihealth Administrators, Horizon Blue Cross Blue Shield Commercial Plans, United HealthCare Commerical Plans, Optum HealthCare Commerical Plans, Aetna Commercial plans, AmeriHealth

Locations:

New Jersey

Specialties

Dialectical Behavior Therapy (DBT)

Family Therapy

Cognitive Behavioral Therapy

About Me

Lauren, a graduate of Capella University with her MS in Clinical Mental Health Counseling, is an

LAC (Licensed Associate Counselor) currently pursuing her LPC (Licensed Professional

Counselor). With a strong background in clinical mental health counseling, she is dedicated to

providing compassionate and effective support to her clients. Lauren is committed to helping

individuals navigate their mental health challenges and achieve their personal goals. Her

approach is client-centered and collaborative, focusing on empowering clients to make positive

changes in their lives. With her expertise and caring nature, Lauren is passionate about making

a meaningful difference in the lives of those she serves.

bottom of page