Four Twelve Roofing LLC - Invoice Payment (2024)

Four Twelve Roofing LLC - Invoice Payment (1)

'); }); } else if (!transType || transType == 'cc') { $('.processing-errors', theForm).append('

Error submitting card to payment processor, please check your Card Number, Expiry and CVV and try again.

'); } else { $('.processing-errors', theForm).append('

Error submitting bank information to payment processor, please check your bank account numbers and try again.

'); } } } }); } $(form).submit(async function (e) { e.preventDefault(); $('.processing-errors', form).find('.benji-error').remove(); let displayError = document.getElementById('card-errors'); displayError.className = ''; var theForm = $(form); //console.log(theForm[0].checkValidity()) // force the HTML5 browser validation messages to appear if the form is not complete. if (!theForm[0].checkValidity()) { // If the form is invalid, submit it. The form won't actually submit; // this will just cause the browser to display the native HTML5 error messages. theForm[0].reportValidity(); } else { $('.btn-submit', theForm).attr('hidden', true); $('.btn-processing', theForm).attr('hidden', false); try { //console.log('bambora tokenizing') $.ajax({ type: "POST", url: '/portal/surchargeEnabled', data: theForm.serialize(), success: async function (sData) { //console.log(data); //if enabled, display modal let processPayment = false; $("#ctype", theForm).val(sData.ctype); if (sData.surchargeEnabled && sData.surchargeAmount) { let chargeAmount = sData.subTotal; // if (await b_confirm("USD", Number.parseFloat(chargeAmount).toFixed(2), sData.surchargeAmount, sData.total, sData.processor)) { processPayment = true; } else { $('.btn', theForm).attr('disabled', false); //stop spinning //display error //$('.processing-errors').append('

Error submitting card to payment processor, please check your Card Number, Expiry and CVV and try again.

'); $('.btn-submit', theForm).attr('hidden', false); $('.btn-processing', theForm).attr('hidden', true); } // } else { processPayment = true; } if (!processPayment) { $('.btn', theForm).attr('disabled', false); //stop spinning //display error //$('.processing-errors').append('

Error submitting card to payment processor, please check your Card Number, Expiry and CVV and try again.

'); $('.btn-submit', theForm).attr('hidden', false); $('.btn-processing', theForm).attr('hidden', true); } else { const form = theForm[0]; const data = new FormData(form); const transType = data.get('trans_type'); if (!transType || transType == 'cc') { if (customCheckout) { customCheckout.createToken(function (result) { if (result.error) { console.log(result.error.message); //display error } else { //console.log(result.token); // process token using our Payments API $('#tempToken', theForm).val(result.token); //console.log(result); //log('bambora', 'card_request_hosted_tokenization'); submitForm(theForm); } }); } else { // Just in case customCheckout was left undefined console.log('Error: customCheckout is not initialized'); $('.processing-errors', theForm).append(`

${bp.getResource("portal.errorB902")}

`); $('.btn-submit', theForm).attr('hidden', false); $('.btn-processing', theForm).attr('hidden', true); } } else { submitForm(theForm); } } }, error: function (sData) { // console.log(sData); $('.processing-errors', theForm).append(`

${bp.getResource("portal.errorB901")}

`); $('.btn-submit', theForm).attr('hidden', false); $('.btn-processing', theForm).attr('hidden', true); } }); } catch (err) { console.log(err); displayError.className = 'bp-alert bp-alert-danger'; $('.btn', theForm).attr('disabled', false); $('.btn-submit', theForm).attr('hidden', false); $('.btn-processing', theForm).attr('hidden', true); } } }); }); // bpready })();

'); }); } else if (!transType || transType == 'cc') { $('.processing-errors', theForm).append('

Error submitting card to payment processor, please check your Card Number, Expiry and CVV and try again.

'); } else { $('.processing-errors', theForm).append('

Error submitting bank information to payment processor, please check your bank account numbers and try again.

'); } } } }); } $(form).submit(async function (e) { e.preventDefault(); $('.processing-errors', form).find('.benji-error').remove(); let displayError = document.getElementById('card-errors'); displayError.className = ''; var theForm = $(form); //console.log(theForm[0].checkValidity()) // force the HTML5 browser validation messages to appear if the form is not complete. if (!theForm[0].checkValidity()) { // If the form is invalid, submit it. The form won't actually submit; // this will just cause the browser to display the native HTML5 error messages. theForm[0].reportValidity(); } else { $('.btn-submit', theForm).attr('hidden', true); $('.btn-processing', theForm).attr('hidden', false); try { //console.log('bambora tokenizing') $.ajax({ type: "POST", url: '/portal/surchargeEnabled', data: theForm.serialize(), success: async function (sData) { //console.log(data); //if enabled, display modal let processPayment = false; $("#ctype", theForm).val(sData.ctype); if (sData.surchargeEnabled && sData.surchargeAmount) { let chargeAmount = sData.subTotal; // if (await b_confirm("USD", Number.parseFloat(chargeAmount).toFixed(2), sData.surchargeAmount, sData.total, sData.processor)) { processPayment = true; } else { $('.btn', theForm).attr('disabled', false); //stop spinning //display error //$('.processing-errors').append('

Error submitting card to payment processor, please check your Card Number, Expiry and CVV and try again.

'); $('.btn-submit', theForm).attr('hidden', false); $('.btn-processing', theForm).attr('hidden', true); } // } else { processPayment = true; } if (!processPayment) { $('.btn', theForm).attr('disabled', false); //stop spinning //display error //$('.processing-errors').append('

Error submitting card to payment processor, please check your Card Number, Expiry and CVV and try again.

'); $('.btn-submit', theForm).attr('hidden', false); $('.btn-processing', theForm).attr('hidden', true); } else { const form = theForm[0]; const data = new FormData(form); const transType = data.get('trans_type'); if (!transType || transType == 'cc') { if (customCheckout) { customCheckout.createToken(function (result) { if (result.error) { console.log(result.error.message); //display error } else { //console.log(result.token); // process token using our Payments API $('#tempToken', theForm).val(result.token); //console.log(result); //log('bambora', 'card_request_hosted_tokenization'); submitForm(theForm); } }); } else { // Just in case customCheckout was left undefined console.log('Error: customCheckout is not initialized'); $('.processing-errors', theForm).append(`

${bp.getResource("portal.errorB902")}

`); $('.btn-submit', theForm).attr('hidden', false); $('.btn-processing', theForm).attr('hidden', true); } } else { submitForm(theForm); } } }, error: function (sData) { // console.log(sData); $('.processing-errors', theForm).append(`

${bp.getResource("portal.errorB901")}

`); $('.btn-submit', theForm).attr('hidden', false); $('.btn-processing', theForm).attr('hidden', true); } }); } catch (err) { console.log(err); displayError.className = 'bp-alert bp-alert-danger'; $('.btn', theForm).attr('disabled', false); $('.btn-submit', theForm).attr('hidden', false); $('.btn-processing', theForm).attr('hidden', true); } } }); }); // bpready })();

By using this service, you consent to be bound by Benji Pay’s Terms of Service and Privacy Policy.


Do not refresh this page, click the back button or leave the page while your transaction is processing or you may be charged more than once.

Four Twelve Roofing LLC - Invoice Payment (2024)
Top Articles
Is Alphabet Inc. (GOOG) The Best AI Stock Pick of Billionaire Steve Cohen?
‘Falling out of trees like apples’: How monkeys are dropping dead amid Mexico’s fierce heatwave
Netr Aerial Viewer
Elleypoint
Zabor Funeral Home Inc
Algebra Calculator Mathway
Team 1 Elite Club Invite
Gore Videos Uncensored
Hertz Car Rental Partnership | Uber
Category: Star Wars: Galaxy of Heroes | EA Forums
Mawal Gameroom Download
Craigslist Dog Kennels For Sale
Gfs Rivergate
8 Ways to Make a Friend Feel Special on Valentine's Day
Reddit Wisconsin Badgers Leaked
Craigslist Pets Sac
U/Apprenhensive_You8924
charleston cars & trucks - by owner - craigslist
Uktulut Pier Ritual Site
Virginia New Year's Millionaire Raffle 2022
Fraction Button On Ti-84 Plus Ce
623-250-6295
Joann Ally Employee Portal
CDL Rostermania 2023-2024 | News, Rumors & Every Confirmed Roster
Saritaprivate
BMW K1600GT (2017-on) Review | Speed, Specs & Prices
Is Windbound Multiplayer
A Christmas Horse - Alison Senxation
Tottenham Blog Aggregator
Mchoul Funeral Home Of Fishkill Inc. Services
Askhistorians Book List
Kltv Com Big Red Box
Rocketpult Infinite Fuel
Pensacola 311 Citizen Support | City of Pensacola, Florida Official Website
Rs3 Bis Perks
Sukihana Backshots
Shane Gillis’s Fall and Rise
2023 Fantasy Football Draft Guide: Rankings, cheat sheets and analysis
Emulating Web Browser in a Dedicated Intermediary Box
Seminary.churchofjesuschrist.org
Dinar Detectives Cracking the Code of the Iraqi Dinar Market
Nail Salon Open On Monday Near Me
Bekah Birdsall Measurements
Rocky Bfb Asset
Parent Portal Pat Med
Crigslist Tucson
Kushfly Promo Code
Used Sawmill For Sale - Craigslist Near Tennessee
Clock Batteries Perhaps Crossword Clue
Skyward Login Wylie Isd
Morbid Ash And Annie Drew
Jesus Calling Oct 6
Latest Posts
Article information

Author: Kelle Weber

Last Updated:

Views: 5709

Rating: 4.2 / 5 (73 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Kelle Weber

Birthday: 2000-08-05

Address: 6796 Juan Square, Markfort, MN 58988

Phone: +8215934114615

Job: Hospitality Director

Hobby: tabletop games, Foreign language learning, Leather crafting, Horseback riding, Swimming, Knapping, Handball

Introduction: My name is Kelle Weber, I am a magnificent, enchanting, fair, joyous, light, determined, joyous person who loves writing and wants to share my knowledge and understanding with you.