{"id":1325,"date":"2024-11-15T12:30:56","date_gmt":"2024-11-15T12:30:56","guid":{"rendered":"https:\/\/help.xodox.in\/?post_type=docs&#038;p=1325"},"modified":"2024-12-11T14:16:53","modified_gmt":"2024-12-11T14:16:53","password":"","slug":"stripe-checkout","status":"publish","type":"docs","link":"https:\/\/help.xodox.in\/pt\/docs\/stripe-checkout\/","title":{"rendered":"Stripe Checkout"},"content":{"rendered":"<div class=\"entry-content category-payment-gateways\">\n<div class=\"st-alert st-alert-\">Stripe Checkout requires your Xodox CRM installation to run on HTTPS url, read more here: <a href=\"https:\/\/stripe.com\/docs\/web\/setup#http-requirements\">https:\/\/stripe.com\/docs\/web\/setup#http-requirements<\/a><\/div>\n<p>If your Xodox CRM installation is not running on HTTPS Url and you recently activated your SSL certificate for your domain, you should consider changing your Xodox CRM base url to start with HTTPS as explained here: <a href=\"#\">https:\/\/help.Xodoxcrm.com\/switch-to-https-after-installing-to-http\/<\/a><\/p>\n<h4 id=\"configure-api-keys\" class=\"wp-block-heading\">Configure API Keys<\/h4>\n<p>Stripe Checkout can be configured in <strong>Setup-&gt;Settings-&gt;Payment Gateways-&gt;Stripe Checkout<\/strong>.<\/p>\n<p>To set up Stripe Checkout, you will need API Secret and Publishable key.<\/p>\n<p>To get these, please follow the steps below:<\/p>\n<ol>\n<li>Log in to your Stripe account<\/li>\n<li>Click \u201c<strong>Developers<\/strong>\u201d from the top left menu item of the page<\/li>\n<li>Click the \u201c<strong>API Keys<\/strong>\u201d submenu item<\/li>\n<\/ol>\n<p>If you toggled \u201c<strong>View test data<\/strong>\u201c, Stripe will show the test keys, otherwise, the live keys will be shown.<\/p>\n<ul>\n<li>For <strong>production<\/strong>, you will need the \u201c<strong>Live Secret Key<\/strong>\u201d and \u201c<strong>Live Publishable Key<\/strong>\u201c.<\/li>\n<li>For <strong>testing<\/strong>, you will need the \u201c<strong>Test Secret Key<\/strong>\u201d and \u201c<strong>Test Publishable Key<\/strong>\u201d<\/li>\n<\/ul>\n<figure class=\"wp-block-image\"><img fetchpriority=\"high\" decoding=\"async\" class=\"wp-image-3565\" src=\"https:\/\/help.xodox.in\/wp-content\/uploads\/2024\/11\/stripe-api-keys.png\" sizes=\"(max-width: 1024px) 100vw, 1024px\" srcset=\"https:\/\/help.xodox.in\/wp-content\/uploads\/2024\/11\/stripe-api-keys.png 1024w, https:\/\/help.xodox.in\/wp-content\/uploads\/2024\/11\/stripe-api-keys.png 300w, https:\/\/help.xodox.in\/wp-content\/uploads\/2024\/11\/stripe-api-keys.png 768w, https:\/\/help.xodox.in\/wp-content\/uploads\/2024\/11\/stripe-api-keys.png 60w, https:\/\/help.xodox.in\/wp-content\/uploads\/2024\/11\/stripe-api-keys.png 150w, https:\/\/help.xodox.in\/wp-content\/uploads\/2024\/11\/stripe-api-keys.png 1128w\" alt=\"Stripe API keys\" width=\"1024\" height=\"418\" \/><\/figure>\n<h4 id=\"webhook\" class=\"wp-block-heading\">Webhook<\/h4>\n<p><strong>Starting from Xodox CRM Latest Update<\/strong>, the Stripe checkout integration works with webhooks.<\/p>\n<p><strong>After the Stripe API credentials are saved<\/strong>, Xodox CRM will show you a message that the webhook is not configured for the current mode (testing or live based on your API credentials)<\/p>\n<p>To spare you from manually configuring the webhook, we added functionality to automatically create the webhook in Stripe.<\/p>\n<p>Just click on the<strong> \u201chere\u201d<\/strong> link in the message text to create the webhook in Stripe.<\/p>\n<div class=\"st-alert st-alert-\">Keep in mind that at first if you added test Stripe API credentials, you will need to repeat this step again when you add your live API credentials.<\/div>\n<h4 id=\"mod-security\" class=\"wp-block-heading\">Mod Security<\/h4>\n<p>In case you are getting <strong>Access to this resource on the server is denied <\/strong>or <strong>Not Acceptable<\/strong> mod_security errors when Stripe is redirecting back to Xodox CRM after payment, contact your hosting and ask them to<strong> disable mod_security for your Xodox CRM installation<\/strong> because in certain scenarios ModSecurity will interfere with Xodox CRM features.<\/p>\n<h4 id=\"testing\" class=\"wp-block-heading\">Testing<\/h4>\n<p>After you entered the <strong>test Stripe API credentials<\/strong> and created the webhook, you can perform the following steps:<\/p>\n<ol>\n<li>Create a dummy customer.<\/li>\n<li>Create an invoice under the customer you created before and in the <strong>Allowed Payment Modes<\/strong> make sure that you select <strong>Stripe<\/strong><\/li>\n<li>View the invoice as a customer, while previewing the invoice in the admin area click <strong>More-&gt;View Invoice as Customer<\/strong>.<\/li>\n<li>Scroll to the bottom and select <strong>Stripe <\/strong>and click <strong>Pay Now<\/strong><\/li>\n<li>If you need test credit cards, you can read more in the Stripe <a href=\"https:\/\/stripe.com\/docs\/testing#cards\">testing guide page<\/a><\/li>\n<\/ol>\n<h4 id=\"notes-applicable-only-for-Xodox-crm-versions-below-2-4-0\" class=\"wp-block-heading\">Notes (applicable only for Xodox CRM Latest Update\u00a0 below 2.4.0)<\/h4>\n<p>Keep in mind that once you make the first payment with Stripe under your dummy customer (or any other customer), Xodox CRM will create a separate customer in Stripe dashboard and will store the customer id inside Xodox CRM database, this ID will be used for future payments and the credit card you entered the first time will be used as default source for this customer.<\/p>\n<p><strong>After you disable testing mode and change the API keys to production, the customer you created for testing purposes won\u2019t work anymore with the production API keys, means that you won\u2019t be able to perform tests again with this customer with your production keys, you should delete this customer because the script won\u2019t be able to fetch this customer from Stripe because the customer ID is actually from the testing data not from production data.<\/strong><\/p>\n<p>However, if you are familiar with working with phpmyadmin, you can easily set the field <strong>stripe_id<\/strong> in tbclients table to null.<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Stripe Checkout requires your Xodox CRM installation to run on HTTPS url, read more here: https:\/\/stripe.com\/docs\/web\/setup#http-requirements If your Xodox CRM installation is not running on HTTPS Url and you recently activated your SSL certificate for your domain, you should consider changing your Xodox CRM base url to start with HTTPS as explained here: https:\/\/help.Xodoxcrm.com\/switch-to-https-after-installing-to-http\/ Configure API Keys Stripe Checkout can be configured in Setup-&gt;Settings-&gt;Payment Gateways-&gt;Stripe Checkout. To set up Stripe Checkout, you will need API Secret and Publishable key. To get these, please follow the steps below: Log in to your Stripe account Click \u201cDevelopers\u201d from the top left menu item of the page Click the \u201cAPI Keys\u201d submenu item If you toggled \u201cView test data\u201c, Stripe will show the test keys, otherwise, the live keys will be shown. For production, you will need the \u201cLive Secret Key\u201d and \u201cLive Publishable Key\u201c. For testing, you will need the \u201cTest Secret Key\u201d and \u201cTest Publishable Key\u201d Webhook Starting from Xodox CRM Latest Update, the Stripe checkout integration works with webhooks. After the Stripe API credentials are saved, Xodox CRM will show you a message that the webhook is not configured for the current mode (testing or live based on your API credentials) To spare you from manually configuring the webhook, we added functionality to automatically create the webhook in Stripe. Just click on the \u201chere\u201d link in the message text to create the webhook in Stripe. Keep in mind that at first if you added test Stripe API credentials, you will need to repeat this step again when you add your live API credentials. Mod Security In case you are getting Access to this resource on the server is denied or Not Acceptable mod_security errors when Stripe is redirecting back to Xodox CRM after payment, contact your hosting and ask them to disable mod_security for your Xodox CRM installation because in certain scenarios ModSecurity will interfere with Xodox CRM features. Testing After you entered the test Stripe API credentials and created the webhook, you can perform the following steps: Create a dummy customer. Create an invoice under the customer you created before and in the Allowed Payment Modes make sure that you select Stripe View the invoice as a customer, while previewing the invoice in the admin area click More-&gt;View Invoice as Customer. Scroll to the bottom and select Stripe and click Pay Now If you need test credit cards, you can read more in the Stripe testing guide page Notes (applicable only for Xodox CRM Latest Update\u00a0 below 2.4.0) Keep in mind that once you make the first payment with Stripe under your dummy customer (or any other customer), Xodox CRM will create a separate customer in Stripe dashboard and will store the customer id inside Xodox CRM database, this ID will be used for future payments and the credit card you entered the first time will be used as default source for this customer. After you disable testing mode and change the API keys to production, the customer you created for testing purposes won\u2019t work anymore with the production API keys, means that you won\u2019t be able to perform tests again with this customer with your production keys, you should delete this customer because the script won\u2019t be able to fetch this customer from Stripe because the customer ID is actually from the testing data not from production data. However, if you are familiar with working with phpmyadmin, you can easily set the field stripe_id in tbclients table to null.<\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"doc_category":[35],"doc_tag":[],"class_list":["post-1325","docs","type-docs","status-publish","hentry","doc_category-payment-gateways"],"acf":[],"year_month":"2026-04","word_count":604,"total_views":0,"reactions":{"happy":0,"normal":0,"sad":0},"author_info":{"name":"help-xodox","author_nicename":"help-xodox","author_url":"https:\/\/help.xodox.in\/pt\/author\/help-xodox\/"},"doc_category_info":[{"term_name":"Payment Gateways","term_url":"https:\/\/help.xodox.in\/pt\/docs-category\/payment-gateways\/"}],"doc_tag_info":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Stripe Checkout - My CMS<\/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:\/\/help.xodox.in\/pt\/docs\/stripe-checkout\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Stripe Checkout - My CMS\" \/>\n<meta property=\"og:description\" content=\"Stripe Checkout requires your Xodox CRM installation to run on HTTPS url, read more here: https:\/\/stripe.com\/docs\/web\/setup#http-requirements If your Xodox CRM installation is not running on HTTPS Url and you recently activated your SSL certificate for your domain, you should consider changing your Xodox CRM base url to start with HTTPS as explained here: https:\/\/help.Xodoxcrm.com\/switch-to-https-after-installing-to-http\/ Configure API Keys Stripe Checkout can be configured in Setup-&gt;Settings-&gt;Payment Gateways-&gt;Stripe Checkout. To set up Stripe Checkout, you will need API Secret and Publishable key. To get these, please follow the steps below: Log in to your Stripe account Click \u201cDevelopers\u201d from the top left menu item of the page Click the \u201cAPI Keys\u201d submenu item If you toggled \u201cView test data\u201c, Stripe will show the test keys, otherwise, the live keys will be shown. For production, you will need the \u201cLive Secret Key\u201d and \u201cLive Publishable Key\u201c. For testing, you will need the \u201cTest Secret Key\u201d and \u201cTest Publishable Key\u201d Webhook Starting from Xodox CRM Latest Update, the Stripe checkout integration works with webhooks. After the Stripe API credentials are saved, Xodox CRM will show you a message that the webhook is not configured for the current mode (testing or live based on your API credentials) To spare you from manually configuring the webhook, we added functionality to automatically create the webhook in Stripe. Just click on the \u201chere\u201d link in the message text to create the webhook in Stripe. Keep in mind that at first if you added test Stripe API credentials, you will need to repeat this step again when you add your live API credentials. Mod Security In case you are getting Access to this resource on the server is denied or Not Acceptable mod_security errors when Stripe is redirecting back to Xodox CRM after payment, contact your hosting and ask them to disable mod_security for your Xodox CRM installation because in certain scenarios ModSecurity will interfere with Xodox CRM features. Testing After you entered the test Stripe API credentials and created the webhook, you can perform the following steps: Create a dummy customer. Create an invoice under the customer you created before and in the Allowed Payment Modes make sure that you select Stripe View the invoice as a customer, while previewing the invoice in the admin area click More-&gt;View Invoice as Customer. Scroll to the bottom and select Stripe and click Pay Now If you need test credit cards, you can read more in the Stripe testing guide page Notes (applicable only for Xodox CRM Latest Update\u00a0 below 2.4.0) Keep in mind that once you make the first payment with Stripe under your dummy customer (or any other customer), Xodox CRM will create a separate customer in Stripe dashboard and will store the customer id inside Xodox CRM database, this ID will be used for future payments and the credit card you entered the first time will be used as default source for this customer. After you disable testing mode and change the API keys to production, the customer you created for testing purposes won\u2019t work anymore with the production API keys, means that you won\u2019t be able to perform tests again with this customer with your production keys, you should delete this customer because the script won\u2019t be able to fetch this customer from Stripe because the customer ID is actually from the testing data not from production data. However, if you are familiar with working with phpmyadmin, you can easily set the field stripe_id in tbclients table to null.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/help.xodox.in\/pt\/docs\/stripe-checkout\/\" \/>\n<meta property=\"og:site_name\" content=\"My CMS\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-11T14:16:53+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo estimado de leitura\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/help.xodox.in\/docs\/stripe-checkout\/\",\"url\":\"https:\/\/help.xodox.in\/docs\/stripe-checkout\/\",\"name\":\"Stripe Checkout - My CMS\",\"isPartOf\":{\"@id\":\"https:\/\/help.xodox.in\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/help.xodox.in\/docs\/stripe-checkout\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/help.xodox.in\/docs\/stripe-checkout\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/help.xodox.in\/wp-content\/uploads\/2024\/11\/stripe-api-keys.png\",\"datePublished\":\"2024-11-15T12:30:56+00:00\",\"dateModified\":\"2024-12-11T14:16:53+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/help.xodox.in\/docs\/stripe-checkout\/#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/help.xodox.in\/docs\/stripe-checkout\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-PT\",\"@id\":\"https:\/\/help.xodox.in\/docs\/stripe-checkout\/#primaryimage\",\"url\":\"https:\/\/help.xodox.in\/wp-content\/uploads\/2024\/11\/stripe-api-keys.png\",\"contentUrl\":\"https:\/\/help.xodox.in\/wp-content\/uploads\/2024\/11\/stripe-api-keys.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/help.xodox.in\/docs\/stripe-checkout\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/help.xodox.in\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Stripe Checkout\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/help.xodox.in\/#website\",\"url\":\"https:\/\/help.xodox.in\/\",\"name\":\"My CMS\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/help.xodox.in\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/help.xodox.in\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-PT\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/help.xodox.in\/#organization\",\"name\":\"My CMS\",\"url\":\"https:\/\/help.xodox.in\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-PT\",\"@id\":\"https:\/\/help.xodox.in\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/help.xodox.in\/wp-content\/uploads\/2024\/10\/Xodox-Logo-01-2.png\",\"contentUrl\":\"https:\/\/help.xodox.in\/wp-content\/uploads\/2024\/10\/Xodox-Logo-01-2.png\",\"width\":573,\"height\":192,\"caption\":\"My CMS\"},\"image\":{\"@id\":\"https:\/\/help.xodox.in\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Stripe Checkout - My CMS","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:\/\/help.xodox.in\/pt\/docs\/stripe-checkout\/","og_locale":"pt_PT","og_type":"article","og_title":"Stripe Checkout - My CMS","og_description":"Stripe Checkout requires your Xodox CRM installation to run on HTTPS url, read more here: https:\/\/stripe.com\/docs\/web\/setup#http-requirements If your Xodox CRM installation is not running on HTTPS Url and you recently activated your SSL certificate for your domain, you should consider changing your Xodox CRM base url to start with HTTPS as explained here: https:\/\/help.Xodoxcrm.com\/switch-to-https-after-installing-to-http\/ Configure API Keys Stripe Checkout can be configured in Setup-&gt;Settings-&gt;Payment Gateways-&gt;Stripe Checkout. To set up Stripe Checkout, you will need API Secret and Publishable key. To get these, please follow the steps below: Log in to your Stripe account Click \u201cDevelopers\u201d from the top left menu item of the page Click the \u201cAPI Keys\u201d submenu item If you toggled \u201cView test data\u201c, Stripe will show the test keys, otherwise, the live keys will be shown. For production, you will need the \u201cLive Secret Key\u201d and \u201cLive Publishable Key\u201c. For testing, you will need the \u201cTest Secret Key\u201d and \u201cTest Publishable Key\u201d Webhook Starting from Xodox CRM Latest Update, the Stripe checkout integration works with webhooks. After the Stripe API credentials are saved, Xodox CRM will show you a message that the webhook is not configured for the current mode (testing or live based on your API credentials) To spare you from manually configuring the webhook, we added functionality to automatically create the webhook in Stripe. Just click on the \u201chere\u201d link in the message text to create the webhook in Stripe. Keep in mind that at first if you added test Stripe API credentials, you will need to repeat this step again when you add your live API credentials. Mod Security In case you are getting Access to this resource on the server is denied or Not Acceptable mod_security errors when Stripe is redirecting back to Xodox CRM after payment, contact your hosting and ask them to disable mod_security for your Xodox CRM installation because in certain scenarios ModSecurity will interfere with Xodox CRM features. Testing After you entered the test Stripe API credentials and created the webhook, you can perform the following steps: Create a dummy customer. Create an invoice under the customer you created before and in the Allowed Payment Modes make sure that you select Stripe View the invoice as a customer, while previewing the invoice in the admin area click More-&gt;View Invoice as Customer. Scroll to the bottom and select Stripe and click Pay Now If you need test credit cards, you can read more in the Stripe testing guide page Notes (applicable only for Xodox CRM Latest Update\u00a0 below 2.4.0) Keep in mind that once you make the first payment with Stripe under your dummy customer (or any other customer), Xodox CRM will create a separate customer in Stripe dashboard and will store the customer id inside Xodox CRM database, this ID will be used for future payments and the credit card you entered the first time will be used as default source for this customer. After you disable testing mode and change the API keys to production, the customer you created for testing purposes won\u2019t work anymore with the production API keys, means that you won\u2019t be able to perform tests again with this customer with your production keys, you should delete this customer because the script won\u2019t be able to fetch this customer from Stripe because the customer ID is actually from the testing data not from production data. However, if you are familiar with working with phpmyadmin, you can easily set the field stripe_id in tbclients table to null.","og_url":"https:\/\/help.xodox.in\/pt\/docs\/stripe-checkout\/","og_site_name":"My CMS","article_modified_time":"2024-12-11T14:16:53+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tempo estimado de leitura":"3 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/help.xodox.in\/docs\/stripe-checkout\/","url":"https:\/\/help.xodox.in\/docs\/stripe-checkout\/","name":"Stripe Checkout - My CMS","isPartOf":{"@id":"https:\/\/help.xodox.in\/#website"},"primaryImageOfPage":{"@id":"https:\/\/help.xodox.in\/docs\/stripe-checkout\/#primaryimage"},"image":{"@id":"https:\/\/help.xodox.in\/docs\/stripe-checkout\/#primaryimage"},"thumbnailUrl":"https:\/\/help.xodox.in\/wp-content\/uploads\/2024\/11\/stripe-api-keys.png","datePublished":"2024-11-15T12:30:56+00:00","dateModified":"2024-12-11T14:16:53+00:00","breadcrumb":{"@id":"https:\/\/help.xodox.in\/docs\/stripe-checkout\/#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/help.xodox.in\/docs\/stripe-checkout\/"]}]},{"@type":"ImageObject","inLanguage":"pt-PT","@id":"https:\/\/help.xodox.in\/docs\/stripe-checkout\/#primaryimage","url":"https:\/\/help.xodox.in\/wp-content\/uploads\/2024\/11\/stripe-api-keys.png","contentUrl":"https:\/\/help.xodox.in\/wp-content\/uploads\/2024\/11\/stripe-api-keys.png"},{"@type":"BreadcrumbList","@id":"https:\/\/help.xodox.in\/docs\/stripe-checkout\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/help.xodox.in\/"},{"@type":"ListItem","position":2,"name":"Stripe Checkout"}]},{"@type":"WebSite","@id":"https:\/\/help.xodox.in\/#website","url":"https:\/\/help.xodox.in\/","name":"My CMS","description":"","publisher":{"@id":"https:\/\/help.xodox.in\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/help.xodox.in\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-PT"},{"@type":"Organization","@id":"https:\/\/help.xodox.in\/#organization","name":"My CMS","url":"https:\/\/help.xodox.in\/","logo":{"@type":"ImageObject","inLanguage":"pt-PT","@id":"https:\/\/help.xodox.in\/#\/schema\/logo\/image\/","url":"https:\/\/help.xodox.in\/wp-content\/uploads\/2024\/10\/Xodox-Logo-01-2.png","contentUrl":"https:\/\/help.xodox.in\/wp-content\/uploads\/2024\/10\/Xodox-Logo-01-2.png","width":573,"height":192,"caption":"My CMS"},"image":{"@id":"https:\/\/help.xodox.in\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/help.xodox.in\/pt\/wp-json\/wp\/v2\/docs\/1325","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/help.xodox.in\/pt\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/help.xodox.in\/pt\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/help.xodox.in\/pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/help.xodox.in\/pt\/wp-json\/wp\/v2\/comments?post=1325"}],"version-history":[{"count":0,"href":"https:\/\/help.xodox.in\/pt\/wp-json\/wp\/v2\/docs\/1325\/revisions"}],"wp:attachment":[{"href":"https:\/\/help.xodox.in\/pt\/wp-json\/wp\/v2\/media?parent=1325"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/help.xodox.in\/pt\/wp-json\/wp\/v2\/doc_category?post=1325"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/help.xodox.in\/pt\/wp-json\/wp\/v2\/doc_tag?post=1325"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}