{"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\/it\/docs\/wooshpay-checkout\/","title":{"rendered":"Cassa WooshPay"},"content":{"rendered":"<h2 class=\"wp-block-heading\" id=\"h-overview\">Panoramica<\/h2>\n\n\n\n<p>Le fasi di creazione di un checkout completo sono quattro:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Creare un prodotto<\/li>\n\n\n\n<li>Creare un prezzo<\/li>\n\n\n\n<li>Creare una cassa<\/li>\n\n\n\n<li>Passare alla cassa per completare il pagamento<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-create-a-product\"><a href=\"\/it\/api-34903706\/\">Creare un prodotto<\/a><\/h2>\n\n\n\n<p>I prodotti e i prezzi sono risorse fondamentali per molte integrazioni WooshPay. I prodotti definiscono ci\u00f2 che l'azienda offre, che si tratti di beni o servizi.<\/p>\n\n\n\n<p><em>Richiesta<\/em><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"nome\": \"prodotto di esempio\",\n    \"attivo\":vero,\n    \"description\": \"qualche descrizione\",\n    \"metadati\":{\n        \"key1\": \"valore1\",\n        \"chiave3\": \"valore3\"\n    },\n    \"url\": \"www.example.com\"\n}<\/code><\/pre>\n\n\n\n<p><em>Risposta<\/em><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"id\": \"prod_1554351292598452224\",\n    \"oggetto\": \"prodotto\",\n    \"creato\": 1665642282000,\n    \"attivo\": true,\n    \"descrizione\": \"qualche descrizione\",\n    \"metadati\": {\n        \"key1\": \"valore1\",\n        \"chiave2\": \"valore2\"\n    },\n    \"nome\": \"prodotto di esempio\",\n    \"livemode\": false,\n    \"url\": \"www.example.com\",\n    \"aggiornato\": 1665642282000,\n    \"immagini\": null\n}<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-create-a-price\"><a href=\"\/it\/api-55501373\/\">Creare un prezzo<\/a><\/h2>\n\n\n\n<p>I prezzi definiscono quanto e con quale frequenza addebitare i prodotti. \u00c8 possibile creare prezzi singoli o multipli per un prodotto.<\/p>\n\n\n\n<p><strong><em>Richiesta 1: legare direttamente il prodotto esistente<\/em><\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"Valuta: \"GBP\",\n    \"product\":\"prod_1554351292598452224\",\n    \"importo_unit\u00e0\":5,\n    \"active\":true,\n    \"metadati\":{\n        \"key1\": \"valore1\",\n        \"key2\": \"value2\"\n    },\n    \"nickname\": \"qualche nickname\",\n    \"dati_prodotto\":null,\n    \"lookup_key\": \"test_lookup_key\".\n}<\/code><\/pre>\n\n\n\n<p><strong><em>Richiesta 2\uff1aCreare un nuovo prodotto e creare un prezzo<\/em><\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"valuta\": \"GBP\",\n    \"prodotto\":null,\n    \"importo_unit\u00e0\":5,\n    \"active\":true,\n    \"metadati\":{\n        \"key1\": \"valore1\",\n        \"key2\": \"valore2\"\n    },\n    \"nickname\": \"fengli\",\n    \"dati_prodotto\":{\n        \"id\":null,\n        \"nome\": \"prodotto di esempio\",\n        \"active\":true,\n        \"description\": \"molto delizioso\",\n        \"metadati\":{\n            \"key1\": \"valore1\",\n            \"key2\": \"valore2\"\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>Risposta<\/em><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"id\":\"price_1554384814788837376\",\n    \"oggetto\": \"prezzo\",\n    \"created\":1659429194000,\n    \"attivo\":true,\n    \"valuta\": \"GBP\",\n    \"metadati\":{\n        \"key1\": \"valore1\",\n        \"chiave2\": \"valore2\"\n    },\n    \"nickname\": \"nickname\",\n    \"prodotto\":{\n        \"id\":\"prod_1554351292598452224\",\n        \"oggetto\": \"prodotto\",\n        \"created\":1659421201000,\n        \"attivo\":true,\n        \"descrizione\": \"molto delizioso\",\n        \"metadati\":{\n            \"key1\": \"valore1\",\n            \"chiave3\": \"valore3\"\n        },\n        \"nome: \"taiwan fengli\",\n        \"livemode\":false,\n        \"url\": \"www.example.com\",\n        \"updated\":1659422039000\n    },\n    \"tipo\": \"one_time\",\n    \"livemode\":false,\n    \"importo_unit\u00e0\":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=\"\/it\/api-42654181\/\">Creare la cassa<\/a><\/h2>\n\n\n\n<p>Una sessione di checkout \u00e8 la rappresentazione programmatica di ci\u00f2 che il cliente vede quando viene reindirizzato al modulo di pagamento. \u00c8 possibile configurarla con opzioni quali:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>voci_di_linea<\/code> per caricare<\/li>\n\n\n\n<li>valute da utilizzare<\/li>\n<\/ul>\n\n\n\n<p>\u00c8 inoltre necessario specificare:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A <code>url_successo<\/code>Una pagina del vostro sito web per reindirizzare il cliente dopo che ha completato il pagamento.<\/li>\n\n\n\n<li>A <code>annullamento_url<\/code>Una pagina del vostro sito web per reindirizzare i clienti che fanno clic sul vostro logo nel Checkout.<\/li>\n<\/ul>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Nota: le sessioni di checkout scadono 24 ore dopo la loro creazione.<\/p>\n<\/blockquote>\n\n\n\n<p><em>Richiesta<\/em><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"cancel_url\": \"www.example.com\",\n    \"modalit\u00e0\": \"pagamento\",\n    \"success_url\": \"www.wooshpay.com\",\n    \"line_items\":[\n        {\n            \"price_data\":{\n                \"currency\": \"GBP\",\n                \"product\":null,\n                \"unit_amount\":5,\n                \"active\":true,\n                \"metadati\":{\n                    \"key1\": \"valore1\",\n                    \"key2\": \"valore2\"\n                },\n                \"nickname\": \"fengli\",\n                \"dati_prodotto\":{\n                    \"id\":null,\n                    \"nome\": \"prodotto di esempio\",\n                    \"active\":true,\n                    \"description\": \"molto delizioso\",\n                    \"metadati\":{\n                        \"key1\": \"valore1\",\n                        \"key2\": \"valore2\"\n                    },\n                    \"url\": \"www.example.com\"\n                },\n                \"billing_scheme\": \"testscheme\",\n                \"lookup_key\": \"test_lookup_key\"\n            },\n            \"quantit\u00e0\":1\n        }\n    ]\n}<\/code><\/pre>\n\n\n\n<p><em>Risposta<\/em><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"id\":\"cs_1580071142008291328\",\n    \"oggetto\": \"checkout.session\",\n    \"created\":1665553291000,\n    \"valuta\": \"GBP\",\n    \"cliente\":\"\",\n    \"modalit\u00e0\": \"pagamento\",\n    \"livemode\":false,\n    \"spedizione\":null,\n    \"stato\": \"aperto\",\n  \"url\": \"https:\/\/checkouttest.wooshpay.com\/pay\/cs_test_1580071142008291328?key=pk_test_dGVzdDpXWUg1eUF4OXZpUUF4UHNoYmdRRjVTTTE=\",\n    \"cancel_url\": \"www.baidu.com\",\n    \"ID_cliente\":null,\n    \"email_cliente\":null,\n    \"voci_di_linea\":{\n        \"oggetto\": \"elenco\",\n        \"data\":[\n            {\n                \"id\":\"li_1580071142847152128\",\n                \"oggetto\": \"voce\",\n                \"valuta\": \"GBP\",\n                \"descrizione\": \"esempio di prodotto\",\n                \"prezzo\":{\n                    \"id\":\"price_1580071142859735040\",\n                    \"oggetto\": \"prezzo\",\n                    \"created\":1665553291000,\n                    \"attivo\":true,\n                    \"valuta\": \"GBP\",\n                    \"metadati\":{\n                        \"key1\": \"valore1\",\n                        \"chiave2\": \"valore2\"\n                    },\n                    \"nickname\": \"fengli\",\n                    \"prodotto\":{\n                        \"id\":\"prod_1580071142880706560\",\n                        \"oggetto\": \"prodotto\",\n                        \"created\":1665553291000,\n                        \"attivo\":true,\n                        \"descrizione\": \"qualche descrizione\",\n                        \"metadati\":{\n                            \"key1\": \"valore1\",\n                            \"key2\": \"valore2\"\n                        },\n                        \"nome\": \"prodotto di esempio\",\n                        \"livemode\":false,\n                        \"url\": \"www.example.com\",\n                        \"updated\":1665553291000,\n                        \"immagini\":null\n                    },\n                    \"tipo\": \"one_time\",\n                    \"livemode\":false,\n                    \"importo_unit\u00e0\":5,\n                    \"billing_scheme\": \"per_unit\",\n                    \"lookup_key\": \"test_lookup_key\".\n                },\n                \"quantity\":1,\n                \"importo_subtotale\":5,\n                \"importo_totale\":5\n            }\n        ],\n        \"url\":null,\n        \"has_more\":null\n    },\n    \"payment_intent\":\"pi_1580071150141046784\",\n    \"payment_method_types\":null,\n    \"stato_di_pagamento\": \"non pagato\",\n    \"success_url\": \"www.wooshpay.com\",\n    \"amount_subtotal\":5,\n    \"importo_totale\":5,\n    \"indirizzo_di_fatturazione\": \"auto\",\n    \"expires_at\":1665639691214,\n    \"link_di_pagamento\":\"\",\n    \"opzioni_metodo_di_pagamento\":null,\n    \"raccolta_numero_di_telefono\":null,\n    \"raccolta_indirizzo_di_spedizione\":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\">Reindirizzare l'URL<\/h2>\n\n\n\n<p>Dopo aver creato una sessione di checkout, reindirizzare il cliente all'URL restituito nella risposta.<\/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\/it\/author\/zhaozixu\/"},"doc_category_info":[{"term_name":"Online Payments","term_url":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/docs-category\/online-payments\/"}],"doc_tag_info":[{"term_name":"cashier","term_url":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/docs-tag\/cashier\/"},{"term_name":"checkout","term_url":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/docs-tag\/checkout\/"},{"term_name":"payment","term_url":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/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:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/docs\/wooshpay-checkout\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\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:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/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 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/docs\/wooshpay-checkout\/\",\"url\":\"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/docs\/wooshpay-checkout\/\",\"name\":\"WooshPay Checkout - WooshPay\",\"isPartOf\":{\"@id\":\"https:\/\/wooshpay.com\/es\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/docs\/wooshpay-checkout\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/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:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/docs\/wooshpay-checkout\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/docs\/wooshpay-checkout\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/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:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/docs\/wooshpay-checkout\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wooshpay.com\/es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Docs\",\"item\":\"https:\/\/www.wooshpay.com\/docs\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"WooshPay Checkout\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wooshpay.com\/es\/#website\",\"url\":\"https:\/\/wooshpay.com\/es\/\",\"name\":\"WooshPay\",\"description\":\"One-stop payment platform\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wooshpay.com\/es\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"}]}<\/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:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/docs\/wooshpay-checkout\/","og_locale":"it_IT","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:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/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 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/docs\/wooshpay-checkout\/","url":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/docs\/wooshpay-checkout\/","name":"WooshPay Checkout - WooshPay","isPartOf":{"@id":"https:\/\/wooshpay.com\/es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/docs\/wooshpay-checkout\/#primaryimage"},"image":{"@id":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/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:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/docs\/wooshpay-checkout\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/docs\/wooshpay-checkout\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/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:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/docs\/wooshpay-checkout\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wooshpay.com\/es\/"},{"@type":"ListItem","position":2,"name":"Docs","item":"https:\/\/www.wooshpay.com\/docs\/"},{"@type":"ListItem","position":3,"name":"WooshPay Checkout"}]},{"@type":"WebSite","@id":"https:\/\/wooshpay.com\/es\/#website","url":"https:\/\/wooshpay.com\/es\/","name":"WooshPay","description":"Piattaforma di pagamento unica","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wooshpay.com\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"}]}},"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\/it\/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\/it\/wp-json\/wp\/v2\/docs\/11939","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/wp-json\/wp\/v2\/comments?post=11939"}],"version-history":[{"count":0,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/wp-json\/wp\/v2\/docs\/11939\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/wp-json\/wp\/v2\/media\/11943"}],"wp:attachment":[{"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/wp-json\/wp\/v2\/media?parent=11939"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/wp-json\/wp\/v2\/doc_category?post=11939"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/wp-json\/wp\/v2\/doc_tag?post=11939"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}