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

Angelina Montello

LAC, LCADC, LSC

Telehealth, Outpatient

Angelina Montello

Insurances:

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

Locations:

New Jersey

Specialties

Dialectical Behavior Therapy (DBT)

Family Therapy

Cognitive Behavioral Therapy

About Me

Angelina Montello is a highly qualified and experienced clinical mental health counselor and

substance abuse counselor. Her graduate program has a dual specialization in Clinical Mental


Health Counseling as well as School Counseling. Angelina is an executive committee member

of Chi Sigma Iota and the American Counseling Association. After working in the counseling

field for the past 8 years, she has expertise in treating a wide range of mental health conditions

such as anxiety, depression, ODD, ADHD, ADD, BPD I & II, and PTSD among others. She is

well known for her patience and empathetic approach, active listening skills, and her creative

and individualized methods of treatment. Additionally, she holds certifications including a CADC

and gambling specialist, and is well-trained with developmental disabilities, behavioral

interventions, mindfulness practices, and other clinical interventions, ensuring that her clients

receive the highest standard of care. Angelina has a passion for working with her community to

increase awareness of mental health needs and acting as a safe and supportive resource within

it. She is dedicated to helping clients achieve optimal mental well-being and is committed to

providing evidence-based and client-centered therapy.

bottom of page