{"id":3781,"date":"2025-04-25T08:21:14","date_gmt":"2025-04-25T08:21:14","guid":{"rendered":"http:\/\/iccit-conference.org\/icostech\/?page_id=495"},"modified":"2025-04-25T09:07:38","modified_gmt":"2025-04-25T09:07:38","slug":"payment-by-paypal","status":"publish","type":"page","link":"https:\/\/iccit-conference.org\/2025\/payment-by-paypal\/","title":{"rendered":"Payment by Paypal"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3781\" class=\"elementor elementor-3781\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-48be148d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"48be148d\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-318ef4d5\" data-id=\"318ef4d5\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4c52b899 elementor-widget elementor-widget-text-editor\" data-id=\"4c52b899\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>\u00a0<\/p><div><table><tbody><tr style=\"height: 18px;\" bgcolor=\"#228B22\"><td style=\"width: 118%; text-align: center; height: 18px;\" colspan=\"2\"><span style=\"color: #ffffff;\">International Participant<\/span><\/td><\/tr><tr align=\"center\" bgcolor=\"#6cde5e\"><td style=\"width: 50%; height: 18px;\"><span style=\"font-family: Caudex, sans-serif; color: #ffffff;\"><strong>Article Processing Charge (APC)<\/strong><\/span><\/td><td style=\"width: 50%; height: 18px;\"><span style=\"font-family: Caudex, sans-serif; color: #ffffff;\"><strong>Amount<\/strong><\/span><\/td><\/tr><tr align=\"center\"><td>Regular<\/td><td><p style=\"text-align: center;\"><span style=\"color: #777777; background-color: transparent;\"><br \/>$323<\/span><\/p><div style=\"position: absolute; left: -12px; top: 49px;\"><div>\u00a0<\/div><\/div><\/td><\/tr><\/tbody><\/table><\/div>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4c8e8a6 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4c8e8a6\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-78577a3\" data-id=\"78577a3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-22f6162\" data-id=\"22f6162\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-14facac elementor-widget elementor-widget-html\" data-id=\"14facac\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div style=\"display: flex; justify-content: center; align-items: center; min-height: 100px;\">\n\n  <div style=\"max-width: 520px; width: 100%; padding: 24px; border-radius: 12px; background-color: #ffffff; box-shadow: 0 4px 12px rgba(0,0,0,0.1); text-align: center; font-family: Caudex, sans-serif;\">\n    \n    <p style=\"font-size: 20px; font-weight: 600; color: #008000; margin-bottom: 20px;\">\n      Payment by Paypal\n    <\/p>\n    \n    <div>\n      <div id=\"wppaypalcheckout-button-container-6a279ce024916\" style=\"max-width: 300px;\"><input class=\"wppaypal_checkout_description_input\" type=\"hidden\" name=\"description\" value=\"International Participant Article Processing Charge (APC) - Regular ICCIT 2025\" required><input class=\"wppaypal_checkout_amount_input\" type=\"hidden\" name=\"amount\" value=\"323\" required><div id=\"wppaypalcheckout-button-6a279ce024916\" style=\"max-width: 300px;\"><\/div><\/div>    <script>\r\n    jQuery(document).ready(function() {\r\n            \r\n        function initPayPalButton6a279ce024916() {\r\n            var description = document.querySelector('#wppaypalcheckout-button-container-6a279ce024916 .wppaypal_checkout_description_input');\r\n            var amount = document.querySelector('#wppaypalcheckout-button-container-6a279ce024916 .wppaypal_checkout_amount_input');\r\n            var checkoutvar = {};\r\n            var custom = \"\";\r\n            var variation = \"\";\r\n            var elArr = [description, amount];\r\n\r\n            var purchase_units = [];\r\n            purchase_units[0] = {};\r\n            purchase_units[0].amount = {};\r\n   \r\n            function validate(event) {\r\n                if(event.value.length === 0){\r\n                    return false;\r\n                }\r\n                if(event.name == \"amount\"){\r\n                    if(!isNaN(Number(event.value)) && Number(event.value) < 0.1){\r\n                        return false;\r\n                    }\r\n                }\r\n                if(event.name == \"custom\"){\r\n                    checkoutvar.custom = event.value;  \r\n                }\r\n                if(event.name == \"variation\"){\r\n                    var variation_arr = event.value.split(\"_\");\r\n                    if(typeof variation_arr[0] !== 'undefined'){\r\n                        checkoutvar.variation = variation_arr[0];\r\n                    }\r\n                    if(typeof variation_arr[1] !== 'undefined'){\r\n                        amount.value = variation_arr[1];\r\n                    }  \r\n                }\r\n                return true;\r\n            }\r\n            paypal.Buttons({\r\n                style: {\r\n                    layout: 'vertical',\r\n                    color: 'gold',\r\n                    shape: 'rect',\r\n                    label: 'paypal'\r\n                },\r\n                onInit: function (data, actions) {\r\n                    actions.disable();\r\n                    var validated = true;\r\n                    elArr.forEach(function (item) {\r\n                        if(!validate(item)){\r\n                            validated = false;    \r\n                        }\r\n                        item.addEventListener('change', function (event) {\r\n                            var result = elArr.every(validate);\r\n                            if (result) {\r\n                                actions.enable();\r\n                            } else {\r\n                                actions.disable();\r\n                            }\r\n                        });\r\n                    });\r\n                    if(validated){\r\n                        actions.enable();\r\n                    }\r\n                },  \r\n                \r\n                onClick: function () {\r\n                    purchase_units[0].description = description.value;\r\n                    purchase_units[0].amount.value = amount.value;\r\n                },    \r\n                    \r\n                createOrder: function(data, actions) {\r\n                    return actions.order.create({\r\n                        purchase_units: purchase_units,\r\n                            \r\n                    });\r\n                },\r\n                            \r\n                onApprove: function(data, actions) {\r\n                    return actions.order.capture().then(function(details) {\r\n                        var data = {\r\n                            'action': \"wppaypalcheckout_ajax_process_order\",\r\n                            'wppaypalcheckout_ajax_process_order': \"1\",\r\n                            'checkoutvar': checkoutvar,\r\n                            'details': details \r\n                        };  \r\n                        jQuery.ajax({\r\n                            url : \"https:\/\/iccit-conference.org\/2025\/wp-admin\/admin-ajax.php\",\r\n                            type : \"POST\",\r\n                            data : data,\r\n                            success: function(response) {\r\n                                let temp_return_url = 'https:\/\/iccit-conference.org\/2025\/thankyou\/';let return_url = temp_return_url.replace('&#038;', '&');window.location.replace(return_url);\r\n                            }\r\n                        });\r\n                    });\r\n                },\r\n                                    \r\n                onError: function (err) {\r\n                    console.log(err);\r\n                },\r\n                                    \r\n                onCancel: function (data) {\r\n                    let temp_cancel_url = 'https:\/\/iccit-conference.org\/2025\/payment-by-paypal\/';let cancel_url = temp_cancel_url.replace('&#038;', '&');window.location.replace(cancel_url);\r\n                }\r\n                    \r\n            }).render('#wppaypalcheckout-button-6a279ce024916');\r\n        }\r\n        initPayPalButton6a279ce024916();\r\n    });                     \r\n    <\/script>        \n    <\/div>\n\n  <\/div>\n\n<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7b34a84\" data-id=\"7b34a84\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u00a0 International Participant Article Processing Charge (APC) Amount Regular $323 \u00a0 Payment by Paypal<\/p>\n","protected":false},"author":3,"featured_media":3173,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Payment by Paypal - ICCIT 2025<\/title>\n<meta name=\"description\" content=\"Registration. Please make sure that you have done these following instructions:1. Register and submit your paper to EasyChair ICCIT 2024.2.\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Payment by Paypal - ICCIT 2025\" \/>\n<meta property=\"og:description\" content=\"Registration. Please make sure that you have done these following instructions:1. Register and submit your paper to EasyChair ICCIT 2024.2.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/iccit-conference.org\/2025\/payment-by-paypal\/\" \/>\n<meta property=\"og:site_name\" content=\"ICCIT 2025\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-25T09:07:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/iccit-conference.org\/2025\/wp-content\/uploads\/2022\/04\/Screen-Shot-2022-04-12-at-23.40.00.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1120\" \/>\n\t<meta property=\"og:image:height\" content=\"477\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Adam Faturahman\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https:\/\/iccit-conference.org\/2025\/#organization\",\"name\":\"International Conference on Sciences and Technology (ICOSTECH)\",\"url\":\"https:\/\/iccit-conference.org\/2025\/\",\"sameAs\":[],\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/iccit-conference.org\/2025\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/iccit-conference.org\/wp-content\/uploads\/2022\/01\/WhatsApp_Image_2022-01-06_at_10.52.51-removebg-preview.png\",\"contentUrl\":\"https:\/\/iccit-conference.org\/wp-content\/uploads\/2022\/01\/WhatsApp_Image_2022-01-06_at_10.52.51-removebg-preview.png\",\"width\":323,\"height\":179,\"caption\":\"International Conference on Sciences and Technology (ICOSTECH)\"},\"image\":{\"@id\":\"https:\/\/iccit-conference.org\/2025\/#\/schema\/logo\/image\/\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/iccit-conference.org\/2025\/#website\",\"url\":\"https:\/\/iccit-conference.org\/2025\/\",\"name\":\"ICCIT 2025\",\"description\":\"Fostering Sustainable Digital Transformation through Technological Innovation\",\"publisher\":{\"@id\":\"https:\/\/iccit-conference.org\/2025\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/iccit-conference.org\/2025\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/iccit-conference.org\/2025\/payment-by-paypal\/#primaryimage\",\"url\":\"https:\/\/iccit-conference.org\/2025\/wp-content\/uploads\/2022\/04\/Screen-Shot-2022-04-12-at-23.40.00.png\",\"contentUrl\":\"https:\/\/iccit-conference.org\/2025\/wp-content\/uploads\/2022\/04\/Screen-Shot-2022-04-12-at-23.40.00.png\",\"width\":1120,\"height\":477,\"caption\":\"Registration\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/iccit-conference.org\/2025\/payment-by-paypal\/#webpage\",\"url\":\"https:\/\/iccit-conference.org\/2025\/payment-by-paypal\/\",\"name\":\"Payment by Paypal - ICCIT 2025\",\"isPartOf\":{\"@id\":\"https:\/\/iccit-conference.org\/2025\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/iccit-conference.org\/2025\/payment-by-paypal\/#primaryimage\"},\"datePublished\":\"2025-04-25T08:21:14+00:00\",\"dateModified\":\"2025-04-25T09:07:38+00:00\",\"description\":\"Registration. Please make sure that you have done these following instructions:1. Register and submit your paper to EasyChair ICCIT 2024.2.\",\"breadcrumb\":{\"@id\":\"https:\/\/iccit-conference.org\/2025\/payment-by-paypal\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/iccit-conference.org\/2025\/payment-by-paypal\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/iccit-conference.org\/2025\/payment-by-paypal\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/iccit-conference.org\/2025\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Payment by Paypal\"}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Payment by Paypal - ICCIT 2025","description":"Registration. Please make sure that you have done these following instructions:1. Register and submit your paper to EasyChair ICCIT 2024.2.","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Payment by Paypal - ICCIT 2025","og_description":"Registration. Please make sure that you have done these following instructions:1. Register and submit your paper to EasyChair ICCIT 2024.2.","og_url":"https:\/\/iccit-conference.org\/2025\/payment-by-paypal\/","og_site_name":"ICCIT 2025","article_modified_time":"2025-04-25T09:07:38+00:00","og_image":[{"width":1120,"height":477,"url":"https:\/\/iccit-conference.org\/2025\/wp-content\/uploads\/2022\/04\/Screen-Shot-2022-04-12-at-23.40.00.png","type":"image\/png"}],"author":"Adam Faturahman","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Organization","@id":"https:\/\/iccit-conference.org\/2025\/#organization","name":"International Conference on Sciences and Technology (ICOSTECH)","url":"https:\/\/iccit-conference.org\/2025\/","sameAs":[],"logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/iccit-conference.org\/2025\/#\/schema\/logo\/image\/","url":"https:\/\/iccit-conference.org\/wp-content\/uploads\/2022\/01\/WhatsApp_Image_2022-01-06_at_10.52.51-removebg-preview.png","contentUrl":"https:\/\/iccit-conference.org\/wp-content\/uploads\/2022\/01\/WhatsApp_Image_2022-01-06_at_10.52.51-removebg-preview.png","width":323,"height":179,"caption":"International Conference on Sciences and Technology (ICOSTECH)"},"image":{"@id":"https:\/\/iccit-conference.org\/2025\/#\/schema\/logo\/image\/"}},{"@type":"WebSite","@id":"https:\/\/iccit-conference.org\/2025\/#website","url":"https:\/\/iccit-conference.org\/2025\/","name":"ICCIT 2025","description":"Fostering Sustainable Digital Transformation through Technological Innovation","publisher":{"@id":"https:\/\/iccit-conference.org\/2025\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/iccit-conference.org\/2025\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/iccit-conference.org\/2025\/payment-by-paypal\/#primaryimage","url":"https:\/\/iccit-conference.org\/2025\/wp-content\/uploads\/2022\/04\/Screen-Shot-2022-04-12-at-23.40.00.png","contentUrl":"https:\/\/iccit-conference.org\/2025\/wp-content\/uploads\/2022\/04\/Screen-Shot-2022-04-12-at-23.40.00.png","width":1120,"height":477,"caption":"Registration"},{"@type":"WebPage","@id":"https:\/\/iccit-conference.org\/2025\/payment-by-paypal\/#webpage","url":"https:\/\/iccit-conference.org\/2025\/payment-by-paypal\/","name":"Payment by Paypal - ICCIT 2025","isPartOf":{"@id":"https:\/\/iccit-conference.org\/2025\/#website"},"primaryImageOfPage":{"@id":"https:\/\/iccit-conference.org\/2025\/payment-by-paypal\/#primaryimage"},"datePublished":"2025-04-25T08:21:14+00:00","dateModified":"2025-04-25T09:07:38+00:00","description":"Registration. Please make sure that you have done these following instructions:1. Register and submit your paper to EasyChair ICCIT 2024.2.","breadcrumb":{"@id":"https:\/\/iccit-conference.org\/2025\/payment-by-paypal\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/iccit-conference.org\/2025\/payment-by-paypal\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/iccit-conference.org\/2025\/payment-by-paypal\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/iccit-conference.org\/2025\/"},{"@type":"ListItem","position":2,"name":"Payment by Paypal"}]}]}},"_links":{"self":[{"href":"https:\/\/iccit-conference.org\/2025\/wp-json\/wp\/v2\/pages\/3781"}],"collection":[{"href":"https:\/\/iccit-conference.org\/2025\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/iccit-conference.org\/2025\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/iccit-conference.org\/2025\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/iccit-conference.org\/2025\/wp-json\/wp\/v2\/comments?post=3781"}],"version-history":[{"count":0,"href":"https:\/\/iccit-conference.org\/2025\/wp-json\/wp\/v2\/pages\/3781\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/iccit-conference.org\/2025\/wp-json\/wp\/v2\/media\/3173"}],"wp:attachment":[{"href":"https:\/\/iccit-conference.org\/2025\/wp-json\/wp\/v2\/media?parent=3781"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}