{"id":4654,"date":"2025-08-20T12:43:03","date_gmt":"2025-08-20T12:43:03","guid":{"rendered":"https:\/\/staging.maxpay.com.pt\/services\/"},"modified":"2025-10-31T13:38:11","modified_gmt":"2025-10-31T13:38:11","slug":"services","status":"publish","type":"page","link":"https:\/\/staging.maxpay.com.pt\/en\/angola\/services\/","title":{"rendered":"Services"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4654\" class=\"elementor elementor-4654 elementor-3931\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-af85fef elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"af85fef\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-da54e79\" data-id=\"da54e79\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5a68a85 elementor-widget elementor-widget-text-editor\" data-id=\"5a68a85\" 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\t\tMaxPay <span style=\"color: #f9a51a;\">Services <\/span>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ebb460d elementor-widget elementor-widget-text-editor\" data-id=\"ebb460d\" 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\t\t<p><big>MAXPAY offers a global transfer network to each customer, through its own branches or through bank correspondent branches, allowing you to send money in just 60 minutes.<\/big><\/p>\t\t\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-60d5e5a custom-services-card elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"60d5e5a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-935c9ad\" data-id=\"935c9ad\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6fb77b3 elementor-widget elementor-widget-html\" data-id=\"6fb77b3\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html><html lang=\"en\"><head><meta charset=\"utf-8\" \/><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" \/><title>Service Cards<\/title><style>* { margin: 0; padding: 0; box-sizing: border-box; }\n\n    .cards-wrapper {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n      gap: 30px;\n      align-items: stretch;\n    }\n\n    .custom-service-card {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      height: 450px; \/* \u2b05 reduced from 420px *\/\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      text-decoration: none;\n      color: #1846B3;\n      padding: 20px; \/* \u2b05 reduced padding *\/\n\n      background-image: url('https:\/\/staging.maxpay.com.pt\/wp-content\/uploads\/2025\/09\/Vector-11-1-2.png');\n      background-repeat: no-repeat;\n      background-size: cover;\n\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n\n    .custom-service-card:hover { transform: translateY(-5px); \n        background-image: url('https:\/\/staging.maxpay.com.pt\/wp-content\/uploads\/2025\/09\/Vector-31.png');\n    }\n\n    .card-content {\n      position: relative;\n      z-index: 2;\n      width: 100%;\n      text-align: left;\n    }\n\n    .card-image-container {\n      width: 100%;\n      height: auto; \/* \u2b05 reduced from 120px *\/\n      margin-bottom: 15px;\n      border-radius: 8px;\n      overflow: hidden;\n      margin-top: 15px;\n    }\n\n    .card-image {\n      width: 90%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.3s ease;\n      border-radius: 8px;\n    }\n\n    .custom-service-card:hover .card-image { transform: scale(1.05); }\n\n    .card-header {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      margin-bottom: 6px;\n    }\n\n    .card-icon {\n      width: 36px;\n      height: 36px;\n      background: #C8D7F9;\n      border-radius: 8px !important;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n    }\n    \n    .custom-service-card:hover .card-icon {\n      background: #EDF2FD;\n    }\n\n    .card-icon img {\n      width: 22px;\n      height: 22px;\n      object-fit: contain;\n    }\n\n    .card-title {\n      font-size: 20px;\n      font-weight: 700;\n      color: #0a2157;\n      margin: 0;\n    }\n\n    .card-description {\n      font-size: 14px;\n      color: #3D3D3D;\n      line-height: 1.5;\n    }\n    \n    .hide-card {\n        visibility: hidden;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 768px) {\n      .custom-service-card { height: auto; padding: 18px; margin: 30px;}\n      .card-image-container { height: auto;\n          margin-top: 40px;\n      }\n      .card-image {\n        width: 90%;\n        height: 90%;\n        object-fit: cover;\n        transition: transform 0.3s ease;\n        border-radius: 8px;\n       }\n       .hide-card {\n        display: none\n       }\n    }\n\n    @media (max-width: 644px) {\n        .card-image-container { margin-bottom: 10px; margin-top: 40px;}\n    }\n\n    @media (max-width: 480px) {\n      .custom-service-card { height: auto; padding: 15px; margin: 0px;}\n      .card-title { font-size: 18px; }\n      .card-description { font-size: 13px; }\n      .card-image-container { margin-top: 0px; margin-top: 35px;}\n    }\n  <\/style><\/head><body><div class=\"container\"><div class=\"cards-wrapper\"><!-- Card 1 --><a href=\"https:\/\/staging.maxpay.com.pt\/en\/services\/maxpay-services-transfers\/\" class=\"custom-service-card\"><div class=\"card-content\"><div class=\"card-image-container\"><img decoding=\"async\" src=\"https:\/\/staging.maxpay.com.pt\/wp-content\/uploads\/2025\/09\/Vector-16.png\" alt=\"Quick Transfers\" class=\"card-image\" \/><\/div><div class=\"card-header\"><div class=\"card-icon\"><img decoding=\"async\" src=\"https:\/\/staging.maxpay.com.pt\/wp-content\/uploads\/2025\/09\/compare_arrows-2.png\" alt=\"icon\" \/><\/div><h3 class=\"card-title\">Transfers<\/h3><\/div><p class=\"card-description\">Already know how to make transfers through MaxPay? Send your money with confidence.<\/p><\/div><\/a><!-- Card 2 --><a href=\"#\" class=\"custom-service-card hide-card\"><div class=\"card-content\"><div class=\"card-image-container\"><img decoding=\"async\" src=\"https:\/\/staging.maxpay.com.pt\/wp-content\/uploads\/2025\/09\/Vector-16.png\" alt=\"Quick Transfers-2\" class=\"card-image\" \/><\/div><div class=\"card-header\"><div class=\"card-icon\"><img decoding=\"async\" src=\"https:\/\/staging.maxpay.com.pt\/wp-content\/uploads\/2025\/09\/compare_arrows-2.png\" alt=\"icon\" \/><\/div><h3 class=\"card-title\">Transfer\u00eancias<\/h3><\/div><p class=\"card-description\">J\u00e1 sabe como fazer transfer\u00eancias atrav\u00e9s da MaxPay? Envie o seu dinheiro com confian\u00e7a.<\/p><\/div><\/a><\/div><\/div><\/body><\/html>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d6c9e88 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d6c9e88\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-b6e5f63\" data-id=\"b6e5f63\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a7da038 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"a7da038\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e19000f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e19000f\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-4c6c3c5\" data-id=\"4c6c3c5\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-57d7a1f elementor-widget elementor-widget-text-editor\" data-id=\"57d7a1f\" 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\t\t<h2>Conditions for Access to the Remittance Service<\/h2>\t\t\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-400a056 custom-services-card elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"400a056\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-7ce06b7\" data-id=\"7ce06b7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-03540a7 elementor-widget elementor-widget-html\" data-id=\"03540a7\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html><html lang=\"en\"><head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><title>Quality Cards<\/title><style>* {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .cards-wrapper {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 40px;\n            align-items: start;\n        }\n\n        .card {\n            position: relative;\n            background: transparent;\n            background-size: cover;\n            background-image: url('https:\/\/staging.maxpay.com.pt\/wp-content\/uploads\/2025\/09\/Vector-11.png');\n            background-position: center;\n            background-repeat: no-repeat;\n            border-radius: 12px;\n            padding: 35px 30px;\n            overflow: hidden;\n            aspect-ratio: 337\/236;\n            min-height: 236px;\n            box-shadow: 0 0px 0px rgba(0, 0, 0, 0.08);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            border: none;\n\n            \/* added to center content vertically *\/\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .card:hover {\n            transform: translateY(-5px);\n            background-image: url('https:\/\/staging.maxpay.com.pt\/wp-content\/uploads\/2025\/09\/Vector-32.png')\n        }\n\n        .card-content {\n            position: relative;\n            z-index: 2;\n            width: 100%;\n        }\n\n        .card-icon {\n            width: 40px;\n            height: 40px;\n            background: #C8D7F9;\n            border-radius: 8px !important;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 10px;\n            object-fit: contain;\n        }\n        .card:hover .card-icon {\n          background: #EDF2FD;\n        }\n        .card-icon img {\n            width: 28px;\n            height: 28px;\n        }\n\n        .card-title {\n            font-size: 24px;\n            font-weight: 700;\n            color: #0a2157;\n            margin-bottom: 16px;\n        }\n\n        .card-description {\n            font-size: 15px;\n            color: #3D3D3D;\n            line-height: 1.6;\n        }\n\n        @media (max-width: 768px) {\n            .cards-wrapper {\n                grid-template-columns: 1fr;\n                gap: 30px;\n            }\n\n            .card {\n                padding: 30px 25px;\n                justify-content: center;\n                margin: 30px;\n            }\n\n            .card-title {\n                font-size: 22px;\n            }\n\n            .card-description {\n                font-size: 14px !important;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .card {\n                padding: 25px 15px;\n                margin: 0px;\n                aspect-ratio: auto\n            }\n\n            .card-title {\n                font-size: 20px;\n            }\n\n            .card-icon {\n                width: 40px;\n                height: 40px;\n                font-size: 18px;\n            }\n        }\n    <\/style><\/head><body><div class=\"container\"><div class=\"cards-wrapper\"><!-- Quality Card --><div class=\"card\"><div class=\"card-content\"><div class=\"card-icon\"><img decoding=\"async\" src=\"https:\/\/staging.maxpay.com.pt\/wp-content\/uploads\/2025\/09\/article_person-1.png\" alt=\"Quality icon\"><\/div><h3 class=\"card-title\">In person at any counter<\/h3><p class=\"card-description\">With the necessary documents, you can open your customer file in just a few minutes at any MaxPay counter.\n                    <\/p><\/div><\/div><!-- Speed Card --><div class=\"card\"><div class=\"card-content\"><div class=\"card-icon\"><img decoding=\"async\" src=\"https:\/\/staging.maxpay.com.pt\/wp-content\/uploads\/2025\/09\/list_alt_check-1.png\" alt=\"Speed icon\"><\/div><h3 class=\"card-title\">Provision of Authenticated Documentation<\/h3><p class=\"card-description\">If you are unable to physically visit the counter, you can send us your authenticated identification document via registered mail.\n                    <\/p><\/div><\/div><\/div><\/div><\/body><\/html>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6c0d8f3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6c0d8f3\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-efcb8e0\" data-id=\"efcb8e0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-bb9b6a7 elementor-widget elementor-widget-text-editor\" data-id=\"bb9b6a7\" 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\t\t<h4>Who can benefit from MaxPay Angola&#8217;s remittance service?<\/h4>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ccfcd00 elementor-widget elementor-widget-text-editor\" data-id=\"ccfcd00\" 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\t\t<p><strong>1. Remittances abroad may only be:<\/strong><\/p><p>i) Ordered in national territory by national individuals or foreign individuals holding a resident card, over 18 years of age; ii) Paid in national currency, through cash payment;  <\/p><p><strong>2. National remittances may be ordered by individuals over 18 years of age and paid for in national currency, through cash payment.<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e818a10 elementor-widget elementor-widget-text-editor\" data-id=\"e818a10\" 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\t\t<h5>Customer support documents:<\/h5>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d704175 elementor-widget elementor-widget-text-editor\" data-id=\"d704175\" 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\t\t<p>Consult our Cybersecurity Policy here, under notice no. 8\/2020, of March 16, of the National Bank of Angola.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dc3812a elementor-button-warning elementor-align-left elementor-widget__width-initial elementor-widget elementor-widget-button\" data-id=\"dc3812a\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/staging.maxpay.com.pt\/wp-content\/uploads\/2025\/08\/MPAO_Cambios_Remessas.pdf\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Exchange Rates<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ba9d7cf elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ba9d7cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-e06be9d\" data-id=\"e06be9d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f4919d5 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"f4919d5\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-98d31e9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"98d31e9\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-7976ed8\" data-id=\"7976ed8\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-55e6ed6 elementor-widget elementor-widget-heading\" data-id=\"55e6ed6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Price lists<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b796ed3 elementor-widget elementor-widget-text-editor\" data-id=\"b796ed3\" 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\t\t<p data-start=\"55\" data-end=\"279\">The complete Price List of MAXPAY \u2013 Payment Services, Lda., contains the Commissions and Expenses Brochure (which includes the maximum values \u200b\u200bof all commissions, as well as the indicative value of the main expenses).<\/p><p data-start=\"281\" data-end=\"411\" data-is-last-node=\"\" data-is-only-node=\"\">The Price List can be consulted at the counters and public service locations of MAXPAY \u2013 Payment Services, Lda.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-15af49f elementor-button-warning elementor-align-left elementor-widget__width-initial elementor-widget elementor-widget-button\" data-id=\"15af49f\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/staging.maxpay.com.pt\/wp-content\/uploads\/2025\/08\/ANEXOS-I_Tabela_Comissoes_Despesas_MaxPay-AO_v14_20250101.pdf\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Check Price List<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ae1b0b0 cta-wrapper position-relative index-1 footer-sec elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ae1b0b0\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f6d43b9 cta-box bg_primary text-center position-relative index-1 pb-120\" data-id=\"f6d43b9\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-75ef865 elementor-widget__width-initial text-title font-hellixBold elementor-widget elementor-widget-heading\" data-id=\"75ef865\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Send your money in just one click!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8a39a01 cta-btn elementor-widget elementor-widget-PalmelaButtons\" data-id=\"8a39a01\" data-element_type=\"widget\" data-widget_type=\"PalmelaButtons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n        <div class=\"hero-btn s-four text-center\">\r\n                                                <a href=\"https:\/\/www.maxpay.pt\/Account\/Login?ReturnUrl=%2F\" class=\"btn-one\">Send Money<\/a>\r\n                        <\/div>\r\n\r\n        \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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-369b5bd section-heading elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"369b5bd\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-2283595\" data-id=\"2283595\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8d86713 elementor-widget elementor-widget-PalmelaFooterTop\" data-id=\"8d86713\" data-element_type=\"widget\" data-widget_type=\"PalmelaFooterTop.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n            <div class=\"footer-toparea bg_primary pt-170\">\r\n                <div class=\"container pb-150\">\r\n                    <div class=\"row align-items-center\">\r\n                        <div class=\"col-xl-6 col-lg-6\">\r\n                            <h2 class=\"section-title style-two\">Any Questions?<\/h2>\r\n                        <\/div>\r\n\r\n                        <div class=\"col-xxl-5 offset-xxl-1 col-lg-6\">\r\n                            <div class=\"section-para\">\r\n                                <p>Get in touch with us! We will respond as soon as possible!<\/p>\r\n\r\n                                                                    <a href=\"https:\/\/staging.maxpay.com.pt\/contactos\/\" class=\"btn-two\">Contact Us<\/a>\r\n                                                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n        \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<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>MaxPay Services MAXPAY offers a global transfer network to each customer, through its own branches or through bank correspondent branches, allowing you to send money in just 60 minutes. Service Cards Transfers Already know how to make transfers through MaxPay? Send your money with confidence. Transfer\u00eancias J\u00e1 sabe como fazer transfer\u00eancias atrav\u00e9s da MaxPay? Envie <\/p>\n","protected":false},"author":6,"featured_media":0,"parent":5989,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-4654","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/staging.maxpay.com.pt\/en\/wp-json\/wp\/v2\/pages\/4654","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/staging.maxpay.com.pt\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/staging.maxpay.com.pt\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/staging.maxpay.com.pt\/en\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/staging.maxpay.com.pt\/en\/wp-json\/wp\/v2\/comments?post=4654"}],"version-history":[{"count":87,"href":"https:\/\/staging.maxpay.com.pt\/en\/wp-json\/wp\/v2\/pages\/4654\/revisions"}],"predecessor-version":[{"id":13583,"href":"https:\/\/staging.maxpay.com.pt\/en\/wp-json\/wp\/v2\/pages\/4654\/revisions\/13583"}],"up":[{"embeddable":true,"href":"https:\/\/staging.maxpay.com.pt\/en\/wp-json\/wp\/v2\/pages\/5989"}],"wp:attachment":[{"href":"https:\/\/staging.maxpay.com.pt\/en\/wp-json\/wp\/v2\/media?parent=4654"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}