{"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:\/\/wooshpay.com\/fr\/docs\/wooshpay-checkout\/","title":{"rendered":"WooshPay Checkout"},"content":{"rendered":"<h2 class=\"wp-block-heading\" id=\"h-overview\">Vue d'ensemble<\/h2>\n\n\n\n<p>La cr\u00e9ation d'une caisse compl\u00e8te se fait en quatre \u00e9tapes :<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Cr\u00e9er un produit<\/li>\n\n\n\n<li>Cr\u00e9er un prix<\/li>\n\n\n\n<li>Cr\u00e9er une caisse<\/li>\n\n\n\n<li>Passer \u00e0 la caisse pour terminer le paiement<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-create-a-product\"><a href=\"\/fr\/api-34903706\/\">Cr\u00e9er un produit<\/a><\/h2>\n\n\n\n<p>Les produits et les prix sont des ressources essentielles pour de nombreuses int\u00e9grations WooshPay. Les produits d\u00e9finissent ce que votre entreprise propose, qu'il s'agisse de biens ou de services.<\/p>\n\n\n\n<p><em>Demande<\/em><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"name\" : \"example product\",\n    \"active\":true,\n    \"description\" : \"une description\",\n    \"metadata\":{\n        \"key1\" : \"value1\",\n        \"key3\" : \"value3\"\n    },\n    \"url\" : \"www.example.com\"\n}<\/code><\/pre>\n\n\n\n<p><em>R\u00e9ponse<\/em><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"id\" : \"prod_1554351292598452224\",\n    \"object\" : \"produit\",\n    \"created\" : 1665642282000,\n    \"active\" : true,\n    \"description\" : \"some description\",\n    \"m\u00e9tadonn\u00e9es\" : {\n        \"key1\" : \"value1\",\n        \"key2\" : \"valeur2\"\n    },\n    \"name\" : \"exemple de produit\",\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=\"\/fr\/api-55501373\/\">Cr\u00e9er un prix<\/a><\/h2>\n\n\n\n<p>Les prix d\u00e9finissent le montant et la fr\u00e9quence de facturation des produits. Vous pouvez cr\u00e9er un ou plusieurs prix pour un produit.<\/p>\n\n\n\n<p><strong><em>Demande 1\uff1aLier directement le produit existant<\/em><\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"devise\" : \"GBP\",\n    \"product\":\"prod_1554351292598452224\",\n    \"unit_amount\":5,\n    \"active\":true,\n    \"metadata\":{\n        \"key1\" : \"value1\",\n        \"key2\" : \"value2\"\n    },\n    \"pseudo\" : \"un pseudo\",\n    \"product_data\":null,\n    \"lookup_key\" : \"test_lookup_key\"\n}<\/code><\/pre>\n\n\n\n<p><strong><em>Demande 2\uff1aCr\u00e9er un nouveau produit tout en cr\u00e9ant un prix<\/em><\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"devise\" : \"GBP\",\n    \"product\":null,\n    \"unit_amount\":5,\n    \"active\":true,\n    \"metadata\":{\n        \"key1\" : \"value1\",\n        \"key2\" : \"value2\"\n    },\n    \"pseudo\" : \"fengli\",\n    \"product_data\":{\n        \"id\":null,\n        \"name\" : \"example product\",\n        \"active\":true,\n        \"description\" : \"tr\u00e8s d\u00e9licieux\",\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>R\u00e9ponse<\/em><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"id\":\"price_1554384814788837376\",\n    \"objet\" : \"prix\",\n    \"created\":1659429194000,\n    \"active\":true,\n    \"currency\" : \"GBP\",\n    \"metadata\":{\n        \"key1\" : \"value1\",\n        \"key2\" : \"value2\"\n    },\n    \"pseudo\" : \"un pseudo\",\n    \"produit\":{\n        \"id\":\"prod_1554351292598452224\",\n        \"objet\" : \"produit\",\n        \"created\":1659421201000,\n        \"active\":true,\n        \"description\" : \"tr\u00e8s d\u00e9licieux\",\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=\"\/fr\/api-42654181\/\">Cr\u00e9er une caisse<\/a><\/h2>\n\n\n\n<p>Une session de paiement est la repr\u00e9sentation programmatique de ce que voit votre client lorsqu'il est redirig\u00e9 vers le formulaire de paiement. Vous pouvez la configurer avec des options telles que :<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>articles_de_ligne<\/code> pour charger<\/li>\n\n\n\n<li>devises \u00e0 utiliser<\/li>\n<\/ul>\n\n\n\n<p>Vous devez \u00e9galement pr\u00e9ciser :<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A <code>success_url<\/code>une page sur votre site web pour rediriger votre client apr\u00e8s qu'il ait effectu\u00e9 le paiement.<\/li>\n\n\n\n<li>A <code>cancell_url<\/code>Le site web de l'entreprise, une page sur votre site web pour rediriger votre client s'il clique sur votre logo \u00e0 la caisse.<\/li>\n<\/ul>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Remarque : les sessions de v\u00e9rification expirent 24 heures apr\u00e8s leur cr\u00e9ation.<\/p>\n<\/blockquote>\n\n\n\n<p><em>Demande<\/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\" :[\n        {\n            \"price_data\":{\n                \"devise\" : \"GBP\",\n                \"produit\":null,\n                \"unit_amount\":5,\n                \"active\":true,\n                \"metadata\":{\n                    \"key1\" : \"value1\",\n                    \"key2\" : \"value2\"\n                },\n                \"pseudo\" : \"fengli\",\n                \"product_data\":{\n                    \"id\":null,\n                    \"name\" : \"example product\",\n                    \"active\":true,\n                    \"description\" : \"tr\u00e8s d\u00e9licieux\",\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>R\u00e9ponse<\/em><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"id\":\"cs_1580071142008291328\",\n    \"objet\" : \"checkout.session\",\n    \"created\":1665553291000,\n    \"devise\" : \"GBP\",\n    \"client\" :\"\",\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        \"objet\" : \"liste\",\n        \"data\" :[\n            {\n                \"id\":\"li_1580071142847152128\",\n                \"object\" : \"item\",\n                \"devise\" : \"GBP\",\n                \"description\" : \"exemple de produit\",\n                \"price\":{\n                    \"id\":\"price_1580071142859735040\",\n                    \"objet\" : \"prix\",\n                    \"created\":1665553291000,\n                    \"active\":true,\n                    \"devise\" : \"GBP\",\n                    \"metadata\":{\n                        \"key1\" : \"value1\",\n                        \"key2\" : \"value2\"\n                    },\n                    \"pseudo\" : \"fengli\",\n                    \"produit\":{\n                        \"id\":\"prod_1580071142880706560\",\n                        \"objet\" : \"produit\",\n                        \"created\":1665553291000,\n                        \"active\":true,\n                        \"description\" : \"une 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\">Redirection de l'URL<\/h2>\n\n\n\n<p>Apr\u00e8s avoir cr\u00e9\u00e9 une session de paiement, redirigez votre client vers l'URL renvoy\u00e9e dans la r\u00e9ponse.<\/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:\/\/wooshpay.com\/fr\/author\/zhaozixu\/"},"doc_category_info":[{"term_name":"Online Payments","term_url":"https:\/\/wooshpay.com\/fr\/docs-category\/paiements-en-ligne\/"}],"doc_tag_info":[{"term_name":"cashier","term_url":"https:\/\/wooshpay.com\/fr\/docs-tag\/cashier\/"},{"term_name":"checkout","term_url":"https:\/\/wooshpay.com\/fr\/docs-tag\/checkout\/"},{"term_name":"payment","term_url":"https:\/\/wooshpay.com\/fr\/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:\/\/wooshpay.com\/fr\/docs\/wooshpay-checkout\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\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:\/\/wooshpay.com\/fr\/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 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wooshpay.com\/docs\/wooshpay-checkout\/\",\"url\":\"https:\/\/wooshpay.com\/docs\/wooshpay-checkout\/\",\"name\":\"WooshPay Checkout - WooshPay\",\"isPartOf\":{\"@id\":\"https:\/\/www.wooshpay.com\/zh\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/wooshpay.com\/docs\/wooshpay-checkout\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/wooshpay.com\/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:\/\/wooshpay.com\/docs\/wooshpay-checkout\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wooshpay.com\/docs\/wooshpay-checkout\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/wooshpay.com\/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:\/\/wooshpay.com\/docs\/wooshpay-checkout\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.wooshpay.com\/zh\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Docs\",\"item\":\"https:\/\/wooshpay.com\/fr\/docs\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"WooshPay Checkout\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.wooshpay.com\/zh\/#website\",\"url\":\"https:\/\/www.wooshpay.com\/zh\/\",\"name\":\"WooshPay\",\"description\":\"One-stop payment platform\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.wooshpay.com\/zh\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"}]}<\/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:\/\/wooshpay.com\/fr\/docs\/wooshpay-checkout\/","og_locale":"fr_FR","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:\/\/wooshpay.com\/fr\/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 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wooshpay.com\/docs\/wooshpay-checkout\/","url":"https:\/\/wooshpay.com\/docs\/wooshpay-checkout\/","name":"WooshPay Checkout - WooshPay","isPartOf":{"@id":"https:\/\/www.wooshpay.com\/zh\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wooshpay.com\/docs\/wooshpay-checkout\/#primaryimage"},"image":{"@id":"https:\/\/wooshpay.com\/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:\/\/wooshpay.com\/docs\/wooshpay-checkout\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wooshpay.com\/docs\/wooshpay-checkout\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/wooshpay.com\/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:\/\/wooshpay.com\/docs\/wooshpay-checkout\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.wooshpay.com\/zh\/"},{"@type":"ListItem","position":2,"name":"Docs","item":"https:\/\/wooshpay.com\/fr\/docs\/"},{"@type":"ListItem","position":3,"name":"WooshPay Checkout"}]},{"@type":"WebSite","@id":"https:\/\/www.wooshpay.com\/zh\/#website","url":"https:\/\/www.wooshpay.com\/zh\/","name":"WooshPay","description":"Plate-forme de paiement unique","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.wooshpay.com\/zh\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"}]}},"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:\/\/wooshpay.com\/fr\/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\u2026","_links":{"self":[{"href":"https:\/\/wooshpay.com\/fr\/wp-json\/wp\/v2\/docs\/11939","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wooshpay.com\/fr\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/wooshpay.com\/fr\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/wooshpay.com\/fr\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/wooshpay.com\/fr\/wp-json\/wp\/v2\/comments?post=11939"}],"version-history":[{"count":0,"href":"https:\/\/wooshpay.com\/fr\/wp-json\/wp\/v2\/docs\/11939\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wooshpay.com\/fr\/wp-json\/wp\/v2\/media\/11943"}],"wp:attachment":[{"href":"https:\/\/wooshpay.com\/fr\/wp-json\/wp\/v2\/media?parent=11939"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/wooshpay.com\/fr\/wp-json\/wp\/v2\/doc_category?post=11939"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/wooshpay.com\/fr\/wp-json\/wp\/v2\/doc_tag?post=11939"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}