{"id":12081,"date":"2023-08-08T12:34:55","date_gmt":"2023-08-08T12:34:55","guid":{"rendered":"https:\/\/wooshpay.com\/?post_type=docs&#038;p=12081"},"modified":"2023-08-09T07:32:14","modified_gmt":"2023-08-09T07:32:14","password":"","slug":"shopeepay","status":"publish","type":"docs","link":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/es\/docs\/shopeepay\/","title":{"rendered":"ShopeePay"},"content":{"rendered":"<p><strong>ShopeePay ha experimentado importantes<\/strong> <strong>crecer en<\/strong> <strong>mercado de monederos electr\u00f3nicos del Sudeste Asi\u00e1tico, desde su lanzamiento oficial en 2020,. En una encuesta realizada por<\/strong> <strong>Indonesia<\/strong> <strong>medio de comunicaci\u00f3n local Bisnis Indonesia, 76% de los encuestados declararon haber utilizado ShopeePay.<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-features\"><strong>Caracter\u00edsticas<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Tratamiento de divisas<\/th><th>EUR<\/th><\/tr><\/thead><tbody><tr><td>Divisas de liquidaci\u00f3n<\/td><td>EUR<\/td><\/tr><tr><td>Reembolsos<\/td><td>\u2705<\/td><\/tr><tr><td>Reembolsos parciales<\/td><td>\u2705<\/td><\/tr><tr><td>Reembolso parcial m\u00faltiple<\/td><td>\u274c<\/td><\/tr><tr><td>Contracargo<\/td><td>\u274c<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-integration-method\"><strong>M\u00e9todo de integraci\u00f3n<\/strong><\/h2>\n\n\n\n<p><strong>Valores de la enumeraci\u00f3n del m\u00e9todo de pago:<\/strong> <strong><code>shopeepay<\/code><\/strong><\/p>\n\n\n\n<p><strong>All\u00ed<\/strong> <strong>es<\/strong> <strong>m\u00e9todo de integraci\u00f3n para ShopeePay<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>API directa<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-direct-api\"><strong>Directo<\/strong> <strong>API<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-how-to-integration\"><strong>C\u00f3mo integrar<\/strong><\/h3>\n\n\n\n<p>Para la integraci\u00f3n directa de la API, puede crear una PaymentIntent y obtener la url en un solo paso. La siguiente es la demostraci\u00f3n de la creaci\u00f3n de la intenci\u00f3n de pago:<\/p>\n\n\n\n<p><a href=\"\/es\/api-42631218\/\"><strong>Crear una PaymentIntent<\/strong><\/a><\/p>\n\n\n\n<p>Un PaymentIntent es un objeto que representa su intenci\u00f3n de cobrar el pago de su cliente y realiza un seguimiento del ciclo de vida del proceso de pago. Cree un PaymentIntent en su servidor y especifique el importe a cobrar y una divisa admitida. Si ya dispone de una integraci\u00f3n de PaymentIntents, a\u00f1ada <strong><code>shopeepay<\/code><\/strong> a la lista de tipos de m\u00e9todos de pago.<\/p>\n\n\n\n<p><strong><em>Solicitar<\/em><\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"importe\":200\n    \"moneda\": \"MYR\",\n    \"confirm\":true\n    \"payment_method_data\" : {\n        \"tipo\": \"shopeepay\"\n    },\n    \"return_url\": \"https:\/\/your.website\"\n}<\/code><\/pre>\n\n\n\n<p><strong><em>Respuesta<\/em><\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"id\": \"pi_1670649173596176384\",\n    \"object\": \"payment_intent\",\n    \"creado\": 1687148777000,\n    \"livemode\": false\n    \"currency\": \"MYR\",\n    \"importe\": 200,\n    \"status\": \"requires_action\",\n    \"client_secret\": \"pi_1670649173596176384_secret_lgvuBbzHLiCEvfbg0j21Abhu\",\n    \"next_action\": {\n        \"tipo\": \"shopeepay_handle_redirect\",\n        \"shopeepay_handle_redirect\": {\n            \"url\": \"https:\/\/apitest.wooshpay.com\/v1\/receives\/c12\/pay\/pi_1670649173596176384\"\n        }\n    },\n    \"payment_method_types\": [\n        \"shopeepay\"\n    ],\n    \"confirmation_method\": \"automatic\",\n    \"return_url\": \"https:\/\/your.website\",\n    \"payment_method\": \"pm_1670649173478735872\",\n    \"capture_method\": \"automatic\"\n}<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-next-step\"><strong>Siguiente paso<\/strong><\/h2>\n\n\n\n<p>Puede a\u00f1adir m\u00e1s funciones a su integraci\u00f3n en funci\u00f3n de sus necesidades<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-create-a-webhook\"><a href=\"\/es\/doc-2517709\/\">Crear un Webhook<\/a><\/h2>\n\n\n\n<p>Escuche los eventos de su cuenta WooshPay para que su integraci\u00f3n pueda desencadenar reacciones autom\u00e1ticamente. Crea un webhook que se centre principalmente en enabled_events y url.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-create-a-refund\"><a href=\"\/es\/api-51369554\/\">Crear una devoluci\u00f3n<\/a><\/h2>\n\n\n\n<p>Cree un reembolso para devolver los fondos a su cliente. Tambi\u00e9n puede realizar reembolsos parciales, pero no todos los m\u00e9todos de pago los admiten. Un reembolso parcial consiste en devolver s\u00f3lo una parte del importe de la transacci\u00f3n original.<\/p>","protected":false},"excerpt":{"rendered":"<p>ShopeePay ha experimentado un crecimiento significativo en el mercado de monederos electr\u00f3nicos del Sudeste Asi\u00e1tico desde su lanzamiento oficial en 2020. En una encuesta realizada por los medios de comunicaci\u00f3n locales Bisnis Indonesia, 76% de los encuestados informaron haber utilizado ShopeePay. Caracter\u00edsticas Divisas de procesamiento EUR Divisas de liquidaci\u00f3n EUR Reembolsos \u2705 Reembolsos parciales \u2705 Reembolso parcial m\u00faltiple \u274c Contracargo \u274c Integraci\u00f3n [...]<\/p>","protected":false},"author":6,"featured_media":17289,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","footnotes":""},"doc_category":[395],"doc_tag":[324,323,319,407],"class_list":["post-12081","docs","type-docs","status-publish","has-post-thumbnail","hentry","doc_category-add-more-payment-methods","doc_tag-open-api","doc_tag-payment","doc_tag-payment-flow","doc_tag-shopeepay"],"year_month":"2026-04","word_count":302,"total_views":"2382","reactions":{"happy":"0","normal":"0","sad":"0"},"author_info":{"name":"zhaozixu","author_nicename":"zhaozixu","author_url":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/es\/author\/zhaozixu\/"},"doc_category_info":[{"term_name":"Add more payment methods","term_url":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/es\/docs-category\/add-more-payment-methods\/"}],"doc_tag_info":[{"term_name":"open api","term_url":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/es\/docs-tag\/open-api\/"},{"term_name":"payment","term_url":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/es\/docs-tag\/payment\/"},{"term_name":"Payment Flow","term_url":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/es\/docs-tag\/payment-flow\/"},{"term_name":"ShopeePay","term_url":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/es\/docs-tag\/shopeepay\/"}],"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>ShopeePay - WooshPay<\/title>\n<meta name=\"description\" content=\"ShopeePay has experienced significant grow in South East Asia e-wallet market, since its official launch in 2020,. In a survey conducted by Indonesia local media Bisnis Indonesia, 76% of the respondents reported to have used ShopeePay.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.wooshpay.com\/pt\/docs\/shopeepay\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ShopeePay\" \/>\n<meta property=\"og:description\" content=\"ShopeePay has experienced significant grow in South East Asia e-wallet market, since its official launch in 2020,. In a survey conducted by Indonesia local media Bisnis Indonesia, 76% of the respondents reported to have used ShopeePay.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.wooshpay.com\/pt\/docs\/shopeepay\/\" \/>\n<meta property=\"og:site_name\" content=\"WooshPay\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-09T07:32:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2138\" \/>\n\t<meta property=\"og:image:height\" content=\"1438\" \/>\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=\"2 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.wooshpay.com\/pt\/docs\/shopeepay\/\",\"url\":\"https:\/\/www.wooshpay.com\/pt\/docs\/shopeepay\/\",\"name\":\"ShopeePay - WooshPay\",\"isPartOf\":{\"@id\":\"https:\/\/www.wooshpay.com\/zh\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.wooshpay.com\/pt\/docs\/shopeepay\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.wooshpay.com\/pt\/docs\/shopeepay\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2.png\",\"datePublished\":\"2023-08-08T12:34:55+00:00\",\"dateModified\":\"2023-08-09T07:32:14+00:00\",\"description\":\"ShopeePay has experienced significant grow in South East Asia e-wallet market, since its official launch in 2020,. In a survey conducted by Indonesia local media Bisnis Indonesia, 76% of the respondents reported to have used ShopeePay.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.wooshpay.com\/pt\/docs\/shopeepay\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.wooshpay.com\/pt\/docs\/shopeepay\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/www.wooshpay.com\/pt\/docs\/shopeepay\/#primaryimage\",\"url\":\"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2.png\",\"contentUrl\":\"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2.png\",\"width\":2138,\"height\":1438},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.wooshpay.com\/pt\/docs\/shopeepay\/#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\":\"ShopeePay\"}]},{\"@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\":\"es\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"ShopeePay - WooshPay","description":"ShopeePay ha experimentado un crecimiento significativo en el mercado de monederos electr\u00f3nicos del Sudeste Asi\u00e1tico desde su lanzamiento oficial en 2020. En una encuesta realizada por el medio local indonesio Bisnis Indonesia, 76% de los encuestados afirmaron haber utilizado ShopeePay.","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:\/\/www.wooshpay.com\/pt\/docs\/shopeepay\/","og_locale":"es_ES","og_type":"article","og_title":"ShopeePay","og_description":"ShopeePay has experienced significant grow in South East Asia e-wallet market, since its official launch in 2020,. In a survey conducted by Indonesia local media Bisnis Indonesia, 76% of the respondents reported to have used ShopeePay.","og_url":"https:\/\/www.wooshpay.com\/pt\/docs\/shopeepay\/","og_site_name":"WooshPay","article_modified_time":"2023-08-09T07:32:14+00:00","og_image":[{"width":2138,"height":1438,"url":"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.wooshpay.com\/pt\/docs\/shopeepay\/","url":"https:\/\/www.wooshpay.com\/pt\/docs\/shopeepay\/","name":"ShopeePay - WooshPay","isPartOf":{"@id":"https:\/\/www.wooshpay.com\/zh\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.wooshpay.com\/pt\/docs\/shopeepay\/#primaryimage"},"image":{"@id":"https:\/\/www.wooshpay.com\/pt\/docs\/shopeepay\/#primaryimage"},"thumbnailUrl":"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2.png","datePublished":"2023-08-08T12:34:55+00:00","dateModified":"2023-08-09T07:32:14+00:00","description":"ShopeePay ha experimentado un crecimiento significativo en el mercado de monederos electr\u00f3nicos del Sudeste Asi\u00e1tico desde su lanzamiento oficial en 2020. En una encuesta realizada por el medio local indonesio Bisnis Indonesia, 76% de los encuestados afirmaron haber utilizado ShopeePay.","breadcrumb":{"@id":"https:\/\/www.wooshpay.com\/pt\/docs\/shopeepay\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.wooshpay.com\/pt\/docs\/shopeepay\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.wooshpay.com\/pt\/docs\/shopeepay\/#primaryimage","url":"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2.png","contentUrl":"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2.png","width":2138,"height":1438},{"@type":"BreadcrumbList","@id":"https:\/\/www.wooshpay.com\/pt\/docs\/shopeepay\/#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":"ShopeePay"}]},{"@type":"WebSite","@id":"https:\/\/www.wooshpay.com\/zh\/#website","url":"https:\/\/www.wooshpay.com\/zh\/","name":"WooshPay","description":"Plataforma de pago \u00fanica","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":"es"}]}},"uagb_featured_image_src":{"full":["https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2.png",2138,1438,false],"thumbnail":["https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2-150x150.png",150,150,true],"medium":["https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2-300x202.png",300,202,true],"medium_large":["https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2-768x517.png",768,517,true],"large":["https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2-1024x689.png",1024,689,true],"1536x1536":["https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2-1536x1033.png",1536,1033,true],"2048x2048":["https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2-2048x1377.png",2048,1377,true],"trp-custom-language-flag":["https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2-18x12.png",18,12,true]},"uagb_author_info":{"display_name":"zhaozixu","author_link":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/es\/author\/zhaozixu\/"},"uagb_comment_info":0,"uagb_excerpt":"ShopeePay has experienced significant grow in South East Asia e-wallet market, since its official launch in 2020,. In a survey conducted by Indonesia local media Bisnis Indonesia, 76% of the respondents reported to have used ShopeePay. Features Processing currencies EUR Settlement currencies EUR Refunds \u2705 Partial Refunds \u2705 Multiple partial refund \u274c Chargeback \u274c Integration&hellip;","_links":{"self":[{"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/es\/wp-json\/wp\/v2\/docs\/12081","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/es\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/es\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/es\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/es\/wp-json\/wp\/v2\/comments?post=12081"}],"version-history":[{"count":0,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/es\/wp-json\/wp\/v2\/docs\/12081\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/es\/wp-json\/wp\/v2\/media\/17289"}],"wp:attachment":[{"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/es\/wp-json\/wp\/v2\/media?parent=12081"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/es\/wp-json\/wp\/v2\/doc_category?post=12081"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/es\/wp-json\/wp\/v2\/doc_tag?post=12081"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}