On this page you can make any payments due to Firstpoint Healthcare.
Please ensure you have the exact amount owed and click on the link below to start the payment process. If you have any queries please contact your branch directly before progressing.
Please Select Branch
Birmingham
Sheffield
London
Manchester
Leeds
Nottingham
Darlington
Liverpool
Portsmouth
Herfordshire
Southport
<!—->
<!–
–>
We will never share your data with other companies; See our privacy policy for more information
function setValues() {
var getDropDownbranch = $(‘#Branch’).val();
if(document.getElementById(‘item_name_firstname’).value == ” || document.getElementById(‘item_name_lastname’).value == ” || document.getElementById(‘item_name_paymentfor’).value == ” || document.getElementById(‘amount’).value == ” || getDropDownbranch == 0 ){ alert(‘Please enter all mandatory fields such as;\n your Firstname\n your Lastname\n your Payment For\n please Select branch\n your Exact Amount to pay!’);
} else {
document.getElementById(‘item_name’).value = document.getElementById(‘item_name_firstname’).value + ‘ ‘ +document.getElementById(‘item_name_lastname’).value + ‘ – payment for ‘+ document.getElementById(‘item_name_paymentfor’).value +’ (‘+ $(‘#Branch option:selected’).text()+ ‘)’ ;
console.log(document.getElementById(‘item_name’).value);
document.paypalform.submit();
}
}