{"id":12645,"date":"2025-05-16T14:53:54","date_gmt":"2025-05-16T11:53:54","guid":{"rendered":"https:\/\/romaniatransfers.eu\/?page_id=12645"},"modified":"2025-05-16T14:53:57","modified_gmt":"2025-05-16T11:53:57","slug":"plata","status":"publish","type":"page","link":"https:\/\/romaniatransfers.eu\/en\/plata\/","title":{"rendered":"Plata"},"content":{"rendered":"<div class=\"container mt-4\">\r\n        <div class=\"row justify-content-center\">\r\n            <div class=\"col-md-12\">\r\n                <div class=\"card\">\r\n                    <div class=\"card-header\">\r\n                        <h2 class=\"text-center\">Payment Page<\/h2>\r\n                    <\/div>\r\n                    <div class=\"card-body\">\r\n                        <p class=\"text-muted\">On this page you can pay online with a valid VISA or MasterCard for a RomaniaTransfers.eu service. Fill in the form below, click the \"Pay\" button and you will be redirected to the secure payment platform NETOPIA Payments (managed by SC NETOPIA FINANCIAL SERVICES S.R.L). After completing the transaction, you will receive a payment confirmation by email. Subsequently, you will be contacted by a consultant to establish the details of the service for which you made this payment.<\/p>\r\n\r\n                        <form method=\"POST\" action=\"https:\/\/romaniatransfers.eu\/mobpay_form.php\" class=\"mt-4\" data-trp-original-action=\"https:\/\/romaniatransfers.eu\/mobpay_form.php\">\r\n                            <input type=\"hidden\" name=\"limba\" value=\"2\">\r\n                            <div class=\"form-group\">\r\n                                <label for=\"lastName\">Name*<\/label>\r\n                                <input type=\"text\" class=\"form-control\" id=\"lastName\" name=\"lastName\" required>\r\n                            <\/div>\r\n                            \r\n                            <div class=\"form-group\">\r\n                                <label for=\"firstName\">First Name*<\/label>\r\n                                <input type=\"text\" class=\"form-control\" id=\"firstName\" name=\"firstName\" required>\r\n                            <\/div>\r\n                            \r\n                            <div class=\"form-group\">\r\n                                <label for=\"email\">Email Address*<\/label>\r\n                                <input type=\"email\" class=\"form-control\" id=\"email\" name=\"email\" required>\r\n                            <\/div>\r\n                            \r\n                            <div class=\"form-group\">\r\n                                <label for=\"telefon\">Phone*<\/label>\r\n                                <input type=\"tel\" class=\"form-control\" id=\"telefon\" name=\"telefon\" required>\r\n                            <\/div>\r\n                            \r\n                            <div class=\"form-group\">\r\n                                <label for=\"sumaPlata\">Payment Amount*<\/label>\r\n                                <input type=\"number\" class=\"form-control\" id=\"sumaPlata\" name=\"sumaPlata\" required>\r\n                            <\/div>\r\n                            \r\n                            <div class=\"form-group\">\r\n                                <label for=\"moneda\">Currency<\/label>\r\n                                <select class=\"form-control\" id=\"moneda\" name=\"moneda\" required>\r\n                                    <option value=\"EUR\">EUR<\/option>\r\n                                    <option value=\"RON\">RON<\/option>\r\n                                <\/select>\r\n                            <\/div>\r\n                            \r\n                            <div class=\"form-group\">\r\n                                <label for=\"informatiiPlata\">Payment Information*<\/label>\r\n                                <input type=\"text\" class=\"form-control\" id=\"informatiiPlata\" name=\"informatiiPlata\" required>\r\n                            <\/div>\r\n                            \r\n                            <div class=\"form-group\">\r\n                                <label for=\"adresa\">Address*<\/label>\r\n                                <input type=\"text\" class=\"form-control\" id=\"adresa\" name=\"adresa\" required>\r\n                            <\/div>\r\n                            \r\n                            <div class=\"form-group\">\r\n                                <label for=\"descrierePlata\">Payment Description*<\/label>\r\n                                <textarea class=\"form-control\" id=\"descrierePlata\" name=\"descrierePlata\" rows=\"3\" required><\/textarea>\r\n                            <\/div>\r\n                            \r\n                            <button type=\"submit\" class=\"btn btn-primary btn-block\">Pay<\/button>\r\n                        <input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\r\n\r\n                        <div class=\"mt-4\">\r\n                            <p class=\"text-muted\">The beneficiary of online payments made on this page is:<\/p>\r\n                            <p><strong>SC NORD TOUR SRL<\/strong><br>\r\n                                with registered office in Iasi, Bd. Independentei 15-17, TR. 2, Bl. B1-5, Ground Floor, Romania<br>\r\n                                VAT: RO 14530473, Trade Reg: J2002000294227, phone: +4 0752 220 222, email: rentacar@travis.ro.<\/p>\r\n                        <\/div>\r\n\r\n                        <div class=\"text-center mt-4\">\r\n                            <img decoding=\"async\" src=\"https:\/\/romaniarentacar.eu\/netopia.webp\" alt=\"NETOPIA Payments\" style=\"max-height: 50px; margin-right: 20px; display: inline-block;\"> <img decoding=\"async\" src=\"https:\/\/www.travis.ro\/images\/logo\/visa-mastercard.png\" alt=\"Visa\" style=\"max-height: 50px; margin-right: 10px; display: inline-block;\">\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <style>\r\n        .card {\r\n            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);\r\n        }\r\n\r\n        .form-control:focus {\r\n            border-color: #80bdff;\r\n            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);\r\n        }\r\n\r\n        .btn-primary {\r\n            background-color: #007bff;\r\n            border-color: #007bff;\r\n            padding: 10px 20px;\r\n            font-size: 1.1em;\r\n        }\r\n\r\n        .btn-primary:hover {\r\n            background-color: #0056b3;\r\n            border-color: #0056b3;\r\n        }\r\n    <\/style>\r\n\r\n    <script>\r\n    jQuery(document).ready(function($) {\r\n        $('form').on('submit', function(e) {\r\n            var isValid = true;\r\n            var firstInvalidField = null;\r\n\r\n            \/\/ Verific\u0103m toate c\u00e2mpurile obligatorii\r\n            $(this).find('input[required], textarea[required], select[required]').each(function() {\r\n                if (!$(this).val()) {\r\n                    isValid = false;\r\n                    $(this).addClass('is-invalid');\r\n                    \r\n                    \/\/ Ad\u0103ug\u0103m mesajul de eroare dac\u0103 nu exist\u0103\r\n                    if (!$(this).next('.invalid-feedback').length) {\r\n                        $(this).after('<div class=\"invalid-feedback\">This field is required<\/div>');\r\n                    }\r\n                    \r\n                    \/\/ Salv\u0103m primul c\u00e2mp invalid pentru focus\r\n                    if (!firstInvalidField) {\r\n                        firstInvalidField = this;\r\n                    }\r\n                } else {\r\n                    $(this).removeClass('is-invalid');\r\n                    $(this).next('.invalid-feedback').remove();\r\n                }\r\n            });\r\n\r\n            if (!isValid) {\r\n                e.preventDefault();\r\n                if (firstInvalidField) {\r\n                    $(firstInvalidField).focus();\r\n                }\r\n                return false;\r\n            }\r\n        });\r\n\r\n        \/\/ Elimin\u0103m clasa de eroare c\u00e2nd utilizatorul \u00eencepe s\u0103 scrie\r\n        $('input, textarea, select').on('input change', function() {\r\n            if ($(this).hasClass('is-invalid')) {\r\n                $(this).removeClass('is-invalid');\r\n                $(this).next('.invalid-feedback').remove();\r\n            }\r\n        });\r\n    });\r\n    <\/script>","protected":false},"excerpt":{"rendered":"Payment Page On this page you can pay online with a valid VISA or MasterCard for a RomaniaTransfers.eu service. Fill in the form below, click the \"Pay\" button and you will be redirected to the secure payment platform NETOPIA Payments (managed by SC NETOPIA FINANCIAL SERVICES S.R.L). After completing the transaction, you will receive a [...]","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-12645","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/romaniatransfers.eu\/en\/wp-json\/wp\/v2\/pages\/12645","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/romaniatransfers.eu\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/romaniatransfers.eu\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/romaniatransfers.eu\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/romaniatransfers.eu\/en\/wp-json\/wp\/v2\/comments?post=12645"}],"version-history":[{"count":1,"href":"https:\/\/romaniatransfers.eu\/en\/wp-json\/wp\/v2\/pages\/12645\/revisions"}],"predecessor-version":[{"id":12646,"href":"https:\/\/romaniatransfers.eu\/en\/wp-json\/wp\/v2\/pages\/12645\/revisions\/12646"}],"wp:attachment":[{"href":"https:\/\/romaniatransfers.eu\/en\/wp-json\/wp\/v2\/media?parent=12645"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}