Easy Online Payments
Now accepting PayPal® & CareCredit

At Grove City Dental, we always want you to have the smoothest dental experience possible – not only for your dental care, but your emotional and financial wellbeing as well. That’s why we now provide easy online payment options.

From the convenience of your home, you have multiple ways to pay:

  1. Pay Online with Practice By Numbers!
  2. Online with PayPal which allows you to use your credit or debit card.
    • Go to paypal.com & create an account – it’s a free service!
    • We will cover all associated fees!
    • Our PayPal email address is [email protected]

  3. Over-the-phone payment by credit card

  4. CareCredit Healthcare Financing
    • CareCredit helps you cover your deductible or to pay for treatments and procedures not covered by insurance.
    • If you already have a CareCredit account, click here to make a payment directly to Grove City Dental.
    • If you are interested in applying for CareCredit, please click here and then click on the “Apply” or “Learn More” links.
    • We are always happy to help you apply. Just call Jamie, our Treatment Coordinator.

  5. SuperSmile Savings

    join now

Help Us Help You

Here’s a quick checklist of payment details and requests:

  1. When making payments, please include the patient’s name and birth date so that it’s clear for whom the payment is intended.

  2. Upon completion of a service or treatment, payment is due in full. If you’d like to request an adjustment of this policy, please talk to us at least 24 hours in advance of your appointment.

  3. When accounts have passed 30 days, a 1.5% service charge will apply.
USD
USD

Our mission is to make every aspect of your dental care easy, so if you have any questions about financing, payments, insurance, or other aspects of your care, please call us! We look forward to hearing from you!

[cs_element_section _id=”1″ ][cs_element_row _id=”2″ ][cs_element_column _id=”3″ ][cs_element_headline _id=”4″ ][cs_element_layout_row _id=”5″ ][cs_element_layout_column _id=”6″ ][cs_element_text _id=”7″ ][/cs_element_layout_column][cs_element_layout_column _id=”8″ ][cs_element_image _id=”9″ ][/cs_element_layout_column][cs_element_layout_column _id=”10″ ][cs_element_image _id=”11″ ][/cs_element_layout_column][/cs_element_layout_row][cs_element_headline _id=”12″ ][cs_element_text _id=”13″ ][cs_element_raw_content _id=”14″ ][cs_element_headline _id=”15″ ][cs_element_text _id=”16″ ][cs_element_layout_row _id=”17″ ][cs_element_layout_column _id=”18″ ][cs_element_text _id=”19″ ]Patients First and Last Name:
Please enter a description
USD
Please enter a price
Patients Date of Birth MM/DD/YYYY
Please enter an Invoice ID

function initPayPalButton() {
var description = document.querySelector(‘#smart-button-container #description’);
var amount = document.querySelector(‘#smart-button-container #amount’);
var descriptionError = document.querySelector(‘#smart-button-container #descriptionError’);
var priceError = document.querySelector(‘#smart-button-container #priceLabelError’);
var invoiceid = document.querySelector(‘#smart-button-container #invoiceid’);
var invoiceidError = document.querySelector(‘#smart-button-container #invoiceidError’);
var invoiceidDiv = document.querySelector(‘#smart-button-container #invoiceidDiv’);

var elArr = [description, amount];

if (invoiceidDiv.firstChild.innerHTML.length > 1) {
invoiceidDiv.style.display = “block”;
}

var purchase_units = [];
purchase_units[0] = {};
purchase_units[0].amount = {};

function validate(event) {
return event.value.length > 0;
}

paypal.Buttons({
style: {
color: ‘blue’,
shape: ‘rect’,
label: ‘paypal’,
layout: ‘vertical’,

},

onInit: function (data, actions) {
actions.disable();

if(invoiceidDiv.style.display === “block”) {
elArr.push(invoiceid);
}

elArr.forEach(function (item) {
item.addEventListener(‘keyup’, function (event) {
var result = elArr.every(validate);
if (result) {
actions.enable();
} else {
actions.disable();
}
});
});
},

onClick: function () {
if (description.value.length < 1) { descriptionError.style.visibility = "visible"; } else { descriptionError.style.visibility = "hidden"; } if (amount.value.length < 1) { priceError.style.visibility = "visible"; } else { priceError.style.visibility = "hidden"; } if (invoiceid.value.length < 1 && invoiceidDiv.style.display === "block") { invoiceidError.style.visibility = "visible"; } else { invoiceidError.style.visibility = "hidden"; } purchase_units[0].description = description.value; purchase_units[0].amount.value = amount.value; if(invoiceid.value !== '') { purchase_units[0].invoice_id = invoiceid.value; } }, createOrder: function (data, actions) { return actions.order.create({ purchase_units: purchase_units, }); }, onApprove: function (data, actions) { return actions.order.capture().then(function (details) { alert('Transaction completed by ' + details.payer.name.given_name + '!'); }); }, onError: function (err) { console.log(err); } }).render('#paypal-button-container'); } initPayPalButton(); \n\n[/cs_content_seo][cs_element_text _id="20" ][cs_content_seo]Patients First and Last Name: Please enter a description USD Please enter a price Patients Date of Birth MM/DD/YYYY Please enter an Invoice ID function initPayPalButton() { var description = document.querySelector('#smart-button-container #description'); var amount = document.querySelector('#smart-button-container #amount'); var descriptionError = document.querySelector('#smart-button-container #descriptionError'); var priceError = document.querySelector('#smart-button-container #priceLabelError'); var invoiceid = document.querySelector('#smart-button-container #invoiceid'); var invoiceidError = document.querySelector('#smart-button-container #invoiceidError'); var invoiceidDiv = document.querySelector('#smart-button-container #invoiceidDiv'); var elArr = [description, amount]; if (invoiceidDiv.firstChild.innerHTML.length > 1) {
invoiceidDiv.style.display = “block”;
}

var purchase_units = [];
purchase_units[0] = {};
purchase_units[0].amount = {};

function validate(event) {
return event.value.length > 0;
}

paypal.Buttons({
style: {
color: ‘blue’,
shape: ‘rect’,
label: ‘paypal’,
layout: ‘vertical’,

},

onInit: function (data, actions) {
actions.disable();

if(invoiceidDiv.style.display === “block”) {
elArr.push(invoiceid);
}

elArr.forEach(function (item) {
item.addEventListener(‘keyup’, function (event) {
var result = elArr.every(validate);
if (result) {
actions.enable();
} else {
actions.disable();
}
});
});
},

onClick: function () {
if (description.value.length < 1) { descriptionError.style.visibility = "visible"; } else { descriptionError.style.visibility = "hidden"; } if (amount.value.length < 1) { priceError.style.visibility = "visible"; } else { priceError.style.visibility = "hidden"; } if (invoiceid.value.length < 1 && invoiceidDiv.style.display === "block") { invoiceidError.style.visibility = "visible"; } else { invoiceidError.style.visibility = "hidden"; } purchase_units[0].description = description.value; purchase_units[0].amount.value = amount.value; if(invoiceid.value !== '') { purchase_units[0].invoice_id = invoiceid.value; } }, createOrder: function (data, actions) { return actions.order.create({ purchase_units: purchase_units, }); }, onApprove: function (data, actions) { return actions.order.capture().then(function (details) { alert('Transaction completed by ' + details.payer.name.given_name + '!'); }); }, onError: function (err) { console.log(err); } }).render('#paypal-button-container'); } initPayPalButton(); \n\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_text _id="21" ][cs_content_seo]Our mission is to make every aspect of your dental care easy, so if you have any questions about financing, payments, insurance, or other aspects of your care, please call us! We look forward to hearing from you!\n\n[/cs_content_seo][/cs_element_column][/cs_element_row][/cs_element_section][cs_element_section _id="22" ][cs_element_row _id="23" ][cs_element_column _id="24" ][cs_element_button _id="25" ][cs_content_seo]Contact Us\n\n[/cs_content_seo][cs_element_button _id="26" ][cs_content_seo]Book Appointment\n\n[/cs_content_seo][/cs_element_column][/cs_element_row][/cs_element_section][/cs_content]