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

Amanda Eller

LSW

IIC

Amanda Eller

Insurances:

Locations:

New Jersey

Specialties

Dialectical Behavior Therapy (DBT)

Family Therapy

Cognitive Behavioral Therapy

About Me

Amanda is a graduate of Monmouth University with a Bachelor’s Degree in Psychology from

2013 and a Master’s Degree in Social Work from 2015. She has her LSW and is working toward

her clinical hours to become an LCSW. Amanda has worked within the school settings in three

different school districts for 8 years. During this time, she has also worked part-time in an

in-home therapy setting with children and families. Amanda has worked with children and

families to manage their feelings, emotions, and behavior within the school and home

environments. She has worked with parents of children experiencing behavior difficulties and

developmental disabilities. Amanda has helped parents navigate the supports that are able to

be provided within a school setting and helped educate them on the special education process

and other general school supports. She believes in empowering people to help them overcome

life’s difficulties. Together, Amanda can create a therapeutic plan that works best for the

individual and their situation.

bottom of page