{"id":21963,"date":"2021-01-22T08:30:38","date_gmt":"2021-01-22T08:30:38","guid":{"rendered":"https:\/\/crocoblock.com\/knowledge-base\/?post_type=article&#038;p=21963"},"modified":"2023-09-28T13:43:15","modified_gmt":"2023-09-28T13:43:15","slug":"jetengine-how-to-add-payment-gateway-to-the-form","status":"publish","type":"article","link":"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/jetengine-how-to-add-payment-gateway-to-the-form\/","title":{"rendered":"How to Add Payment Gateway to the Form"},"content":{"rendered":"\n<p>Payment systems are really convenient for users, especially if they are from another country. <em>JetEngine <\/em>has an option within its Forms functionality that allows you to add payment gateways easily. This tutorial will give you a detailed guide on what to do to enable that option and how to customize the settings of the payment system afterward.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"enable-gateway-settings\">Enable Gateway Settings<\/h2>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<p>On your PC, go to the directory where you have installed WordPress and open the <strong><em>htdocs &gt; wp-content &gt; themes &gt; your-website-child-theme <\/em><\/strong>folder.&nbsp;<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2022\/12\/functions-file-2x.png\" alt=\"functions file\">\n\n\n\n<p>Open the <strong>functions.php<\/strong> file with the Notepad app and add the following code:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code>add_filter( 'jet-engine\/forms\/allow-gateways', '__return_true' );&nbsp;<\/code><\/code><\/pre>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2022\/12\/adding-code-2x.png\" alt=\"adding code to functions file\">\n\n\n\n<p>Don\u2019t forget to save the file. After that, the <strong>Gateway Settings<\/strong> section will appear in all form editing and creation windows. Currently, there are only <strong>two gateways<\/strong>:<\/p>\n\n\n\n<ul>\n<li>a free PayPal<\/li>\n\n\n\n<li>paid Stripe (with the <a href=\"https:\/\/jetformbuilder.com\/addons\/stripe-payments\/\" target=\"_blank\" rel=\"noreferrer noopener\">Stripe Pro Addon<\/a>)  <\/li>\n<\/ul>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2022\/12\/paypal-settings1-2x.png\" alt=\"paypal and stripe checkouts in gateways settings\">\n<\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"get-paypal-client-id-and-secret-key\">Get PayPal Client ID and Secret Key<\/h2>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<p>In order to set it up correctly, you need to register your PayPal app and receive the Client ID, as well as the Secret Key for your authentication.&nbsp;<\/p>\n\n\n\n<p>Go to the PayPal developer\u2019s <a href=\"https:\/\/developer.paypal.com\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">website<\/a> and hit the \u201c<strong>Log Into Dashboard<\/strong>\u201d button. If you already have an account, log into it. Otherwise, create one. <\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2022\/12\/5-Create-a-PayPal-account-2x.png\" alt=\"paypal account creation form\">\n\n\n\n<p>According to the official <a href=\"https:\/\/developer.paypal.com\/docs\/api-basics\/manage-apps\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">PayPal Developer tutorial<\/a>, you need to switch from \u201cSandbox\u201d to \u201cLive\u201d when working with a non-test form. Proceed to <strong><em>PayPal Dashboard &gt; My Apps &amp; Credentials<\/em><\/strong> and select the <strong>Live <\/strong>mode.<\/p>\n\n\n\n<div class=\"note-banner d-flex border-bold border-jetsmartfilters rounded overflow-hidden p-20\"><div class=\"mr-12\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M1 21H23L12 2L1 21ZM13 18H11V16H13V18ZM13 14H11V10H13V14Z\" fill=\"#FA5450\"\/><\/svg><\/div><div class=\"d-flex flex-column\"><div class=\"text-900 mb-12\">Warning<\/div><p class=\"m-0\">If you are using Sandbox mode, then you will need to add the following filter to the function.php file to make it work:<\/p><\/div><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>add_filter( 'jet-engine\/forms\/gateways\/paypal\/sandbox-mode', '__return_true' );<\/code><\/pre>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2022\/12\/2-live-toggle-switcher-2x.png\" alt=\"sandbox and live toggle switcher on paypal developer site\">\n\n\n\n<p>For a live form to work properly, you will have to set the appropriate API credentials (Live or Sandbox, follow <a href=\"https:\/\/developer.paypal.com\/docs\/api-basics\/manage-apps\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">these instructions<\/a>) and a currency code (you can find the list of codes <a href=\"https:\/\/www.iban.com\/currency-codes\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">here<\/a>).&nbsp;&nbsp;<\/p>\n\n\n\n<p>In this tutorial, we are going to show you how to create a test account without real payments.<\/p>\n\n\n\n<p>As soon as you are logged in, go to <strong><em>Sandbox &gt; Accounts<\/em><\/strong>.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2022\/12\/sandbox-accounts.png\" alt=\"accounts tab\">\n\n\n\n<p>Hit the \u201c<strong>Create Account<\/strong>\u201d button. In the pop-up window, choose the type of account and the Country you are working in. Afterward, click the \u201c<strong>Create<\/strong>\u201d button.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2022\/12\/create-account.png\" alt=\"creating an account\">\n\n\n\n<p>Now, go to <strong><em>Dashboard &gt; My Apps &amp; Credentials<\/em><\/strong> and hit the \u201c<strong>Create App<\/strong>\u201d button.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2022\/12\/create-app-2x.png\" alt=\"creating an app\">\n\n\n\n<p>Give your new app a name and choose the business account. You can also decide between the \u201cMerchant\u201d and \u201cPlatform\u201d <strong>App Types<\/strong>. Afterward, click the \u201c<strong>Create App<\/strong>\u201d button. <\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2022\/12\/3-Create-new-app-PayPal-2x.png\" alt=\"new app creation window on paypal developer site\">\n\n\n\n<p>You will be redirected to the app\u2019s page. The <strong>Client ID<\/strong> and <strong>Secret <\/strong>Key are right there \u2013 just copy them.&nbsp;<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2022\/12\/id-secret-key-2x.png\" alt=\"app credentials\">\n<\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"paypal-gateway-settings\">PayPal Gateway Settings<\/h2>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<p>Now let\u2019s get to grips with the features of the <strong>Gateway Settings<\/strong> window.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2022\/12\/paypal-settings1-2x.png\" alt=\"paypal settings\">\n\n\n\n<h3 class=\"wp-block-heading\" id=\"notification-queuenbsp\">Notification queue&nbsp;<\/h3>\n\n\n\n<p>Here you can set when the email notifications are sent to the admin. There are three options there:<\/p>\n\n\n\n<ul>\n<li>before sending the payment to the gateway;<\/li>\n\n\n\n<li>if the payment went through successfully;<\/li>\n\n\n\n<li>if the payment didn\u2019t go through.<\/li>\n<\/ul>\n\n\n\n<div class=\"note-banner d-flex border-bold border-jetsmartfilters rounded overflow-hidden p-20\"><div class=\"mr-12\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M1 21H23L12 2L1 21ZM13 18H11V16H13V18ZM13 14H11V10H13V14Z\" fill=\"#FA5450\"\/><\/svg><\/div><div class=\"d-flex flex-column\"><div class=\"text-900 mb-12\">Warning<\/div><p class=\"m-0\">It would be better to tick only one option. You don\u2019t need to receive the same notification several times, it will confuse you.<\/p><\/div><\/div>\n\n\n\n<p><strong>Price\/amount field<\/strong>. In this drop-down menu, you can choose the field to pull the price or number of items from.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"paypal-settings\">PayPal settings<\/h3>\n\n\n\n<p>Copy the <strong>Client ID<\/strong> and <strong>Secret Key<\/strong> from the app window of your PayPal account and paste them here. You can find the <strong>Currency Code<\/strong> in <a href=\"https:\/\/www2.1010data.com\/documentationcenter\/beta\/1010dataReferenceManual\/DataTypesAndFormats\/currencyUnitCodes.html\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">this table<\/a> and type it into the field.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2022\/12\/paypal-settings2-2x.png\" alt=\"paypal settings\">\n\n\n\n<h3 class=\"wp-block-heading\" id=\"payment-result-messages\">Payment result messages<\/h3>\n\n\n\n<p>The <strong>Payment success message<\/strong> and <strong>Payment failed message<\/strong> texts are the notifications that appear under the form if the payment went through or failed. There\u2019s no default text, so you have to type it by yourself.<\/p>\n<\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"additional-preparations\">Additional Preparations<\/h2>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<p>First of all, if you\u2019re using the form with the Payment Gateway, you need to register a<strong> Custom Post Type<\/strong> for orders that will go through successfully. If you need some hints about how to create a Custom Post Type, you will find them in <a href=\"https:\/\/crocoblock.com\/knowledge-base\/articles\/how-to-create-a-custom-post-type-based-on-jetengine-plugin\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">this tutorial<\/a>.<\/p>\n\n\n\n<p>The form itself must contain the <strong>Insert\/Update post<\/strong> notification, which will add a new post to the Orders post type. Scroll the form editing window to the <strong>Post-submit Actions\/Notifications Settings<\/strong> section and click the \u201c<strong>Add Notification<\/strong>\u201d button. Now, press the button with the pencil-shaped icon, and choose the \u201cInsert\/Update Post\u201d option in the <strong>Type <\/strong>drop-down list.&nbsp;<\/p>\n\n\n\n<p>Select the <strong>Post Type<\/strong> and the <strong>Post Status<\/strong>, connect the form fields to the post\u2019s meta fields in the <strong>Fields Map,<\/strong> and choose the <strong>Default Fields<\/strong>. Don\u2019t forget to click the \u201c<strong>Apply Changes<\/strong>\u201d and \u201c<strong>Update<\/strong>\u201d buttons.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2022\/12\/insert-update-post-2x-1.png\" alt=\"insert\/update notification\">\n<\/div><\/div>\n\n\n\n<p>That is all about setting up the PayPal Payment Gateway. You now know how to give your users an opportunity to use PayPal checkout. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>Payment systems are really convenient for users, especially if they are from another country. JetEngine has an option within its Forms functionality that allows you to add payment gateways easily. This tutorial will give you a detailed guide on what to do to enable that option and how to customize the settings of the payment [&hellip;]<\/p>\n","protected":false},"author":11,"featured_media":0,"template":"","format":"standard","builder-category":[],"article-category":[403],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Add PayPal Payment Gateway to the Form \u2014 JetEngine | Crocoblock<\/title>\n<meta name=\"description\" content=\"Learn how to add a payment gateway to any of your forms created with JetEngine Forms functionality so the visitors of your website can pay via PayPal.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/jetengine-how-to-add-payment-gateway-to-the-form\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Add PayPal Payment Gateway to the Form \u2014 JetEngine | Crocoblock\" \/>\n<meta property=\"og:description\" content=\"Learn how to add a payment gateway to any of your forms created with JetEngine Forms functionality so the visitors of your website can pay via PayPal.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/jetengine-how-to-add-payment-gateway-to-the-form\/\" \/>\n<meta property=\"og:site_name\" content=\"Help Center\" \/>\n<meta property=\"article:modified_time\" content=\"2023-09-28T13:43:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2022\/12\/functions-file-2x.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/jetengine-how-to-add-payment-gateway-to-the-form\/\",\"url\":\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/jetengine-how-to-add-payment-gateway-to-the-form\/\",\"name\":\"How to Add PayPal Payment Gateway to the Form \u2014 JetEngine | Crocoblock\",\"isPartOf\":{\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/#website\"},\"datePublished\":\"2021-01-22T08:30:38+00:00\",\"dateModified\":\"2023-09-28T13:43:15+00:00\",\"description\":\"Learn how to add a payment gateway to any of your forms created with JetEngine Forms functionality so the visitors of your website can pay via PayPal.\",\"breadcrumb\":{\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/jetengine-how-to-add-payment-gateway-to-the-form\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/jetengine-how-to-add-payment-gateway-to-the-form\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/jetengine-how-to-add-payment-gateway-to-the-form\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/crocoblock.com\/knowledge-base\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Articles\",\"item\":\"https:\/\/crocoblock.com\/knowledge-base\/articles\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to Add Payment Gateway to the Form\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/#website\",\"url\":\"https:\/\/crocoblock.com\/knowledge-base\/\",\"name\":\"Help Center\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/crocoblock.com\/knowledge-base\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/#organization\",\"name\":\"Help Center\",\"url\":\"https:\/\/crocoblock.com\/knowledge-base\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/04\/invert-crocoblock-logo.svg\",\"contentUrl\":\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/04\/invert-crocoblock-logo.svg\",\"caption\":\"Help Center\"},\"image\":{\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Add PayPal Payment Gateway to the Form \u2014 JetEngine | Crocoblock","description":"Learn how to add a payment gateway to any of your forms created with JetEngine Forms functionality so the visitors of your website can pay via PayPal.","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:\/\/crocoblock.com\/knowledge-base\/jetengine\/jetengine-how-to-add-payment-gateway-to-the-form\/","og_locale":"en_US","og_type":"article","og_title":"How to Add PayPal Payment Gateway to the Form \u2014 JetEngine | Crocoblock","og_description":"Learn how to add a payment gateway to any of your forms created with JetEngine Forms functionality so the visitors of your website can pay via PayPal.","og_url":"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/jetengine-how-to-add-payment-gateway-to-the-form\/","og_site_name":"Help Center","article_modified_time":"2023-09-28T13:43:15+00:00","og_image":[{"url":"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2022\/12\/functions-file-2x.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/jetengine-how-to-add-payment-gateway-to-the-form\/","url":"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/jetengine-how-to-add-payment-gateway-to-the-form\/","name":"How to Add PayPal Payment Gateway to the Form \u2014 JetEngine | Crocoblock","isPartOf":{"@id":"https:\/\/crocoblock.com\/knowledge-base\/#website"},"datePublished":"2021-01-22T08:30:38+00:00","dateModified":"2023-09-28T13:43:15+00:00","description":"Learn how to add a payment gateway to any of your forms created with JetEngine Forms functionality so the visitors of your website can pay via PayPal.","breadcrumb":{"@id":"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/jetengine-how-to-add-payment-gateway-to-the-form\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/crocoblock.com\/knowledge-base\/jetengine\/jetengine-how-to-add-payment-gateway-to-the-form\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/jetengine-how-to-add-payment-gateway-to-the-form\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/crocoblock.com\/knowledge-base\/"},{"@type":"ListItem","position":2,"name":"Articles","item":"https:\/\/crocoblock.com\/knowledge-base\/articles\/"},{"@type":"ListItem","position":3,"name":"How to Add Payment Gateway to the Form"}]},{"@type":"WebSite","@id":"https:\/\/crocoblock.com\/knowledge-base\/#website","url":"https:\/\/crocoblock.com\/knowledge-base\/","name":"Help Center","description":"","publisher":{"@id":"https:\/\/crocoblock.com\/knowledge-base\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/crocoblock.com\/knowledge-base\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/crocoblock.com\/knowledge-base\/#organization","name":"Help Center","url":"https:\/\/crocoblock.com\/knowledge-base\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/crocoblock.com\/knowledge-base\/#\/schema\/logo\/image\/","url":"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/04\/invert-crocoblock-logo.svg","contentUrl":"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/04\/invert-crocoblock-logo.svg","caption":"Help Center"},"image":{"@id":"https:\/\/crocoblock.com\/knowledge-base\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/article\/21963"}],"collection":[{"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/article"}],"about":[{"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/types\/article"}],"author":[{"embeddable":true,"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/users\/11"}],"wp:attachment":[{"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/media?parent=21963"}],"wp:term":[{"taxonomy":"builder-category","embeddable":true,"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/builder-category?post=21963"},{"taxonomy":"article-category","embeddable":true,"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/article-category?post=21963"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}