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

Danielle Smith

LCSW

IIC, Outpatient, Telehealth, In-Person

Danielle Smith

Insurances:

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

Locations:

Idaho, New Jersey

Specialties

Autism Diagnostic Observation Schedule (ADOS)

Dialectical Behavior Therapy (DBT)

Family Therapy

BrainSpotting

Cognitive Behavioral Therapy

About Me

Danielle has been working in the mental health field for over 12 years in a variety of different settings. She obtained her Master’s Degree from Rutgers University advanced standing social work program. Danielle has experience working with youth and young adults in crisis, Applied Behavioral Analysis in the home with youth on the Autism Spectrum, and community outpatient settings where she has conducted individual and family therapy.


Danielle has training in cognitive behavioral and dialectical behavioral therapy techniques. Danielle is also trained in Brainspotting phases 1 & 2 which helps with accessing and healing unprocessed stored trauma in the subcortical brain. Outside of the therapy space, you’ll find Danielle wrangling her 1 and a half year old son Beau and spending active time outdoors as much as possible.

bottom of page