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
iStock-1271564879.jpg

Outpatient Therapy Services

Outpatient therapy services can be beneficial for a wide range of reasons, including managing symptoms, improving relationships, enhancing self-awareness, improving overall well-being, overcoming traumatic experiences, and preventing future mental health problems. If you are struggling with any of these issues, or if you simply want to work towards personal growth and fulfillment, mental health therapy may be a helpful option for you.

Personal Connection

In-person therapy allows for a personal connection between the therapist and patient. This can help patients feel comfortable and supported during their sessions

Nonverbal Communication

In-person therapy allows for the therapist to observe the patient's nonverbal communication, such as body language and facial expressions. This can help the therapist to better understand the patient's emotions and tailor their treatment accordingly

Flexibility

In-person therapy can be flexible in terms of the range of activities and interventions that can be used during the session.

Get Started with Outpatient Therapy

Outpatient Resources

Crisis Text Line -text NJ to 741741

Dial 988 for mental health emergency

Cape Regional Screening

609-465-5999

bottom of page