{"id":2413,"date":"2021-03-22T18:50:51","date_gmt":"2021-03-22T18:50:51","guid":{"rendered":"https:\/\/gowiththegnome.com\/contact-us-copy\/"},"modified":"2022-04-26T17:46:21","modified_gmt":"2022-04-26T17:46:21","slug":"payments","status":"publish","type":"page","link":"https:\/\/gowiththegnome.com\/es\/payments\/","title":{"rendered":"Realice un Pago"},"content":{"rendered":"<div data-vc-full-width=\"true\" data-vc-full-width-init=\"false\" class=\"vc_row wpb_row vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"grd-empty-space \" style=\"\"><div class=\"grd_empty_space_lg visible-lg\"  style=\"height: 90px\"><\/div><div class=\"grd_empty_space_md visible-md visible-sm\"  style=\"height: 60px\"><\/div><div class=\"grd_empty_space_xs visible-xs\"  style=\"height: 30px\"><\/div><\/div><div class='col-xs-12 col-sm-12 no-padding grd-section-title sc-dark grd_title-type-2 ' >\r\n\t\t<h3 class='no-padding col-xs-12 col-sm-12 title' style='font-size: 30px; color: #2e2e2e'>Payments<\/h3> <div class=\"no-padding col-xs-12 col-sm-12 desc\"><p>Please click our <strong>Customer Login<\/strong> icon above to login to your account.\u00a0 You can check your balance, services and a lot more! Use <strong>Paypal<\/strong> below.<\/p>\n<h5><span style=\"color: #00a94f;\"><strong>ANY QUESTIONS REGARDING ONLINE PAYMENTS PLEASE CALL OUR OFFICE<\/strong><\/span><\/h5>\n<p><\/p><\/div> <\/div><div class=\"grd-empty-space \" style=\"\"><div class=\"grd_empty_space_lg visible-lg\"  style=\"height: 90px\"><\/div><div class=\"grd_empty_space_md visible-md visible-sm\"  style=\"height: 60px\"><\/div><div class=\"grd_empty_space_xs visible-xs\"  style=\"height: 30px\"><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"vc_row-full-width vc_clearfix\"><\/div><div class=\"vc_row wpb_row vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-2\/5\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class='col-xs-12 col-sm-12 no-padding grd-section-title sc-light grd_title-type-1 ' >\r\n\t\t<h3 class='no-padding col-xs-12 col-sm-12 text-center title' style=' '>PayPal<\/h3> <div class=\"no-padding col-xs-12 col-sm-12 text-center desc\"><p><span class=\"aCOpRe\">The faster and safer way to make an online payment.<\/span><\/p><\/div> <\/div><div class=\"grd-empty-space \" style=\"\"><div class=\"grd_empty_space_lg visible-lg\"  style=\"height: 50px\"><\/div><div class=\"grd_empty_space_md visible-md visible-sm\"  style=\"height: 40px\"><\/div><div class=\"grd_empty_space_xs visible-xs\"  style=\"height: 30px\"><\/div><\/div>\n\t<div class=\"wpb_raw_code wpb_content_element wpb_raw_html\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<div id=\"smart-button-container\">\n    <div style=\"text-align: center\"><label for=\"description\">Description <\/label><input style=\"margin-left: 10px; border: 1px solid #bdbdbd\" type=\"text\" name=\"descriptionInput\" id=\"description\" maxlength=\"127\" value=\"\"><\/div>\n      <p id=\"descriptionError\" style=\"visibility: hidden; color:red; text-align: center;\">Please enter a description<\/p>\n    <div style=\"text-align: center\"><label for=\"amount\">Amount <\/label><input style=\"margin-left: 10px; border: 1px solid #bdbdbd\" name=\"amountInput\" type=\"number\" id=\"amount\" value=\"\" ><span> USD<\/span><\/div>\n      <p id=\"priceLabelError\" style=\"visibility: hidden; color:red; text-align: center;\">Please enter a price<\/p>\n    <div id=\"invoiceidDiv\" style=\"text-align: center; display: none;\"><label for=\"invoiceid\"> <\/label><input name=\"invoiceid\" maxlength=\"127\" type=\"text\" id=\"invoiceid\" value=\"\" ><\/div>\n      <p id=\"invoiceidError\" style=\"visibility: hidden; color:red; text-align: center;\">Please enter an Invoice ID<\/p>\n    <div style=\"text-align: center; margin-top: 0.625rem;\" id=\"paypal-button-container\"><\/div>\n  <\/div>\n  <script src=\"https:\/\/www.paypal.com\/sdk\/js?client-id=ASuK2VMfh7_uZZaJOQogxlS4MAbPf-7kN3ustw3jlOXFChPESAykfZrddjgAPUAxSTJGtl8lyj-ck_A4&currency=USD\" data-sdk-integration-source=\"button-factory\"><\/script>\n  <script>\n  function initPayPalButton() {\n    var description = document.querySelector('#smart-button-container #description');\n    var amount = document.querySelector('#smart-button-container #amount');\n    var descriptionError = document.querySelector('#smart-button-container #descriptionError');\n    var priceError = document.querySelector('#smart-button-container #priceLabelError');\n    var invoiceid = document.querySelector('#smart-button-container #invoiceid');\n    var invoiceidError = document.querySelector('#smart-button-container #invoiceidError');\n    var invoiceidDiv = document.querySelector('#smart-button-container #invoiceidDiv');\n\n    var elArr = [description, amount];\n\n    if (invoiceidDiv.firstChild.innerHTML.length > 1) {\n      invoiceidDiv.style.display = \"block\";\n    }\n\n    var purchase_units = [];\n    purchase_units[0] = {};\n    purchase_units[0].amount = {};\n\n    function validate(event) {\n      return event.value.length > 0;\n    }\n\n    paypal.Buttons({\n      style: {\n        color: 'gold',\n        shape: 'rect',\n        label: 'paypal',\n        layout: 'vertical',\n        \n      },\n\n      onInit: function (data, actions) {\n        actions.disable();\n\n        if(invoiceidDiv.style.display === \"block\") {\n          elArr.push(invoiceid);\n        }\n\n        elArr.forEach(function (item) {\n          item.addEventListener('keyup', function (event) {\n            var result = elArr.every(validate);\n            if (result) {\n              actions.enable();\n            } else {\n              actions.disable();\n            }\n          });\n        });\n      },\n\n      onClick: function () {\n        if (description.value.length < 1) {\n          descriptionError.style.visibility = \"visible\";\n        } else {\n          descriptionError.style.visibility = \"hidden\";\n        }\n\n        if (amount.value.length < 1) {\n          priceError.style.visibility = \"visible\";\n        } else {\n          priceError.style.visibility = \"hidden\";\n        }\n\n        if (invoiceid.value.length < 1 && invoiceidDiv.style.display === \"block\") {\n          invoiceidError.style.visibility = \"visible\";\n        } else {\n          invoiceidError.style.visibility = \"hidden\";\n        }\n\n        purchase_units[0].description = description.value;\n        purchase_units[0].amount.value = amount.value;\n\n        if(invoiceid.value !== '') {\n          purchase_units[0].invoice_id = invoiceid.value;\n        }\n      },\n\n      createOrder: function (data, actions) {\n        return actions.order.create({\n          purchase_units: purchase_units,\n        });\n      },\n\n      onApprove: function (data, actions) {\n        return actions.order.capture().then(function (details) {\n          alert('Transaction completed by ' + details.payer.name.given_name + '!');\n        });\n      },\n\n      onError: function (err) {\n        console.log(err);\n      }\n    }).render('#paypal-button-container');\n  }\n  initPayPalButton();\n  <\/script>\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-1\/5\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><\/div><\/div><\/div><\/div><div class=\"vc_row wpb_row vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"grd-empty-space \" style=\"\"><div class=\"grd_empty_space_lg visible-lg\"  style=\"height: 50px\"><\/div><div class=\"grd_empty_space_md visible-md visible-sm\"  style=\"height: 30px\"><\/div><div class=\"grd_empty_space_xs visible-xs\"  style=\"height: 20px\"><\/div><\/div><\/div><\/div><\/div><\/div><div data-vc-full-width=\"true\" data-vc-full-width-init=\"false\" data-vc-stretch-content=\"true\" class=\"vc_row wpb_row vc_row-fluid vc_custom_1616030237216 vc_row-has-fill vc_row-o-content-middle vc_row-flex\"><div class=\"wpb_column vc_column_container vc_col-sm-12 vc_hidden-lg vc_hidden-md vc_hidden-sm\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div  class=\"wpb_single_image wpb_content_element vc_align_center  vc_custom_1616031704404\">\n\t\t\n\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t<div class=\"vc_single_image-wrapper   vc_box_border_grey\"><img fetchpriority=\"high\" decoding=\"async\" width=\"523\" height=\"457\" src=\"https:\/\/gowiththegnome.com\/wp-content\/uploads\/2021\/03\/gnome-peek_info-cel-bg-1.png\" class=\"vc_single_image-img attachment-full\" alt=\"\" srcset=\"https:\/\/gowiththegnome.com\/wp-content\/uploads\/2021\/03\/gnome-peek_info-cel-bg-1.png 523w, https:\/\/gowiththegnome.com\/wp-content\/uploads\/2021\/03\/gnome-peek_info-cel-bg-1-300x262.png 300w\" sizes=\"(max-width: 523px) 100vw, 523px\" \/><\/div>\n\t\t<\/figure>\n\t<\/div>\n<div class=\"vc_row wpb_row vc_inner vc_row-fluid vc_custom_1616026740085 vc_row-has-fill\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_text_column wpb_content_element  vc_custom_1616027964247\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h3 style=\"text-align: center; line-height: 0.5;\"><span style=\"color: #112e1a;\">Go With<\/span><\/h3>\n<h1 style=\"text-align: center; line-height: 0.5;\"><span style=\"color: #112e1a;\">The Gnome<\/span><\/h1>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"vc_row-full-width vc_clearfix\"><\/div><div data-vc-full-width=\"true\" data-vc-full-width-init=\"false\" data-vc-stretch-content=\"true\" class=\"vc_row wpb_row vc_row-fluid vc_custom_1616030128752 vc_row-has-fill vc_row-o-content-middle vc_row-flex\"><div class=\"wpb_column vc_column_container vc_col-sm-12 vc_hidden-xs\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div  class=\"wpb_single_image wpb_content_element vc_align_center  vc_custom_1616031876661\">\n\t\t\n\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t<div class=\"vc_single_image-wrapper   vc_box_border_grey\"><img decoding=\"async\" width=\"523\" height=\"457\" src=\"https:\/\/gowiththegnome.com\/wp-content\/uploads\/2021\/03\/gnome-peek_info-bg.png\" class=\"vc_single_image-img attachment-full\" alt=\"\" srcset=\"https:\/\/gowiththegnome.com\/wp-content\/uploads\/2021\/03\/gnome-peek_info-bg.png 523w, https:\/\/gowiththegnome.com\/wp-content\/uploads\/2021\/03\/gnome-peek_info-bg-300x262.png 300w\" sizes=\"(max-width: 523px) 100vw, 523px\" \/><\/div>\n\t\t<\/figure>\n\t<\/div>\n<div class=\"vc_row wpb_row vc_inner vc_row-fluid vc_custom_1616026740085 vc_row-has-fill\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_text_column wpb_content_element  vc_custom_1616027873290\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h3 style=\"text-align: center; line-height: 0.5;\"><span style=\"color: #112e1a;\">Go With<\/span><\/h3>\n<h1 style=\"text-align: center; line-height: 0.5;\"><span style=\"color: #112e1a;\">The Gnome<\/span><\/h1>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"vc_row-full-width vc_clearfix\"><\/div>\n","protected":false},"excerpt":{"rendered":"Payments Please click our Customer Login icon above to login to your account.\u00a0 You can check your balance, services and a lot more! Use Paypal below. ANY QUESTIONS REGARDING ONLINE PAYMENTS PLEASE CALL OUR OFFICE PayPal The faster and safer way to make an online payment. Description Please enter a description Amount USD Please enter [...]","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-fullwidth.php","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"class_list":["post-2413","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Make A Payment - Turfmaster L&amp;O Care<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/gowiththegnome.com\/es\/payments\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Make A Payment - Turfmaster L&amp;O Care\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gowiththegnome.com\/es\/payments\/\" \/>\n<meta property=\"og:site_name\" content=\"Turfmaster L&amp;O Care\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/turfmasterlawn\" \/>\n<meta property=\"article:modified_time\" content=\"2022-04-26T17:46:21+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/gowiththegnome.com\/payments\/\",\"url\":\"https:\/\/gowiththegnome.com\/payments\/\",\"name\":\"Make A Payment - Turfmaster L&amp;O Care\",\"isPartOf\":{\"@id\":\"https:\/\/gowiththegnome.com\/#website\"},\"datePublished\":\"2021-03-22T18:50:51+00:00\",\"dateModified\":\"2022-04-26T17:46:21+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/gowiththegnome.com\/payments\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/gowiththegnome.com\/payments\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/gowiththegnome.com\/payments\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/gowiththegnome.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Make A Payment\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/gowiththegnome.com\/#website\",\"url\":\"https:\/\/gowiththegnome.com\/\",\"name\":\"Turfmaster\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/gowiththegnome.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/gowiththegnome.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/gowiththegnome.com\/#organization\",\"name\":\"Turfmaster\",\"url\":\"https:\/\/gowiththegnome.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/gowiththegnome.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/gowiththegnome.com\/wp-content\/uploads\/2021\/03\/Turfmaster-Logo-2C.png\",\"contentUrl\":\"https:\/\/gowiththegnome.com\/wp-content\/uploads\/2021\/03\/Turfmaster-Logo-2C.png\",\"width\":500,\"height\":82,\"caption\":\"Turfmaster\"},\"image\":{\"@id\":\"https:\/\/gowiththegnome.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/turfmasterlawn\",\"https:\/\/www.instagram.com\/turfmasterfl\/\",\"https:\/\/www.youtube.com\/channel\/UCf1wKFX0NSjHbGJ-QLb3M5Q\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Make A Payment - Turfmaster L&amp;O Care","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/gowiththegnome.com\/es\/payments\/","og_locale":"es_MX","og_type":"article","og_title":"Make A Payment - Turfmaster L&amp;O Care","og_url":"https:\/\/gowiththegnome.com\/es\/payments\/","og_site_name":"Turfmaster L&amp;O Care","article_publisher":"https:\/\/www.facebook.com\/turfmasterlawn","article_modified_time":"2022-04-26T17:46:21+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/gowiththegnome.com\/payments\/","url":"https:\/\/gowiththegnome.com\/payments\/","name":"Make A Payment - Turfmaster L&amp;O Care","isPartOf":{"@id":"https:\/\/gowiththegnome.com\/#website"},"datePublished":"2021-03-22T18:50:51+00:00","dateModified":"2022-04-26T17:46:21+00:00","breadcrumb":{"@id":"https:\/\/gowiththegnome.com\/payments\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gowiththegnome.com\/payments\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/gowiththegnome.com\/payments\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gowiththegnome.com\/"},{"@type":"ListItem","position":2,"name":"Make A Payment"}]},{"@type":"WebSite","@id":"https:\/\/gowiththegnome.com\/#website","url":"https:\/\/gowiththegnome.com\/","name":"Turfmaster","description":"","publisher":{"@id":"https:\/\/gowiththegnome.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gowiththegnome.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/gowiththegnome.com\/#organization","name":"Turfmaster","url":"https:\/\/gowiththegnome.com\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/gowiththegnome.com\/#\/schema\/logo\/image\/","url":"https:\/\/gowiththegnome.com\/wp-content\/uploads\/2021\/03\/Turfmaster-Logo-2C.png","contentUrl":"https:\/\/gowiththegnome.com\/wp-content\/uploads\/2021\/03\/Turfmaster-Logo-2C.png","width":500,"height":82,"caption":"Turfmaster"},"image":{"@id":"https:\/\/gowiththegnome.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/turfmasterlawn","https:\/\/www.instagram.com\/turfmasterfl\/","https:\/\/www.youtube.com\/channel\/UCf1wKFX0NSjHbGJ-QLb3M5Q"]}]}},"_links":{"self":[{"href":"https:\/\/gowiththegnome.com\/es\/wp-json\/wp\/v2\/pages\/2413","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gowiththegnome.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gowiththegnome.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gowiththegnome.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gowiththegnome.com\/es\/wp-json\/wp\/v2\/comments?post=2413"}],"version-history":[{"count":0,"href":"https:\/\/gowiththegnome.com\/es\/wp-json\/wp\/v2\/pages\/2413\/revisions"}],"wp:attachment":[{"href":"https:\/\/gowiththegnome.com\/es\/wp-json\/wp\/v2\/media?parent=2413"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}