{"id":40,"date":"2023-11-22T10:20:32","date_gmt":"2023-11-22T09:20:32","guid":{"rendered":"https:\/\/iwaee.org\/new\/?page_id=40"},"modified":"2026-04-11T13:51:07","modified_gmt":"2026-04-11T11:51:07","slug":"payment","status":"publish","type":"page","link":"https:\/\/iwaee.org\/new\/payment\/","title":{"rendered":"Payment"},"content":{"rendered":"<section class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_empty_space][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/2&#8243;][vc_column_text]<\/p>\n<h3>Payment With Paypal<\/h3>\n<p>An additional fee of \u20ac7 is applied by Paypal at each transaction<\/p>\n<p><span style=\"font-size: 12pt;\">Presenter (Paper\/Poster) Full Fees \u2013 412 Euros <div class='wpecpp-container wpecpp-align-left'><form class='wpecpp-form wpecpp-form-disabled' id='r168b12fd26e35041856db00882514027' action='#' method='post'>        <script\n            src='https:\/\/www.paypal.com\/sdk\/js?client-id=Advx1wc_4Se6ICsYnMXTqWntyS0F1VdRHIeWnT2Qgv0nFi6sD86KEM9DSxcG79rq_weHqfs1uClL1xDy&merchant-id=3D25TW9EZYGBC&currency=EUR&intent=capture&components=buttons,funding-eligibility&locale=en_GB'\n            data-partner-attribution-id='WPPlugin_STP_CP'\n\t\t            ><\/script>\n        <style>\n            .wpecpp-paypal-button-container > *,\n            .wpecpp-paypal-hosted-fields-container .wpecpp-paypal-btn {\n                max-width: 160px;\n            }\n            .wpecpp-paypal-hosted-fields-container .wpecpp-paypal-btn {\n                height: 40px;\n            }\n        <\/style>\n        <script>\n            const wpecppPaypalFunding = [\"paypal\"];\n        <\/script>\n    \n    <!-- Buttons container -->\n    <div id='wpecpp-paypal-button-container-r168b12fd26e35041856db00882514027' class='wpecpp-paypal-button-container wpecpp-vertical'><\/div>\n\n\t\n    <div id='wpecpp-paypal-message-r168b12fd26e35041856db00882514027' class='wpecpp-payment-message'><\/div>\n\n    <script>\n        const message_r168b12fd26e35041856db00882514027 = document.getElementById('wpecpp-paypal-message-r168b12fd26e35041856db00882514027');\n        if ( typeof paypal === 'undefined' ) {\n            message_r168b12fd26e35041856db00882514027.innerHTML = '<span class=\"payment-error\">An error occurred while connecting PayPal SDK. Check the plugin settings.<\/span>';\n            throw 'An error occurred while connecting PayPal SDK. Check the plugin settings.';\n        }\n\n        paypal.getFundingSources().forEach(function (fundingSource) {\n            if ( wpecppPaypalFunding.indexOf(fundingSource) > -1 ) {\n                const style = {\n                    shape: 'pill',\n                    label: 'paypal',\n                    height: 40                };\n\n                if ( fundingSource !== 'card' ) {\n                    let color = 'gold';\n                    if (fundingSource === 'venmo' && color === 'gold') {\n                        color = 'blue';\n                    } else if (['ideal', 'bancontact', 'giropay', 'eps', 'sofort', 'mybank', 'p24'].indexOf(fundingSource) > -1 && ['gold', 'blue'].indexOf(color) > -1) {\n                        color = 'default';\n                    }\n                    style.color = color;\n                }\n\n                const button = paypal.Buttons({\n                    fundingSource: fundingSource,\n                    style: style,\n                    createOrder: function() {\n                        message_r168b12fd26e35041856db00882514027.innerHTML = '';\n\n                        const form = document.getElementById('r168b12fd26e35041856db00882514027'),\n                            formData = new FormData(),\n                            nameInput = form.querySelector('[name=\"item_name\"]'),\n                            priceInput = form.querySelector('[name=\"amount\"]');\n\n                        formData.append('action', 'wpecpp-ppcp-order-create');\n                        formData.append('nonce', wpecpp.nonce);\n                        formData.append('name', nameInput ? nameInput.value : '');\n                        formData.append('price', priceInput ? priceInput.value : 0);\n\n                        return fetch(wpecpp.ajaxUrl, {\n                            method: 'post',\n                            body: formData\n                        }).then(function(response) {\n                            return response.json();\n                        }).then(function(data) {\n                            let orderID = false;\n                            if (data.success && data.data.order_id) {\n                                orderID = data.data.order_id;\n                            } else {\n                                throw data.data && data.data.message ? data.data.message : 'An unknown error occurred while creating the order. Please reload the page and try again.';\n                            }\n                            return orderID;\n                        });\n                    },\n                    onApprove: function(data) {\n                        const formData = new FormData();\n\n                        formData.append('action', 'wpecpp-ppcp-order-finalize');\n                        formData.append('nonce', wpecpp.nonce);\n                        formData.append('order_id', data.orderID);\n\n                        return fetch(wpecpp.ajaxUrl, {\n                            method: 'post',\n                            body: formData\n                        }).then(function(response) {\n                            return response.json();\n                        }).then(function(data) {\n                            if (data.success) {\n                                if (wpecpp.return.length && fundingSource !== 'card') {\n                                    window.location.href = wpecpp.return;\n                                } else {\n                                    message_r168b12fd26e35041856db00882514027.innerHTML = '<span class=\"payment-success\">' + data.data.message + '<\/span>';\n                                }\n                            } else {\n                                throw data.data.message;\n                            }\n                        });\n                    },\n                    onCancel: function() {\n                        if (wpecpp.cancel.length && fundingSource !== 'card') {\n                            window.location.href = wpecpp.cancel;\n                        } else {\n                            message_r168b12fd26e35041856db00882514027.innerHTML = '<span class=\"payment-error\">Payment Cancelled.<\/span>';\n                        }\n                    },\n                    onError: function (error) {\n                        message_r168b12fd26e35041856db00882514027.innerHTML = '<span class=\"payment-error\">' + (error ? error : '<strong>Site admin<\/strong>, an error was detected in the plugin settings.<\/br>Please check the PayPal connection and product settings (price, name, etc.)') + '<\/span>';\n                    }\n                });\n\n                if (button.isEligible()) {\n                    button.render('#wpecpp-paypal-button-container-r168b12fd26e35041856db00882514027');\n                }\n            }\n        });\n\n            <\/script>\n    <input type='hidden' name='item_name' value='412' \/><input type='hidden' name='amount' value='412' \/><\/form><\/div><\/span><\/p>\n<p><span style=\"font-size: 12pt;\">Presenter (Paper\/Poster) PhD Student \u2013 307 Euros <div class='wpecpp-container wpecpp-align-left'><form class='wpecpp-form wpecpp-form-disabled' id='r83712f93fa132123cabb3199906c91f6' action='#' method='post'>\n    <!-- Buttons container -->\n    <div id='wpecpp-paypal-button-container-r83712f93fa132123cabb3199906c91f6' class='wpecpp-paypal-button-container wpecpp-vertical'><\/div>\n\n\t\n    <div id='wpecpp-paypal-message-r83712f93fa132123cabb3199906c91f6' class='wpecpp-payment-message'><\/div>\n\n    <script>\n        const message_r83712f93fa132123cabb3199906c91f6 = document.getElementById('wpecpp-paypal-message-r83712f93fa132123cabb3199906c91f6');\n        if ( typeof paypal === 'undefined' ) {\n            message_r83712f93fa132123cabb3199906c91f6.innerHTML = '<span class=\"payment-error\">An error occurred while connecting PayPal SDK. Check the plugin settings.<\/span>';\n            throw 'An error occurred while connecting PayPal SDK. Check the plugin settings.';\n        }\n\n        paypal.getFundingSources().forEach(function (fundingSource) {\n            if ( wpecppPaypalFunding.indexOf(fundingSource) > -1 ) {\n                const style = {\n                    shape: 'pill',\n                    label: 'paypal',\n                    height: 40                };\n\n                if ( fundingSource !== 'card' ) {\n                    let color = 'gold';\n                    if (fundingSource === 'venmo' && color === 'gold') {\n                        color = 'blue';\n                    } else if (['ideal', 'bancontact', 'giropay', 'eps', 'sofort', 'mybank', 'p24'].indexOf(fundingSource) > -1 && ['gold', 'blue'].indexOf(color) > -1) {\n                        color = 'default';\n                    }\n                    style.color = color;\n                }\n\n                const button = paypal.Buttons({\n                    fundingSource: fundingSource,\n                    style: style,\n                    createOrder: function() {\n                        message_r83712f93fa132123cabb3199906c91f6.innerHTML = '';\n\n                        const form = document.getElementById('r83712f93fa132123cabb3199906c91f6'),\n                            formData = new FormData(),\n                            nameInput = form.querySelector('[name=\"item_name\"]'),\n                            priceInput = form.querySelector('[name=\"amount\"]');\n\n                        formData.append('action', 'wpecpp-ppcp-order-create');\n                        formData.append('nonce', wpecpp.nonce);\n                        formData.append('name', nameInput ? nameInput.value : '');\n                        formData.append('price', priceInput ? priceInput.value : 0);\n\n                        return fetch(wpecpp.ajaxUrl, {\n                            method: 'post',\n                            body: formData\n                        }).then(function(response) {\n                            return response.json();\n                        }).then(function(data) {\n                            let orderID = false;\n                            if (data.success && data.data.order_id) {\n                                orderID = data.data.order_id;\n                            } else {\n                                throw data.data && data.data.message ? data.data.message : 'An unknown error occurred while creating the order. Please reload the page and try again.';\n                            }\n                            return orderID;\n                        });\n                    },\n                    onApprove: function(data) {\n                        const formData = new FormData();\n\n                        formData.append('action', 'wpecpp-ppcp-order-finalize');\n                        formData.append('nonce', wpecpp.nonce);\n                        formData.append('order_id', data.orderID);\n\n                        return fetch(wpecpp.ajaxUrl, {\n                            method: 'post',\n                            body: formData\n                        }).then(function(response) {\n                            return response.json();\n                        }).then(function(data) {\n                            if (data.success) {\n                                if (wpecpp.return.length && fundingSource !== 'card') {\n                                    window.location.href = wpecpp.return;\n                                } else {\n                                    message_r83712f93fa132123cabb3199906c91f6.innerHTML = '<span class=\"payment-success\">' + data.data.message + '<\/span>';\n                                }\n                            } else {\n                                throw data.data.message;\n                            }\n                        });\n                    },\n                    onCancel: function() {\n                        if (wpecpp.cancel.length && fundingSource !== 'card') {\n                            window.location.href = wpecpp.cancel;\n                        } else {\n                            message_r83712f93fa132123cabb3199906c91f6.innerHTML = '<span class=\"payment-error\">Payment Cancelled.<\/span>';\n                        }\n                    },\n                    onError: function (error) {\n                        message_r83712f93fa132123cabb3199906c91f6.innerHTML = '<span class=\"payment-error\">' + (error ? error : '<strong>Site admin<\/strong>, an error was detected in the plugin settings.<\/br>Please check the PayPal connection and product settings (price, name, etc.)') + '<\/span>';\n                    }\n                });\n\n                if (button.isEligible()) {\n                    button.render('#wpecpp-paypal-button-container-r83712f93fa132123cabb3199906c91f6');\n                }\n            }\n        });\n\n            <\/script>\n    <input type='hidden' name='item_name' value='307' \/><input type='hidden' name='amount' value='307' \/><\/form><\/div><\/span><\/p>\n<p><span style=\"font-size: 12pt;\">Academic Participant &#8211; 412 Euros <div class='wpecpp-container wpecpp-align-left'><form class='wpecpp-form wpecpp-form-disabled' id='rc0821cc05a9bdfa786313f15f7eb4636' action='#' method='post'>\n    <!-- Buttons container -->\n    <div id='wpecpp-paypal-button-container-rc0821cc05a9bdfa786313f15f7eb4636' class='wpecpp-paypal-button-container wpecpp-vertical'><\/div>\n\n\t\n    <div id='wpecpp-paypal-message-rc0821cc05a9bdfa786313f15f7eb4636' class='wpecpp-payment-message'><\/div>\n\n    <script>\n        const message_rc0821cc05a9bdfa786313f15f7eb4636 = document.getElementById('wpecpp-paypal-message-rc0821cc05a9bdfa786313f15f7eb4636');\n        if ( typeof paypal === 'undefined' ) {\n            message_rc0821cc05a9bdfa786313f15f7eb4636.innerHTML = '<span class=\"payment-error\">An error occurred while connecting PayPal SDK. Check the plugin settings.<\/span>';\n            throw 'An error occurred while connecting PayPal SDK. Check the plugin settings.';\n        }\n\n        paypal.getFundingSources().forEach(function (fundingSource) {\n            if ( wpecppPaypalFunding.indexOf(fundingSource) > -1 ) {\n                const style = {\n                    shape: 'pill',\n                    label: 'paypal',\n                    height: 40                };\n\n                if ( fundingSource !== 'card' ) {\n                    let color = 'gold';\n                    if (fundingSource === 'venmo' && color === 'gold') {\n                        color = 'blue';\n                    } else if (['ideal', 'bancontact', 'giropay', 'eps', 'sofort', 'mybank', 'p24'].indexOf(fundingSource) > -1 && ['gold', 'blue'].indexOf(color) > -1) {\n                        color = 'default';\n                    }\n                    style.color = color;\n                }\n\n                const button = paypal.Buttons({\n                    fundingSource: fundingSource,\n                    style: style,\n                    createOrder: function() {\n                        message_rc0821cc05a9bdfa786313f15f7eb4636.innerHTML = '';\n\n                        const form = document.getElementById('rc0821cc05a9bdfa786313f15f7eb4636'),\n                            formData = new FormData(),\n                            nameInput = form.querySelector('[name=\"item_name\"]'),\n                            priceInput = form.querySelector('[name=\"amount\"]');\n\n                        formData.append('action', 'wpecpp-ppcp-order-create');\n                        formData.append('nonce', wpecpp.nonce);\n                        formData.append('name', nameInput ? nameInput.value : '');\n                        formData.append('price', priceInput ? priceInput.value : 0);\n\n                        return fetch(wpecpp.ajaxUrl, {\n                            method: 'post',\n                            body: formData\n                        }).then(function(response) {\n                            return response.json();\n                        }).then(function(data) {\n                            let orderID = false;\n                            if (data.success && data.data.order_id) {\n                                orderID = data.data.order_id;\n                            } else {\n                                throw data.data && data.data.message ? data.data.message : 'An unknown error occurred while creating the order. Please reload the page and try again.';\n                            }\n                            return orderID;\n                        });\n                    },\n                    onApprove: function(data) {\n                        const formData = new FormData();\n\n                        formData.append('action', 'wpecpp-ppcp-order-finalize');\n                        formData.append('nonce', wpecpp.nonce);\n                        formData.append('order_id', data.orderID);\n\n                        return fetch(wpecpp.ajaxUrl, {\n                            method: 'post',\n                            body: formData\n                        }).then(function(response) {\n                            return response.json();\n                        }).then(function(data) {\n                            if (data.success) {\n                                if (wpecpp.return.length && fundingSource !== 'card') {\n                                    window.location.href = wpecpp.return;\n                                } else {\n                                    message_rc0821cc05a9bdfa786313f15f7eb4636.innerHTML = '<span class=\"payment-success\">' + data.data.message + '<\/span>';\n                                }\n                            } else {\n                                throw data.data.message;\n                            }\n                        });\n                    },\n                    onCancel: function() {\n                        if (wpecpp.cancel.length && fundingSource !== 'card') {\n                            window.location.href = wpecpp.cancel;\n                        } else {\n                            message_rc0821cc05a9bdfa786313f15f7eb4636.innerHTML = '<span class=\"payment-error\">Payment Cancelled.<\/span>';\n                        }\n                    },\n                    onError: function (error) {\n                        message_rc0821cc05a9bdfa786313f15f7eb4636.innerHTML = '<span class=\"payment-error\">' + (error ? error : '<strong>Site admin<\/strong>, an error was detected in the plugin settings.<\/br>Please check the PayPal connection and product settings (price, name, etc.)') + '<\/span>';\n                    }\n                });\n\n                if (button.isEligible()) {\n                    button.render('#wpecpp-paypal-button-container-rc0821cc05a9bdfa786313f15f7eb4636');\n                }\n            }\n        });\n\n            <\/script>\n    <input type='hidden' name='item_name' value='412' \/><input type='hidden' name='amount' value='412' \/><\/form><\/div><\/span><\/p>\n<p><span style=\"font-size: 12pt;\">Non-academic Participant &#8211; 457 Euros <div class='wpecpp-container wpecpp-align-left'><form class='wpecpp-form wpecpp-form-disabled' id='ra75f1717451b9b31a30da167b841692f' action='#' method='post'>\n    <!-- Buttons container -->\n    <div id='wpecpp-paypal-button-container-ra75f1717451b9b31a30da167b841692f' class='wpecpp-paypal-button-container wpecpp-vertical'><\/div>\n\n\t\n    <div id='wpecpp-paypal-message-ra75f1717451b9b31a30da167b841692f' class='wpecpp-payment-message'><\/div>\n\n    <script>\n        const message_ra75f1717451b9b31a30da167b841692f = document.getElementById('wpecpp-paypal-message-ra75f1717451b9b31a30da167b841692f');\n        if ( typeof paypal === 'undefined' ) {\n            message_ra75f1717451b9b31a30da167b841692f.innerHTML = '<span class=\"payment-error\">An error occurred while connecting PayPal SDK. Check the plugin settings.<\/span>';\n            throw 'An error occurred while connecting PayPal SDK. Check the plugin settings.';\n        }\n\n        paypal.getFundingSources().forEach(function (fundingSource) {\n            if ( wpecppPaypalFunding.indexOf(fundingSource) > -1 ) {\n                const style = {\n                    shape: 'pill',\n                    label: 'paypal',\n                    height: 40                };\n\n                if ( fundingSource !== 'card' ) {\n                    let color = 'gold';\n                    if (fundingSource === 'venmo' && color === 'gold') {\n                        color = 'blue';\n                    } else if (['ideal', 'bancontact', 'giropay', 'eps', 'sofort', 'mybank', 'p24'].indexOf(fundingSource) > -1 && ['gold', 'blue'].indexOf(color) > -1) {\n                        color = 'default';\n                    }\n                    style.color = color;\n                }\n\n                const button = paypal.Buttons({\n                    fundingSource: fundingSource,\n                    style: style,\n                    createOrder: function() {\n                        message_ra75f1717451b9b31a30da167b841692f.innerHTML = '';\n\n                        const form = document.getElementById('ra75f1717451b9b31a30da167b841692f'),\n                            formData = new FormData(),\n                            nameInput = form.querySelector('[name=\"item_name\"]'),\n                            priceInput = form.querySelector('[name=\"amount\"]');\n\n                        formData.append('action', 'wpecpp-ppcp-order-create');\n                        formData.append('nonce', wpecpp.nonce);\n                        formData.append('name', nameInput ? nameInput.value : '');\n                        formData.append('price', priceInput ? priceInput.value : 0);\n\n                        return fetch(wpecpp.ajaxUrl, {\n                            method: 'post',\n                            body: formData\n                        }).then(function(response) {\n                            return response.json();\n                        }).then(function(data) {\n                            let orderID = false;\n                            if (data.success && data.data.order_id) {\n                                orderID = data.data.order_id;\n                            } else {\n                                throw data.data && data.data.message ? data.data.message : 'An unknown error occurred while creating the order. Please reload the page and try again.';\n                            }\n                            return orderID;\n                        });\n                    },\n                    onApprove: function(data) {\n                        const formData = new FormData();\n\n                        formData.append('action', 'wpecpp-ppcp-order-finalize');\n                        formData.append('nonce', wpecpp.nonce);\n                        formData.append('order_id', data.orderID);\n\n                        return fetch(wpecpp.ajaxUrl, {\n                            method: 'post',\n                            body: formData\n                        }).then(function(response) {\n                            return response.json();\n                        }).then(function(data) {\n                            if (data.success) {\n                                if (wpecpp.return.length && fundingSource !== 'card') {\n                                    window.location.href = wpecpp.return;\n                                } else {\n                                    message_ra75f1717451b9b31a30da167b841692f.innerHTML = '<span class=\"payment-success\">' + data.data.message + '<\/span>';\n                                }\n                            } else {\n                                throw data.data.message;\n                            }\n                        });\n                    },\n                    onCancel: function() {\n                        if (wpecpp.cancel.length && fundingSource !== 'card') {\n                            window.location.href = wpecpp.cancel;\n                        } else {\n                            message_ra75f1717451b9b31a30da167b841692f.innerHTML = '<span class=\"payment-error\">Payment Cancelled.<\/span>';\n                        }\n                    },\n                    onError: function (error) {\n                        message_ra75f1717451b9b31a30da167b841692f.innerHTML = '<span class=\"payment-error\">' + (error ? error : '<strong>Site admin<\/strong>, an error was detected in the plugin settings.<\/br>Please check the PayPal connection and product settings (price, name, etc.)') + '<\/span>';\n                    }\n                });\n\n                if (button.isEligible()) {\n                    button.render('#wpecpp-paypal-button-container-ra75f1717451b9b31a30da167b841692f');\n                }\n            }\n        });\n\n            <\/script>\n    <input type='hidden' name='item_name' value='457' \/><input type='hidden' name='amount' value='457' \/><\/form><\/div><\/span><\/p>\n<p><span style=\"font-size: 12pt;\">Accompanying Person &#8211; 157 Euros <div class='wpecpp-container wpecpp-align-left'><form class='wpecpp-form wpecpp-form-disabled' id='r19b4d1e80bbf688c0159c4ec6fd0e85f' action='#' method='post'>\n    <!-- Buttons container -->\n    <div id='wpecpp-paypal-button-container-r19b4d1e80bbf688c0159c4ec6fd0e85f' class='wpecpp-paypal-button-container wpecpp-vertical'><\/div>\n\n\t\n    <div id='wpecpp-paypal-message-r19b4d1e80bbf688c0159c4ec6fd0e85f' class='wpecpp-payment-message'><\/div>\n\n    <script>\n        const message_r19b4d1e80bbf688c0159c4ec6fd0e85f = document.getElementById('wpecpp-paypal-message-r19b4d1e80bbf688c0159c4ec6fd0e85f');\n        if ( typeof paypal === 'undefined' ) {\n            message_r19b4d1e80bbf688c0159c4ec6fd0e85f.innerHTML = '<span class=\"payment-error\">An error occurred while connecting PayPal SDK. Check the plugin settings.<\/span>';\n            throw 'An error occurred while connecting PayPal SDK. Check the plugin settings.';\n        }\n\n        paypal.getFundingSources().forEach(function (fundingSource) {\n            if ( wpecppPaypalFunding.indexOf(fundingSource) > -1 ) {\n                const style = {\n                    shape: 'pill',\n                    label: 'paypal',\n                    height: 40                };\n\n                if ( fundingSource !== 'card' ) {\n                    let color = 'gold';\n                    if (fundingSource === 'venmo' && color === 'gold') {\n                        color = 'blue';\n                    } else if (['ideal', 'bancontact', 'giropay', 'eps', 'sofort', 'mybank', 'p24'].indexOf(fundingSource) > -1 && ['gold', 'blue'].indexOf(color) > -1) {\n                        color = 'default';\n                    }\n                    style.color = color;\n                }\n\n                const button = paypal.Buttons({\n                    fundingSource: fundingSource,\n                    style: style,\n                    createOrder: function() {\n                        message_r19b4d1e80bbf688c0159c4ec6fd0e85f.innerHTML = '';\n\n                        const form = document.getElementById('r19b4d1e80bbf688c0159c4ec6fd0e85f'),\n                            formData = new FormData(),\n                            nameInput = form.querySelector('[name=\"item_name\"]'),\n                            priceInput = form.querySelector('[name=\"amount\"]');\n\n                        formData.append('action', 'wpecpp-ppcp-order-create');\n                        formData.append('nonce', wpecpp.nonce);\n                        formData.append('name', nameInput ? nameInput.value : '');\n                        formData.append('price', priceInput ? priceInput.value : 0);\n\n                        return fetch(wpecpp.ajaxUrl, {\n                            method: 'post',\n                            body: formData\n                        }).then(function(response) {\n                            return response.json();\n                        }).then(function(data) {\n                            let orderID = false;\n                            if (data.success && data.data.order_id) {\n                                orderID = data.data.order_id;\n                            } else {\n                                throw data.data && data.data.message ? data.data.message : 'An unknown error occurred while creating the order. Please reload the page and try again.';\n                            }\n                            return orderID;\n                        });\n                    },\n                    onApprove: function(data) {\n                        const formData = new FormData();\n\n                        formData.append('action', 'wpecpp-ppcp-order-finalize');\n                        formData.append('nonce', wpecpp.nonce);\n                        formData.append('order_id', data.orderID);\n\n                        return fetch(wpecpp.ajaxUrl, {\n                            method: 'post',\n                            body: formData\n                        }).then(function(response) {\n                            return response.json();\n                        }).then(function(data) {\n                            if (data.success) {\n                                if (wpecpp.return.length && fundingSource !== 'card') {\n                                    window.location.href = wpecpp.return;\n                                } else {\n                                    message_r19b4d1e80bbf688c0159c4ec6fd0e85f.innerHTML = '<span class=\"payment-success\">' + data.data.message + '<\/span>';\n                                }\n                            } else {\n                                throw data.data.message;\n                            }\n                        });\n                    },\n                    onCancel: function() {\n                        if (wpecpp.cancel.length && fundingSource !== 'card') {\n                            window.location.href = wpecpp.cancel;\n                        } else {\n                            message_r19b4d1e80bbf688c0159c4ec6fd0e85f.innerHTML = '<span class=\"payment-error\">Payment Cancelled.<\/span>';\n                        }\n                    },\n                    onError: function (error) {\n                        message_r19b4d1e80bbf688c0159c4ec6fd0e85f.innerHTML = '<span class=\"payment-error\">' + (error ? error : '<strong>Site admin<\/strong>, an error was detected in the plugin settings.<\/br>Please check the PayPal connection and product settings (price, name, etc.)') + '<\/span>';\n                    }\n                });\n\n                if (button.isEligible()) {\n                    button.render('#wpecpp-paypal-button-container-r19b4d1e80bbf688c0159c4ec6fd0e85f');\n                }\n            }\n        });\n\n            <\/script>\n    <input type='hidden' name='item_name' value='157' \/><input type='hidden' name='amount' value='157' \/><\/form><\/div><\/span>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_column_text]<\/p>\n<h3>Payment With Bank<\/h3>\n<p>No additional fees applied<\/p>\n<p><span style=\"font-size: 12pt;\">Current account number: 000101387688<\/span><br \/>\n<span style=\"font-size: 12pt;\">Bank: Unicredit Banca di Roma \u2013 Piazza Anita Garibaldi \u2013 Catanzaro Lido<\/span><br \/>\n<span style=\"font-size: 12pt;\">to : International Association of Economics of Education (IAEE)<\/span><\/p>\n<p><span style=\"font-size: 12pt;\">account holder address: via Crotone trav.8, n.11 88100 Catanzaro Lido (Italy)<\/span><\/p>\n<p><span style=\"font-size: 12pt;\">BIC SWIFT UNCRITM158A<\/span><br \/>\n<span style=\"font-size: 12pt;\">IBAN IT 74 G 02008 04403 000101387688<\/span><\/p>\n<p><span style=\"font-size: 12pt;\">Explanation for the transfer: [your name] \u2013 Registration 16th International Workshop on Applied Economics of Education 2026<\/span><\/p>\n<p>Please specify if you make a transfer for more than 1 person.[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;2\/3&#8243;][vc_column_text]<\/p>\n<h3>Attach the receipt to the <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"https:\/\/iwaee.org\/new\/registration-form\/\" target=\"_blank\" rel=\"noopener\">Registration Form<\/a><\/span><\/h3>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243;][\/vc_column][\/vc_row]<\/p>\n<\/section>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_empty_space][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/2&#8243;][vc_column_text] Payment With Paypal An additional fee of \u20ac7 is applied by Paypal at each transaction Presenter (Paper\/Poster) Full Fees \u2013 412 Euros Presenter (Paper\/Poster) PhD Student \u2013 307 Euros Academic Participant &#8211; 412 Euros Non-academic Participant &#8211; 457 Euros Accompanying Person &#8211; 157 Euros [\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_column_text] Payment With Bank No additional fees applied &hellip; <br \/><a href=\"https:\/\/iwaee.org\/new\/payment\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Payment<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-40","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/iwaee.org\/new\/wp-json\/wp\/v2\/pages\/40","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/iwaee.org\/new\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/iwaee.org\/new\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/iwaee.org\/new\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/iwaee.org\/new\/wp-json\/wp\/v2\/comments?post=40"}],"version-history":[{"count":53,"href":"https:\/\/iwaee.org\/new\/wp-json\/wp\/v2\/pages\/40\/revisions"}],"predecessor-version":[{"id":882,"href":"https:\/\/iwaee.org\/new\/wp-json\/wp\/v2\/pages\/40\/revisions\/882"}],"wp:attachment":[{"href":"https:\/\/iwaee.org\/new\/wp-json\/wp\/v2\/media?parent=40"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}