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

Ronnie Barber

BA

BA

Ronnie Barber

Insurances:

Locations:

New Jersey

Specialties

About Me

Ronnie is a graduate of Widener University with a bachelor’s degree in Psychology. He has

worked in the mental health field for over 20 years and enjoys being a positive support in many

people’s lives. His experience includes working with individuals with developmental disabilities

at Woodbine Developmental Center for over 17 years. Ronnie has not only dedicated his career

to helping others but also his personal time, working with people with a variety of mental health

and behavioral health needs. He has been a long-time volunteer for the Special Olympics both

as a coach and as a unified partner. Currently, Ronnie is a full-time employee of the State of

New Jersey with the Division of Developmental Disabilities where he secures residential

housing for clients linked with DDD services, as a Community Program Specialist. In his current

position, he works with both the client and support staff to ensure that the client is receiving the

most appropriate and well-deserved care.

Ronnie is excited to provide Behavioral Assistant services through BestLife Counseling. He

enjoys working with youth to enhance their communication and interpersonal skills. He strives to

be a positive, dependable support for individuals that he works with, as well as their families.

Ronnie looks forward to working with you and your child to ensure they don’t just live a good life,

but they live their best life.

“Behaviors is what someone does, not what they think, feel, or believe”

bottom of page