{
    "id": 12259,
    "date": "2022-01-13T10:19:00",
    "date_gmt": "2022-01-13T10:19:00",
    "guid": {
        "rendered": "https:\/\/ttajer.com\/mobile-payments\/"
    },
    "modified": "2022-01-13T10:19:00",
    "modified_gmt": "2022-01-13T10:19:00",
    "slug": "mobile-payments",
    "status": "publish",
    "type": "page",
    "link": "https:\/\/ttajer.com\/en_us\/mobile-payments\/",
    "title": {
        "rendered": "payware Mobile Payment"
    },
    "content": {
        "rendered": "<div id=\"qr_code_img\" style=\"text-align: center;\">    <div id=\"wc-paywr-mobile-form\" class=\"wc-paywr-mobile-form\">\r\n                        <div class=\"paywr-mobile-form-wrapper\">\r\n            <input type=\"hidden\" id=\"paywr-shop\" value=\"Ttajer\">\r\n            <input type=\"hidden\" id=\"paywr-order-id\" value=\"\">\r\n            <input type=\"hidden\" id=\"paywr-order-key\" value=\"\">\r\n            <input type=\"hidden\" id=\"paywr-return-url\" value=\"https:\/\/ttajer.com\/en_us\/\">\r\n            <input type=\"hidden\" id=\"paywr-code-text\" value=\"\">\r\n            <input type=\"hidden\" id=\"paywr-order-amount\" value=\"\">\r\n            <input type=\"hidden\" id=\"paywr-order-currency\" value=\"\">\r\n            <input type=\"hidden\" id=\"paywr-ttl\" value=\"600\">\r\n            <input type=\"hidden\" id=\"paywr-expired\" value=\"Expired\">\r\n            <input type=\"hidden\" id=\"paywr-expires-in\" value=\"Expires in\">\r\n            <input type=\"hidden\" id=\"paywr-declined\" value=\"Declined\">\r\n            <input type=\"hidden\" id=\"paywr-failed\" value=\"Failed\">\r\n            <input type=\"hidden\" id=\"paywr-payId\" value=\"Payment ID\">\r\n            <input type=\"hidden\" id=\"paywr-total\" value=\"Order total\">\r\n            <input type=\"hidden\" id=\"paywr-label\" value=\"Confirm with your favorite mobile payment application.\">\r\n            <div class=\"paywr-tr-box\">\r\n                <div id=\"paywr-tr-data\" class=\"paywr-tr-data\">\r\n                    <div>\r\n                        <span id=\"shop\" class=\"bold\" style=\"font-size: x-large;\">Ttajer<\/span>\r\n                    <\/div>\r\n                    <div>\r\n                        <span id=\"payId\" class=\"paywr-lbl\">Payment ID<\/span>:&nbsp;<span id=\"tr-id\"><\/span>&nbsp;\r\n                        <img decoding=\"async\" src=\"https:\/\/ttajer.com\/ttjr2\/wp-content\/plugins\/payware-mobile-payments-for-woocommerce\/assets\/img\/copy-icon.svg\" style=\"cursor: pointer; max-width: 15px;\" onclick=\"copyPaymentId()\" alt=\"Copy to Clipboard\">\r\n                    <\/div>\r\n                    <div>\r\n                        <span id=\"ttl\" style=\"font-weight: 600;\"><\/span>\r\n                    <\/div>\r\n                    <div>\r\n                        <span id=\"total\" class=\"paywr-lbl\">Order total<\/span>: <span id=\"amount\" class=\"bold xx-large\"><\/span> <span id=\"currency\" class=\"bold\"><\/span>\r\n                    <\/div>\r\n                    <div class=\"paywr-lbl\">\r\n                        <span id=\"label\" class=\"text-cl\">Confirm with your favorite mobile payment application.<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                <div id=\"paywr-qrcode\" class=\"qr_code_img\"><\/div>\r\n            <\/div>\r\n            <div id=\"payment-status-indicator\" style=\"text-align: center; display: inline-block; position: relative; margin-top: -20px; margin-bottom: 5px; width: 100%;\">\r\n                <img decoding=\"async\" style=\"display: inline-block;\" src=\"https:\/\/ttajer.com\/ttjr2\/wp-content\/plugins\/payware-mobile-payments-for-woocommerce\/assets\/img\/pulse-1s-200px.svg\" \/>\r\n            <\/div>\r\n            <b id=\"payment-status-text\" style=\"text-align: center; display: inline-block; position: relative; top: -30px; width: 100%; font-size: 16px; color: #565656;\">Awaiting payment...<\/b>\r\n            <span style=\"display: flex; justify-content: center;\"><a href=\"javascript:history.back()\" style=\"background: #d6d6d6;padding: 10px 15px;display: inline-block;margin-top: 21px;border-radius: 3px;color: #fff;width: 250px;max-width: 100%;font-size: 16px;text-decoration: none;cursor: pointer;top: -30px;position: relative;text-align: center;\">Back to checkout<\/a><\/span>\r\n            <a class=\"paywr-paynow-btn onlymob\" target=\"_blank\" href=\"payware:\/\/\">Pay Now<\/a>\r\n        <\/div>\r\n                <div class=\"clear\"><\/div>\r\n        <script type=\"text\/javascript\">\r\n            function copyPaymentId() {\r\n                var paymentId = document.getElementById(\"tr-id\");\r\n                var tempInput = document.createElement(\"input\");\r\n                tempInput.value = paymentId.textContent;\r\n                document.body.appendChild(tempInput);\r\n                tempInput.select();\r\n                document.execCommand(\"copy\");\r\n                document.body.removeChild(tempInput);\r\n                var alertBox = document.createElement(\"div\");\r\n                alertBox.textContent = \"Payment ID copied to clipboard: \" + paymentId.textContent;\r\n                alertBox.style.position = \"fixed\";\r\n                alertBox.style.top = \"10px\";\r\n                alertBox.style.left = \"10px\";\r\n                alertBox.style.background = \"rgba(0, 0, 0, 0.8)\";\r\n                alertBox.style.color = \"white\";\r\n                alertBox.style.padding = \"10px\";\r\n                alertBox.style.borderRadius = \"5px\";\r\n                alertBox.style.zIndex = \"9999\";\r\n                document.body.appendChild(alertBox);\r\n                setTimeout(function() {\r\n                    document.body.removeChild(alertBox);\r\n                }, 3000); \/\/ Remove alert after 3 seconds\r\n            }\r\n            \r\n            function remove_elements() {\r\n                var statusIndicator = document.getElementById('payment-status-indicator');\r\n                var statusText = document.getElementById('payment-status-text');\r\n                \r\n                if (statusIndicator) {\r\n                    statusIndicator.style.display = 'none';\r\n                }\r\n                \r\n                if (statusText) {\r\n                    statusText.style.display = 'none';\r\n                }\r\n            }\r\n            \r\n            document.addEventListener('DOMContentLoaded', function() {\r\n                var trId = document.getElementById('paywr-code-text').value;\r\n                var order_id = document.getElementById('paywr-order-id').value;\r\n                var ttl = parseInt(document.getElementById('paywr-ttl').value);\r\n                var expired = document.getElementById('paywr-expired').value;\r\n                var expires_in = document.getElementById('paywr-expires-in').value;\r\n                var declined = document.getElementById('paywr-declined').value;\r\n                var failed = document.getElementById('paywr-failed').value;\r\n                \r\n                \/\/ Initialize the session storage for order status if not already set\r\n                if (sessionStorage.getItem(trId + '_' + order_id) === null) {\r\n                    sessionStorage.setItem(trId + '_' + order_id, '0');\r\n                }\r\n                \r\n                \/\/ Set initial ttl text\r\n                document.getElementById('ttl').innerHTML = expires_in + ': --:--';\r\n            });\r\n        <\/script>\r\n    <\/div>\r\n    <\/div>\n<div style=\"text-align: center; display: inline-block; position: relative; margin-top: -20px; margin-bottom: 5px; width: 100%;\"><img decoding=\"async\" style=\"display: inline-block;\" src=\"https:\/\/ttajer.com\/wp-content\/plugins\/payware-mobile-payments-for-woocommerce\/assets\/img\/pulse-1s-200px.svg\" \/><\/div>\n<p><b style=\"text-align: center; display: inline-block; position: relative; top: -30px; width: 100%; font-size: 16px; color: #565656;\">Awaiting mobile payment<\/b><a href=\"javascript:history.back()\" style=\"background: #d6d6d6;padding: 10px 15px;display: inline-block;margin-top: 21px;border-radius: 3px;color: #fff;width: 250px;max-width: 100%;font-size: 16px;text-decoration: none;cursor: pointer;top: -30px;position: relative;\">Back to checkout<\/a><\/p>",
        "protected": false
    },
    "excerpt": {
        "rendered": "<p>Awaiting mobile paymentBack to checkout<\/p>",
        "protected": false
    },
    "author": 1,
    "featured_media": 0,
    "parent": 0,
    "menu_order": 0,
    "comment_status": "closed",
    "ping_status": "closed",
    "template": "",
    "meta": {
        "om_disable_all_campaigns": false,
        "_monsterinsights_skip_tracking": false,
        "_uf_show_specific_survey": 0,
        "_uf_disable_surveys": false,
        "_joinchat": [],
        "footnotes": ""
    },
    "class_list": [
        "post-12259",
        "page",
        "type-page",
        "status-publish",
        "hentry"
    ],
    "aioseo_notices": [],
    "aioseo_head": "<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Awaiting mobile paymentBack to checkout\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/ttajer.com\/en_us\/mobile-payments\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Ttajer - Your Electronic Store\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"payware Mobile Payment - Ttajer\" \/>\n\t\t<meta property=\"og:description\" content=\"Awaiting mobile paymentBack to checkout\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/ttajer.com\/en_us\/mobile-payments\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2022-01-13T10:19:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2022-01-13T10:19:00+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"payware Mobile Payment - Ttajer\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Awaiting mobile paymentBack to checkout\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ttajer.com\\\/en_us\\\/mobile-payments\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ttajer.com\\\/en_us\\\/#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ttajer.com\\\/en_us\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ttajer.com\\\/en_us\\\/mobile-payments\\\/#listItem\",\"name\":\"payware Mobile Payment\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ttajer.com\\\/en_us\\\/mobile-payments\\\/#listItem\",\"position\":2,\"name\":\"payware Mobile Payment\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ttajer.com\\\/en_us\\\/#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ttajer.com\\\/en_us\\\/#organization\",\"name\":\"Ttajer\",\"description\":\"Your Electronic Store\",\"url\":\"https:\\\/\\\/ttajer.com\\\/en_us\\\/\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ttajer.com\\\/en_us\\\/mobile-payments\\\/#webpage\",\"url\":\"https:\\\/\\\/ttajer.com\\\/en_us\\\/mobile-payments\\\/\",\"name\":\"payware Mobile Payment - Ttajer\",\"description\":\"Awaiting mobile paymentBack to checkout\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ttajer.com\\\/en_us\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ttajer.com\\\/en_us\\\/mobile-payments\\\/#breadcrumblist\"},\"datePublished\":\"2022-01-13T10:19:00+03:00\",\"dateModified\":\"2022-01-13T10:19:00+03:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ttajer.com\\\/en_us\\\/#website\",\"url\":\"https:\\\/\\\/ttajer.com\\\/en_us\\\/\",\"name\":\"Ttajer\",\"description\":\"Your Electronic Store\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/ttajer.com\\\/en_us\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->",
    "aioseo_head_json": {
        "title": "payware Mobile Payment - Ttajer",
        "description": "Awaiting mobile paymentBack to checkout",
        "canonical_url": "https:\/\/ttajer.com\/en_us\/mobile-payments\/",
        "robots": "max-image-preview:large",
        "keywords": "",
        "webmasterTools": {
            "miscellaneous": ""
        },
        "schema": {
            "@context": "https:\/\/schema.org",
            "@graph": [
                {
                    "@type": "BreadcrumbList",
                    "@id": "https:\/\/ttajer.com\/en_us\/mobile-payments\/#breadcrumblist",
                    "itemListElement": [
                        {
                            "@type": "ListItem",
                            "@id": "https:\/\/ttajer.com\/en_us\/#listItem",
                            "position": 1,
                            "name": "Home",
                            "item": "https:\/\/ttajer.com\/en_us\/",
                            "nextItem": {
                                "@type": "ListItem",
                                "@id": "https:\/\/ttajer.com\/en_us\/mobile-payments\/#listItem",
                                "name": "payware Mobile Payment"
                            }
                        },
                        {
                            "@type": "ListItem",
                            "@id": "https:\/\/ttajer.com\/en_us\/mobile-payments\/#listItem",
                            "position": 2,
                            "name": "payware Mobile Payment",
                            "previousItem": {
                                "@type": "ListItem",
                                "@id": "https:\/\/ttajer.com\/en_us\/#listItem",
                                "name": "Home"
                            }
                        }
                    ]
                },
                {
                    "@type": "Organization",
                    "@id": "https:\/\/ttajer.com\/en_us\/#organization",
                    "name": "Ttajer",
                    "description": "Your Electronic Store",
                    "url": "https:\/\/ttajer.com\/en_us\/"
                },
                {
                    "@type": "WebPage",
                    "@id": "https:\/\/ttajer.com\/en_us\/mobile-payments\/#webpage",
                    "url": "https:\/\/ttajer.com\/en_us\/mobile-payments\/",
                    "name": "payware Mobile Payment - Ttajer",
                    "description": "Awaiting mobile paymentBack to checkout",
                    "inLanguage": "en-US",
                    "isPartOf": {
                        "@id": "https:\/\/ttajer.com\/en_us\/#website"
                    },
                    "breadcrumb": {
                        "@id": "https:\/\/ttajer.com\/en_us\/mobile-payments\/#breadcrumblist"
                    },
                    "datePublished": "2022-01-13T10:19:00+03:00",
                    "dateModified": "2022-01-13T10:19:00+03:00"
                },
                {
                    "@type": "WebSite",
                    "@id": "https:\/\/ttajer.com\/en_us\/#website",
                    "url": "https:\/\/ttajer.com\/en_us\/",
                    "name": "Ttajer",
                    "description": "Your Electronic Store",
                    "inLanguage": "en-US",
                    "publisher": {
                        "@id": "https:\/\/ttajer.com\/en_us\/#organization"
                    }
                }
            ]
        },
        "og:locale": "en_US",
        "og:site_name": "Ttajer - Your Electronic Store",
        "og:type": "article",
        "og:title": "payware Mobile Payment - Ttajer",
        "og:description": "Awaiting mobile paymentBack to checkout",
        "og:url": "https:\/\/ttajer.com\/en_us\/mobile-payments\/",
        "article:published_time": "2022-01-13T10:19:00+00:00",
        "article:modified_time": "2022-01-13T10:19:00+00:00",
        "twitter:card": "summary_large_image",
        "twitter:title": "payware Mobile Payment - Ttajer",
        "twitter:description": "Awaiting mobile paymentBack to checkout"
    },
    "aioseo_meta_data": {
        "post_id": "12259",
        "title": null,
        "description": null,
        "keywords": null,
        "keyphrases": null,
        "canonical_url": null,
        "og_title": null,
        "og_description": null,
        "og_object_type": "default",
        "og_image_type": "default",
        "og_image_url": null,
        "og_image_width": null,
        "og_image_height": null,
        "og_image_custom_url": null,
        "og_image_custom_fields": null,
        "og_video": null,
        "og_custom_url": null,
        "og_article_section": null,
        "og_article_tags": null,
        "twitter_use_og": false,
        "twitter_card": "default",
        "twitter_image_type": "default",
        "twitter_image_url": null,
        "twitter_image_custom_url": null,
        "twitter_image_custom_fields": null,
        "twitter_title": null,
        "twitter_description": null,
        "schema": {
            "blockGraphs": [],
            "customGraphs": [],
            "default": {
                "data": {
                    "Article": [],
                    "Course": [],
                    "Dataset": [],
                    "FAQPage": [],
                    "Movie": [],
                    "Person": [],
                    "Product": [],
                    "ProductReview": [],
                    "Car": [],
                    "Recipe": [],
                    "Service": [],
                    "SoftwareApplication": [],
                    "WebPage": []
                },
                "graphName": "",
                "isEnabled": true
            },
            "graphs": []
        },
        "schema_type": "default",
        "schema_type_options": null,
        "pillar_content": false,
        "robots_default": true,
        "robots_noindex": false,
        "robots_noarchive": false,
        "robots_nosnippet": false,
        "robots_nofollow": false,
        "robots_noimageindex": false,
        "robots_noodp": false,
        "robots_notranslate": false,
        "robots_max_snippet": null,
        "robots_max_videopreview": null,
        "robots_max_imagepreview": "large",
        "priority": null,
        "frequency": null,
        "local_seo": null,
        "limit_modified_date": false,
        "created": "2023-03-13 20:18:06",
        "updated": "2026-09-20 22:09:12",
        "focus_keyword": null,
        "additional_keywords": null,
        "truseo_locale": null,
        "primary_term": null,
        "ai": null,
        "breadcrumb_settings": null,
        "seo_analyzer_scan_date": null
    },
    "aioseo_breadcrumb": "<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/ttajer.com\/en_us\/\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tpayware Mobile Payment\n\t\t<\/span><\/div>",
    "aioseo_breadcrumb_json": [
        {
            "label": "Home",
            "link": "https:\/\/ttajer.com\/en_us\/"
        },
        {
            "label": "payware Mobile Payment",
            "link": "https:\/\/ttajer.com\/en_us\/mobile-payments\/"
        }
    ],
    "yoast_head": "<!-- This site is optimized with the Yoast SEO plugin v28.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>payware Mobile Payment - Ttajer<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ttajer.com\/en_us\/mobile-payments\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"payware Mobile Payment - Ttajer\" \/>\n<meta property=\"og:description\" content=\"Awaiting mobile paymentBack to checkout\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ttajer.com\/en_us\/mobile-payments\/\" \/>\n<meta property=\"og:site_name\" content=\"Ttajer\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/TTajer-105376801297898\/\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ttajer.com\/wp-content\/plugins\/payware-mobile-payments-for-woocommerce\/assets\/img\/pulse-1s-200px.svg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@ttajer1\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ttajer.com\\\/en_us\\\/mobile-payments\\\/\",\"url\":\"https:\\\/\\\/ttajer.com\\\/en_us\\\/mobile-payments\\\/\",\"name\":\"payware Mobile Payment - Ttajer\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ttajer.com\\\/ar\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/ttajer.com\\\/en_us\\\/mobile-payments\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/ttajer.com\\\/en_us\\\/mobile-payments\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/ttajer.com\\\/wp-content\\\/plugins\\\/payware-mobile-payments-for-woocommerce\\\/assets\\\/img\\\/pulse-1s-200px.svg\",\"datePublished\":\"2022-01-13T10:19:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ttajer.com\\\/en_us\\\/mobile-payments\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ttajer.com\\\/en_us\\\/mobile-payments\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ttajer.com\\\/en_us\\\/mobile-payments\\\/#primaryimage\",\"url\":\"https:\\\/\\\/ttajer.com\\\/wp-content\\\/plugins\\\/payware-mobile-payments-for-woocommerce\\\/assets\\\/img\\\/pulse-1s-200px.svg\",\"contentUrl\":\"https:\\\/\\\/ttajer.com\\\/wp-content\\\/plugins\\\/payware-mobile-payments-for-woocommerce\\\/assets\\\/img\\\/pulse-1s-200px.svg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ttajer.com\\\/en_us\\\/mobile-payments\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ttajer.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"payware Mobile Payment\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ttajer.com\\\/ar\\\/#website\",\"url\":\"https:\\\/\\\/ttajer.com\\\/ar\\\/\",\"name\":\"Ttajer\",\"description\":\"Your Electronic Store\",\"publisher\":{\"@id\":\"https:\\\/\\\/ttajer.com\\\/ar\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ttajer.com\\\/ar\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ttajer.com\\\/ar\\\/#organization\",\"name\":\"\u0645\u0624\u0633\u0633\u0629 \u0623\u0633\u0639\u0627\u0631 \u0627\u0644\u062a\u0643\u0644\u0641\u0629 \u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629\",\"url\":\"https:\\\/\\\/ttajer.com\\\/ar\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ttajer.com\\\/ar\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/ttajer.com\\\/wp-content\\\/uploads\\\/2021\\\/10\\\/ttajer-logo.png\",\"contentUrl\":\"https:\\\/\\\/ttajer.com\\\/wp-content\\\/uploads\\\/2021\\\/10\\\/ttajer-logo.png\",\"width\":150,\"height\":124,\"caption\":\"\u0645\u0624\u0633\u0633\u0629 \u0623\u0633\u0639\u0627\u0631 \u0627\u0644\u062a\u0643\u0644\u0641\u0629 \u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629\"},\"image\":{\"@id\":\"https:\\\/\\\/ttajer.com\\\/ar\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/TTajer-105376801297898\\\/\",\"https:\\\/\\\/x.com\\\/ttajer1\",\"https:\\\/\\\/www.instagram.com\\\/ttajer.sa\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->",
    "yoast_head_json": {
        "title": "payware Mobile Payment - Ttajer",
        "robots": {
            "index": "index",
            "follow": "follow",
            "max-snippet": "max-snippet:-1",
            "max-image-preview": "max-image-preview:large",
            "max-video-preview": "max-video-preview:-1"
        },
        "canonical": "https:\/\/ttajer.com\/en_us\/mobile-payments\/",
        "og_locale": "en_US",
        "og_type": "article",
        "og_title": "payware Mobile Payment - Ttajer",
        "og_description": "Awaiting mobile paymentBack to checkout",
        "og_url": "https:\/\/ttajer.com\/en_us\/mobile-payments\/",
        "og_site_name": "Ttajer",
        "article_publisher": "https:\/\/www.facebook.com\/TTajer-105376801297898\/",
        "og_image": [
            {
                "url": "https:\/\/ttajer.com\/wp-content\/plugins\/payware-mobile-payments-for-woocommerce\/assets\/img\/pulse-1s-200px.svg",
                "type": "",
                "width": "",
                "height": ""
            }
        ],
        "twitter_card": "summary_large_image",
        "twitter_site": "@ttajer1",
        "schema": {
            "@context": "https:\/\/schema.org",
            "@graph": [
                {
                    "@type": "WebPage",
                    "@id": "https:\/\/ttajer.com\/en_us\/mobile-payments\/",
                    "url": "https:\/\/ttajer.com\/en_us\/mobile-payments\/",
                    "name": "payware Mobile Payment - Ttajer",
                    "isPartOf": {
                        "@id": "https:\/\/ttajer.com\/ar\/#website"
                    },
                    "primaryImageOfPage": {
                        "@id": "https:\/\/ttajer.com\/en_us\/mobile-payments\/#primaryimage"
                    },
                    "image": {
                        "@id": "https:\/\/ttajer.com\/en_us\/mobile-payments\/#primaryimage"
                    },
                    "thumbnailUrl": "https:\/\/ttajer.com\/wp-content\/plugins\/payware-mobile-payments-for-woocommerce\/assets\/img\/pulse-1s-200px.svg",
                    "datePublished": "2022-01-13T10:19:00+00:00",
                    "breadcrumb": {
                        "@id": "https:\/\/ttajer.com\/en_us\/mobile-payments\/#breadcrumb"
                    },
                    "inLanguage": "en-US",
                    "potentialAction": [
                        {
                            "@type": "ReadAction",
                            "target": [
                                "https:\/\/ttajer.com\/en_us\/mobile-payments\/"
                            ]
                        }
                    ]
                },
                {
                    "@type": "ImageObject",
                    "inLanguage": "en-US",
                    "@id": "https:\/\/ttajer.com\/en_us\/mobile-payments\/#primaryimage",
                    "url": "https:\/\/ttajer.com\/wp-content\/plugins\/payware-mobile-payments-for-woocommerce\/assets\/img\/pulse-1s-200px.svg",
                    "contentUrl": "https:\/\/ttajer.com\/wp-content\/plugins\/payware-mobile-payments-for-woocommerce\/assets\/img\/pulse-1s-200px.svg"
                },
                {
                    "@type": "BreadcrumbList",
                    "@id": "https:\/\/ttajer.com\/en_us\/mobile-payments\/#breadcrumb",
                    "itemListElement": [
                        {
                            "@type": "ListItem",
                            "position": 1,
                            "name": "Home",
                            "item": "https:\/\/ttajer.com\/"
                        },
                        {
                            "@type": "ListItem",
                            "position": 2,
                            "name": "payware Mobile Payment"
                        }
                    ]
                },
                {
                    "@type": "WebSite",
                    "@id": "https:\/\/ttajer.com\/ar\/#website",
                    "url": "https:\/\/ttajer.com\/ar\/",
                    "name": "Ttajer",
                    "description": "Your Electronic Store",
                    "publisher": {
                        "@id": "https:\/\/ttajer.com\/ar\/#organization"
                    },
                    "potentialAction": [
                        {
                            "@type": "SearchAction",
                            "target": {
                                "@type": "EntryPoint",
                                "urlTemplate": "https:\/\/ttajer.com\/ar\/?s={search_term_string}"
                            },
                            "query-input": {
                                "@type": "PropertyValueSpecification",
                                "valueRequired": true,
                                "valueName": "search_term_string"
                            }
                        }
                    ],
                    "inLanguage": "en-US"
                },
                {
                    "@type": "Organization",
                    "@id": "https:\/\/ttajer.com\/ar\/#organization",
                    "name": "\u0645\u0624\u0633\u0633\u0629 \u0623\u0633\u0639\u0627\u0631 \u0627\u0644\u062a\u0643\u0644\u0641\u0629 \u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629",
                    "url": "https:\/\/ttajer.com\/ar\/",
                    "logo": {
                        "@type": "ImageObject",
                        "inLanguage": "en-US",
                        "@id": "https:\/\/ttajer.com\/ar\/#\/schema\/logo\/image\/",
                        "url": "https:\/\/ttajer.com\/wp-content\/uploads\/2021\/10\/ttajer-logo.png",
                        "contentUrl": "https:\/\/ttajer.com\/wp-content\/uploads\/2021\/10\/ttajer-logo.png",
                        "width": 150,
                        "height": 124,
                        "caption": "\u0645\u0624\u0633\u0633\u0629 \u0623\u0633\u0639\u0627\u0631 \u0627\u0644\u062a\u0643\u0644\u0641\u0629 \u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629"
                    },
                    "image": {
                        "@id": "https:\/\/ttajer.com\/ar\/#\/schema\/logo\/image\/"
                    },
                    "sameAs": [
                        "https:\/\/www.facebook.com\/TTajer-105376801297898\/",
                        "https:\/\/x.com\/ttajer1",
                        "https:\/\/www.instagram.com\/ttajer.sa\/"
                    ]
                }
            ]
        }
    },
    "_links": {
        "self": [
            {
                "href": "https:\/\/ttajer.com\/en_us\/wp-json\/wp\/v2\/pages\/12259",
                "targetHints": {
                    "allow": [
                        "GET"
                    ]
                }
            }
        ],
        "collection": [
            {
                "href": "https:\/\/ttajer.com\/en_us\/wp-json\/wp\/v2\/pages"
            }
        ],
        "about": [
            {
                "href": "https:\/\/ttajer.com\/en_us\/wp-json\/wp\/v2\/types\/page"
            }
        ],
        "author": [
            {
                "embeddable": true,
                "href": "https:\/\/ttajer.com\/en_us\/wp-json\/wp\/v2\/users\/1"
            }
        ],
        "replies": [
            {
                "embeddable": true,
                "href": "https:\/\/ttajer.com\/en_us\/wp-json\/wp\/v2\/comments?post=12259"
            }
        ],
        "version-history": [
            {
                "count": 0,
                "href": "https:\/\/ttajer.com\/en_us\/wp-json\/wp\/v2\/pages\/12259\/revisions"
            }
        ],
        "wp:attachment": [
            {
                "href": "https:\/\/ttajer.com\/en_us\/wp-json\/wp\/v2\/media?parent=12259"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}