{"id":11939,"date":"2023-08-05T08:32:15","date_gmt":"2023-08-05T08:32:15","guid":{"rendered":"https:\/\/wooshpay.com\/?post_type=docs&#038;p=11939"},"modified":"2023-08-09T07:32:20","modified_gmt":"2023-08-09T07:32:20","password":"","slug":"wooshpay-checkout","status":"publish","type":"docs","link":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/ko\/docs\/wooshpay-checkout\/","title":{"rendered":"WooshPay \uacb0\uc81c"},"content":{"rendered":"<h2 class=\"wp-block-heading\" id=\"h-overview\">\uac1c\uc694<\/h2>\n\n\n\n<p>There are four steps to creating a complete checkout:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>\uc81c\ud488 \ub9cc\ub4e4\uae30<\/li>\n\n\n\n<li>Create a Price<\/li>\n\n\n\n<li>Create a Checkout<\/li>\n\n\n\n<li>Jump to the cashier to complete the payment<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-create-a-product\"><a href=\"\/ko\/api-34903706\/\">\uc81c\ud488 \ub9cc\ub4e4\uae30<\/a><\/h2>\n\n\n\n<p>Products and prices are core resources for many WooshPay integrations. Products define what your business offers, whether that\u2019s goods or services.<\/p>\n\n\n\n<p><em>\uc694\uccad<\/em><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"name\":\"example product\",\n    \"active\":true,\n    \"description\":\"some description\",\n    \"metadata\":{\n        \"key1\":\"value1\",\n        \"key3\":\"value3\"\n    },\n    \"url\":\"www.example.com\"\n}<\/code><\/pre>\n\n\n\n<p><em>\uc751\ub2f5<\/em><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"id\": \"prod_1554351292598452224\",\n    \"object\": \"product\",\n    \"created\": 1665642282000,\n    \"active\": true,\n    \"description\": \"some description\",\n    \"metadata\": {\n        \"key1\": \"value1\",\n        \"key2\": \"value2\"\n    },\n    \"name\": \"example product\",\n    \"livemode\": false,\n    \"url\": \"www.example.com\",\n    \"updated\": 1665642282000,\n    \"images\": null\n}<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-create-a-price\"><a href=\"\/ko\/api-55501373\/\">Create a Price<\/a><\/h2>\n\n\n\n<p>Prices define how much and how often to charge for products. You can create single or multiple prices for a product.<\/p>\n\n\n\n<p><strong><em>Request 1\uff1aDirectly bind the exsisted product<\/em><\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"currency\":\"GBP\",\n    \"product\":\"prod_1554351292598452224\",\n    \"unit_amount\":5,\n    \"active\":true,\n    \"metadata\":{\n        \"key1\":\"value1\",\n        \"key2\":\"value2\"\n    },\n    \"nickname\":\"some nickname\",\n    \"product_data\":null,\n    \"lookup_key\":\"test_lookup_key\"\n}<\/code><\/pre>\n\n\n\n<p><strong><em>Request 2\uff1aCreate a new product while create a price<\/em><\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"currency\":\"GBP\",\n    \"product\":null,\n    \"unit_amount\":5,\n    \"active\":true,\n    \"metadata\":{\n        \"key1\":\"value1\",\n        \"key2\":\"value2\"\n    },\n    \"nickname\":\"fengli\",\n    \"product_data\":{\n        \"id\":null,\n        \"name\":\"example product\",\n        \"active\":true,\n        \"description\":\"very delicious\",\n        \"metadata\":{\n            \"key1\":\"value1\",\n            \"key2\":\"value2\"\n        },\n        \"url\":\"www.example.com\"\n    },\n    \"billing_scheme\":\"testscheme\",\n    \"lookup_key\":\"test_lookup_key\"\n}<\/code><\/pre>\n\n\n\n<p><em>\uc751\ub2f5<\/em><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"id\":\"price_1554384814788837376\",\n    \"object\":\"price\",\n    \"created\":1659429194000,\n    \"active\":true,\n    \"currency\":\"GBP\",\n    \"metadata\":{\n        \"key1\":\"value1\",\n        \"key2\":\"value2\"\n    },\n    \"nickname\":\"some nickname\",\n    \"product\":{\n        \"id\":\"prod_1554351292598452224\",\n        \"object\":\"product\",\n        \"created\":1659421201000,\n        \"active\":true,\n        \"description\":\"very delicious\",\n        \"metadata\":{\n            \"key1\":\"value1\",\n            \"key3\":\"value3\"\n        },\n        \"name\":\"taiwan fengli\",\n        \"livemode\":false,\n        \"url\":\"www.example.com\",\n        \"updated\":1659422039000\n    },\n    \"type\":\"one_time\",\n    \"livemode\":false,\n    \"unit_amount\":5,\n    \"billing_scheme\":\"per_unit\",\n    \"lookup_key\":\"test_lookup_key\"\n}<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-create-checkout\"><a href=\"\/ko\/api-42654181\/\">Create Checkout<\/a><\/h2>\n\n\n\n<p>A Checkout Session is the programmatic representation of what your customer sees when they\u2019re redirected to the payment form. You can configure it with options such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>\ub77c\uc778 \ud56d\ubaa9<\/code> to charge<\/li>\n\n\n\n<li>currencies to use<\/li>\n<\/ul>\n\n\n\n<p>You also need to specify:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A <code>success_url<\/code>, a page on your website to redirect your customer after they complete the payment.<\/li>\n\n\n\n<li>A <code>cancel_url<\/code>, a page on your website to redirect your customer if they click on your logo in Checkout.<\/li>\n<\/ul>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Note: Checkout Sessions expire 24 hours after creation.<\/p>\n<\/blockquote>\n\n\n\n<p><em>\uc694\uccad<\/em><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"cancel_url\":\"www.example.com\",\n    \"mode\":\"payment\",\n    \"success_url\":\"www.wooshpay.com\",\n    \"line_items\":&#91;\n        {\n            \"price_data\":{\n                \"currency\":\"GBP\",\n                \"product\":null,\n                \"unit_amount\":5,\n                \"active\":true,\n                \"metadata\":{\n                    \"key1\":\"value1\",\n                    \"key2\":\"value2\"\n                },\n                \"nickname\":\"fengli\",\n                \"product_data\":{\n                    \"id\":null,\n                    \"name\":\"example product\",\n                    \"active\":true,\n                    \"description\":\"very delicious\",\n                    \"metadata\":{\n                        \"key1\":\"value1\",\n                        \"key2\":\"value2\"\n                    },\n                    \"url\":\"www.example.com\"\n                },\n                \"billing_scheme\":\"testscheme\",\n                \"lookup_key\":\"test_lookup_key\"\n            },\n            \"quantity\":1\n        }\n    ]\n}<\/code><\/pre>\n\n\n\n<p><em>\uc751\ub2f5<\/em><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"id\":\"cs_1580071142008291328\",\n    \"object\":\"checkout.session\",\n    \"created\":1665553291000,\n    \"currency\":\"GBP\",\n    \"customer\":\"\",\n    \"mode\":\"payment\",\n    \"livemode\":false,\n    \"shipping\":null,\n    \"status\":\"open\",\n  \"url\":\"https:\/\/checkouttest.wooshpay.com\/pay\/cs_test_1580071142008291328?key=pk_test_dGVzdDpXWUg1eUF4OXZpUUF4UHNoYmdRRjVTTTE=\",\n    \"cancel_url\":\"www.baidu.com\",\n    \"client_reference_id\":null,\n    \"customer_email\":null,\n    \"line_items\":{\n        \"object\":\"list\",\n        \"data\":&#91;\n            {\n                \"id\":\"li_1580071142847152128\",\n                \"object\":\"item\",\n                \"currency\":\"GBP\",\n                \"description\":\"example product\",\n                \"price\":{\n                    \"id\":\"price_1580071142859735040\",\n                    \"object\":\"price\",\n                    \"created\":1665553291000,\n                    \"active\":true,\n                    \"currency\":\"GBP\",\n                    \"metadata\":{\n                        \"key1\":\"value1\",\n                        \"key2\":\"value2\"\n                    },\n                    \"nickname\":\"fengli\",\n                    \"product\":{\n                        \"id\":\"prod_1580071142880706560\",\n                        \"object\":\"product\",\n                        \"created\":1665553291000,\n                        \"active\":true,\n                        \"description\":\"some description\",\n                        \"metadata\":{\n                            \"key1\":\"value1\",\n                            \"key2\":\"value2\"\n                        },\n                        \"name\":\"example product\",\n                        \"livemode\":false,\n                        \"url\":\"www.example.com\",\n                        \"updated\":1665553291000,\n                        \"images\":null\n                    },\n                    \"type\":\"one_time\",\n                    \"livemode\":false,\n                    \"unit_amount\":5,\n                    \"billing_scheme\":\"per_unit\",\n                    \"lookup_key\":\"test_lookup_key\"\n                },\n                \"quantity\":1,\n                \"amount_subtotal\":5,\n                \"amount_total\":5\n            }\n        ],\n        \"url\":null,\n        \"has_more\":null\n    },\n    \"payment_intent\":\"pi_1580071150141046784\",\n    \"payment_method_types\":null,\n    \"payment_status\":\"unpaid\",\n    \"success_url\":\"www.wooshpay.com\",\n    \"amount_subtotal\":5,\n    \"amount_total\":5,\n    \"billing_address_collection\":\"auto\",\n    \"expires_at\":1665639691214,\n    \"payment_link\":\"\",\n    \"payment_method_options\":null,\n    \"phone_number_collection\":null,\n    \"shipping_address_collection\":null,\n    \"client_secret\":\"pi_1580071150141046784_secret_bsOGcAMewpe6orzCbZHMlomu\"\n}<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-redirect-the-url\">Redirect the URL<\/h2>\n\n\n\n<p>After creating a Checkout Session, redirect your customer to the URL returned in the response.<\/p>","protected":false},"excerpt":{"rendered":"<p>Overview There are four steps to creating a complete checkout: Create a Product Products and prices are core resources for many WooshPay integrations. Products define what your business offers, whether that\u2019s goods or services. Request Response Create a Price Prices define how much and how often to charge for products. You can create single or [&hellip;]<\/p>","protected":false},"author":6,"featured_media":11943,"comment_status":"open","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","footnotes":""},"doc_category":[315],"doc_tag":[322,321,323],"class_list":["post-11939","docs","type-docs","status-publish","has-post-thumbnail","hentry","doc_category-online-payments","doc_tag-cashier","doc_tag-checkout","doc_tag-payment"],"year_month":"2026-04","word_count":606,"total_views":"2240","reactions":{"happy":"0","normal":"0","sad":"1"},"author_info":{"name":"zhaozixu","author_nicename":"zhaozixu","author_url":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/ko\/author\/zhaozixu\/"},"doc_category_info":[{"term_name":"Online Payments","term_url":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/ko\/docs-category\/online-payments\/"}],"doc_tag_info":[{"term_name":"cashier","term_url":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/ko\/docs-tag\/cashier\/"},{"term_name":"checkout","term_url":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/ko\/docs-tag\/checkout\/"},{"term_name":"payment","term_url":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/ko\/docs-tag\/payment\/"}],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.8 (Yoast SEO v24.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>WooshPay Checkout - WooshPay<\/title>\n<meta name=\"description\" content=\"There are four steps to creating a complete checkout: Create a ProductCreate a PriceCreate a CheckoutJump to the cashier to complete the payment\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/35.179.65.51\/docs\/wooshpay-checkout\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"WooshPay Checkout\" \/>\n<meta property=\"og:description\" content=\"There are four steps to creating a complete checkout: Create a ProductCreate a PriceCreate a CheckoutJump to the cashier to complete the payment\" \/>\n<meta property=\"og:url\" content=\"https:\/\/35.179.65.51\/docs\/wooshpay-checkout\/\" \/>\n<meta property=\"og:site_name\" content=\"WooshPay\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-09T07:32:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2023\/08\/pic_Flexible-integration.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1114\" \/>\n\t<meta property=\"og:image:height\" content=\"1560\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/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=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/35.179.65.51\/docs\/wooshpay-checkout\/\",\"url\":\"https:\/\/35.179.65.51\/docs\/wooshpay-checkout\/\",\"name\":\"WooshPay Checkout - WooshPay\",\"isPartOf\":{\"@id\":\"https:\/\/wooshpay.com\/it\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/35.179.65.51\/docs\/wooshpay-checkout\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/35.179.65.51\/docs\/wooshpay-checkout\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2023\/08\/pic_Flexible-integration.png\",\"datePublished\":\"2023-08-05T08:32:15+00:00\",\"dateModified\":\"2023-08-09T07:32:20+00:00\",\"description\":\"There are four steps to creating a complete checkout: Create a ProductCreate a PriceCreate a CheckoutJump to the cashier to complete the payment\",\"breadcrumb\":{\"@id\":\"https:\/\/35.179.65.51\/docs\/wooshpay-checkout\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/35.179.65.51\/docs\/wooshpay-checkout\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/35.179.65.51\/docs\/wooshpay-checkout\/#primaryimage\",\"url\":\"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2023\/08\/pic_Flexible-integration.png\",\"contentUrl\":\"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2023\/08\/pic_Flexible-integration.png\",\"width\":1114,\"height\":1560,\"caption\":\"wooshpay checkout\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/35.179.65.51\/docs\/wooshpay-checkout\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wooshpay.com\/it\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Docs\",\"item\":\"https:\/\/d2jcf4noflr1cd.cloudfront.net\/ko\/docs\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"WooshPay Checkout\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wooshpay.com\/it\/#website\",\"url\":\"https:\/\/wooshpay.com\/it\/\",\"name\":\"WooshPay\",\"description\":\"One-stop payment platform\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wooshpay.com\/it\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"WooshPay Checkout - WooshPay","description":"There are four steps to creating a complete checkout: Create a ProductCreate a PriceCreate a CheckoutJump to the cashier to complete the payment","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:\/\/35.179.65.51\/docs\/wooshpay-checkout\/","og_locale":"ko_KR","og_type":"article","og_title":"WooshPay Checkout","og_description":"There are four steps to creating a complete checkout: Create a ProductCreate a PriceCreate a CheckoutJump to the cashier to complete the payment","og_url":"https:\/\/35.179.65.51\/docs\/wooshpay-checkout\/","og_site_name":"WooshPay","article_modified_time":"2023-08-09T07:32:20+00:00","og_image":[{"width":1114,"height":1560,"url":"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2023\/08\/pic_Flexible-integration.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/35.179.65.51\/docs\/wooshpay-checkout\/","url":"https:\/\/35.179.65.51\/docs\/wooshpay-checkout\/","name":"WooshPay Checkout - WooshPay","isPartOf":{"@id":"https:\/\/wooshpay.com\/it\/#website"},"primaryImageOfPage":{"@id":"https:\/\/35.179.65.51\/docs\/wooshpay-checkout\/#primaryimage"},"image":{"@id":"https:\/\/35.179.65.51\/docs\/wooshpay-checkout\/#primaryimage"},"thumbnailUrl":"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2023\/08\/pic_Flexible-integration.png","datePublished":"2023-08-05T08:32:15+00:00","dateModified":"2023-08-09T07:32:20+00:00","description":"There are four steps to creating a complete checkout: Create a ProductCreate a PriceCreate a CheckoutJump to the cashier to complete the payment","breadcrumb":{"@id":"https:\/\/35.179.65.51\/docs\/wooshpay-checkout\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/35.179.65.51\/docs\/wooshpay-checkout\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/35.179.65.51\/docs\/wooshpay-checkout\/#primaryimage","url":"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2023\/08\/pic_Flexible-integration.png","contentUrl":"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2023\/08\/pic_Flexible-integration.png","width":1114,"height":1560,"caption":"wooshpay checkout"},{"@type":"BreadcrumbList","@id":"https:\/\/35.179.65.51\/docs\/wooshpay-checkout\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wooshpay.com\/it\/"},{"@type":"ListItem","position":2,"name":"Docs","item":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/ko\/docs\/"},{"@type":"ListItem","position":3,"name":"WooshPay Checkout"}]},{"@type":"WebSite","@id":"https:\/\/wooshpay.com\/it\/#website","url":"https:\/\/wooshpay.com\/it\/","name":"WooshPay","description":"\uc6d0\uc2a4\ud1b1 \uacb0\uc81c \ud50c\ub7ab\ud3fc","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wooshpay.com\/it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"}]}},"uagb_featured_image_src":{"full":["https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2023\/08\/pic_Flexible-integration.png",1114,1560,false],"thumbnail":["https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2023\/08\/pic_Flexible-integration-150x150.png",150,150,true],"medium":["https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2023\/08\/pic_Flexible-integration-214x300.png",214,300,true],"medium_large":["https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2023\/08\/pic_Flexible-integration-768x1075.png",768,1075,true],"large":["https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2023\/08\/pic_Flexible-integration-731x1024.png",731,1024,true],"1536x1536":["https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2023\/08\/pic_Flexible-integration-1097x1536.png",1097,1536,true],"2048x2048":["https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2023\/08\/pic_Flexible-integration.png",1114,1560,false],"trp-custom-language-flag":["https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2023\/08\/pic_Flexible-integration-9x12.png",9,12,true]},"uagb_author_info":{"display_name":"zhaozixu","author_link":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/ko\/author\/zhaozixu\/"},"uagb_comment_info":0,"uagb_excerpt":"Overview There are four steps to creating a complete checkout: Create a Product Products and prices are core resources for many WooshPay integrations. Products define what your business offers, whether that\u2019s goods or services. Request Response Create a Price Prices define how much and how often to charge for products. You can create single or&hellip;","_links":{"self":[{"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/ko\/wp-json\/wp\/v2\/docs\/11939","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/ko\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/ko\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/ko\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/ko\/wp-json\/wp\/v2\/comments?post=11939"}],"version-history":[{"count":0,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/ko\/wp-json\/wp\/v2\/docs\/11939\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/ko\/wp-json\/wp\/v2\/media\/11943"}],"wp:attachment":[{"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/ko\/wp-json\/wp\/v2\/media?parent=11939"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/ko\/wp-json\/wp\/v2\/doc_category?post=11939"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/ko\/wp-json\/wp\/v2\/doc_tag?post=11939"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}