{"id":12087,"date":"2023-08-08T12:39:07","date_gmt":"2023-08-08T12:39:07","guid":{"rendered":"https:\/\/wooshpay.com\/?post_type=docs&#038;p=12087"},"modified":"2023-08-17T08:11:31","modified_gmt":"2023-08-17T08:11:31","password":"","slug":"truemoney","status":"publish","type":"docs","link":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/docs\/truemoney\/","title":{"rendered":"Vero denaro"},"content":{"rendered":"<p><strong>TrueMoney \u00e8 un'applicazione di portafoglio elettronico che copre 6 paesi del mondo.<\/strong> <strong>MARE<\/strong> <strong>(Thailandia, Cambogia, Myanmar, Indonesia, Filippine e Vietnam). In Tailandia, la piattaforma comprende TrueMoney Wallet, WeCard by MasterCard, TrueMoney Cash Card, Kiosk, Express, Payment<\/strong> <strong>Porta d'ingresso<\/strong> <strong>e le rimesse. Entro dicembre 2020, la piattaforma conter\u00e0 pi\u00f9 di 15 milioni di utenti attivi in tutta la Thailandia, in continua crescita.<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-features\"><strong>Caratteristiche<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Elaborazione delle valute<\/th><th>THB, GBP<\/th><\/tr><\/thead><tbody><tr><td>Valute di regolamento<\/td><td>GBP<\/td><\/tr><tr><td>Importo minimo della transazione<\/td><td>0,01 THB<\/td><\/tr><tr><td>Importo massimo della transazione<\/td><td>10.000 THB<\/td><\/tr><tr><td>Rimborsi<\/td><td>\u2705<\/td><\/tr><tr><td>Rimborsi parziali<\/td><td>\u2705<\/td><\/tr><tr><td>Rimborso parziale multiplo<\/td><td>\u274c<\/td><\/tr><tr><td>Addebito<\/td><td>\u274c<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-integration-method\"><strong>Metodo di integrazione<\/strong><\/h2>\n\n\n\n<p><strong>Valori dell'enumerazione del metodo di pagamento:<\/strong> <strong><code>truemoney<\/code><\/strong><\/p>\n\n\n\n<p><strong>Esiste un metodo di integrazione per TrueMoney<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>API diretta<\/li>\n\n\n\n<li>Cassa<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-direct-api\"><strong>Diretto<\/strong> <strong>API<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-how-to-integration\"><strong>Come integrare<\/strong><\/h3>\n\n\n\n<p>Per l'integrazione diretta con l'API, \u00e8 possibile creare un PaymentIntent e ottenere l'url in un solo passaggio. Di seguito \u00e8 riportata la demo della creazione di un intento di pagamento:<\/p>\n\n\n\n<p><a href=\"\/it\/api-42631218\/\"><strong>Creare un Intento di pagamento<\/strong><\/a><\/p>\n\n\n\n<p>Un PaymentIntent \u00e8 un oggetto che rappresenta l'intenzione di riscuotere un pagamento dal cliente e tiene traccia del ciclo di vita del processo di pagamento. Creare un PaymentIntent sul server e specificare l'importo da riscuotere e una valuta supportata. Se si dispone di un'integrazione PaymentIntents esistente, aggiungere <strong><code>truemoney<\/code><\/strong> all'elenco dei tipi di metodo di pagamento.<\/p>\n\n\n\n<p><strong><em>Richiesta<\/em><\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"importo\": 2000,\n    \"valuta\": \"THB\",\n    \"conferma\": vero,\n    \"payment_method_options\": {\n        \"truemoney\": {\n            \"tipo_terminale\": \"WEB\",\n            \"os_type\": \"ANDROID\"\n        }\n    },\n    \"tipi_di_metodo_di_pagamento\": [\"truemoney\"],\n        \"return_url\": \"https:\/\/wooshpay.com\"\n    }<\/code><\/pre>\n\n\n\n<p><strong><em>Risposta<\/em><\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"id\": \"pi_1663020464626204672\",\n    \"oggetto\": \"payment_intent\",\n    \"creato\": 1685329951000,\n    \"valuta\": \"THB\",\n    \"importo\": 1000,\n    \"stato\": \"requires_action\",\n    \"livemode\": false,\n    \"quantit\u00e0\": 2,\n    \"client_secret\": \"pi_1663020464626204672_secret_KbWwv9WBTBMVMrYZOJh3A7UH\",\n    \"next_action\": {\n        \"tipo\": \"promptpay_handle_redirect\",\n        \"promptpay_handle_redirect\": {\n            \"url\": \"https:\/\/apitest.wooshpay.com\/v1\/receives\/ipay88\/pay\/pi_1663020464626204672\"\n        }\n    },\n    \"tipi_di_pagamento\": [\n        \"promptpay\"\n    ],\n    \"metodo di conferma\": \"automatic\",\n    \"return_url\": \"https:\/\/your.website\",\n    \"metodo di pagamento\": \"pm_1663020464512958464\",\n    \"metodo di acquisizione\": \"automatic\"\n}<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-checkout\"><strong>Cassa<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-payment-flow\">Flusso di pagamento<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Il cliente seleziona TrueMoney dall'elenco dei metodi di pagamento disponibili e clicca sul pulsante Paga.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/api.apifox.cn\/api\/v1\/projects\/1296482\/resources\/391538\/image-preview\" alt=\"\u4e0b\u8f7d.png\" \/><\/figure>\n\n\n\n<ol class=\"wp-block-list\" start=\"2\">\n<li>I clienti saranno reindirizzati alla pagina di TrueMoney. Scansionare il QR e approvare il pagamento<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/api.apifox.cn\/api\/v1\/projects\/1296482\/resources\/391539\/image-preview\" alt=\"\u4e0b\u8f7d (1).png\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-create-a-session\"><a href=\"\/it\/api-42654181\/\">Creare una sessione<\/a><\/h3>\n\n\n\n<p><strong><em>Richiesta<\/em><\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"cancel_url\": \"www.wooshpay.com\",\n    \"modalit\u00e0\": \"payment\",\n    \"success_url\": \"https:\/\/wooshpay.com\/\",\n    \"tipi_di_metodo_di_pagamento\": [\"truemoney\"],\n    \"voci_di_linea\": [\n        {\n            \"price_data\": {\n                \"valuta\": \"THB\",\n                \"importo_unit\u00e0\": 2000,\n                \"dati_prodotto\": {\n                    \"nome\": \"apple\"\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><strong><em>Risposta<\/em><\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"id\": \"cs_1680921737639755776\",\n    \"oggetto\": \"checkout.session\",\n    \"creato\": 1689597947000,\n    \"livemode\": false,\n    \"currency\": \"THB\",\n    \"cliente\": \"\",\n    \"modalit\u00e0\": \"pagamento\",\n    \"stato\": \"open\",\n    \"url\": \"https:\/\/checkouttest.wooshpay.com\/pay\/cs_test_1680921737639755776?key=pk_test_NTE2Njg1MDgwNDUzOTY4MDc2ODAxOm9Oa3pjN043U2dYWE84VVhGZmF4cThvTTE2ODY2MzgyOTYzMjU\",\n    \"cancel_url\": \"www.wooshpay.com\",\n    \"voci_di_linea\": {\n        \"oggetto\": \"elenco\",\n        \"dati\": [\n            {\n                \"id\": \"li_1680921737673310208\",\n                \"oggetto\": \"oggetto\",\n                \"valuta\": \"THB\",\n                \"descrizione\": \"mela\",\n                \"prezzo\": {\n                    \"id\": \"price_1680921737681698816\",\n                    \"oggetto\": \"prezzo\",\n                    \"creato\": 1689597947000,\n                    \"livemode\": false,\n                    \"active\": false,\n                    \"valuta\": \"THB\",\n                    \"prodotto\": {\n                        \"id\": \"prod_1680921737694281728\",\n                        \"oggetto\": \"prodotto\",\n                        \"creato\": 1689597947000,\n                        \"livemode\": false,\n                        \"active\": false,\n                        \"nome\": \"apple\",\n                        \"aggiornato\": 1689597947000\n                    },\n                    \"tipo\": \"one_time\",\n                    \"importo_unit\u00e0\": 2000,\n                    \"schema di fatturazione\": \"per_unit\u00e0\",\n                    \"lookup_key\": \"test_lookup_key\"\n                },\n                \"quantit\u00e0\": 1,\n                \"importo_subtotale\": 2000,\n                \"importo_totale\": 2000\n            }\n        ]\n    },\n    \"Intento di pagamento\": \"pi_1680921737866248192\",\n    \"tipi_di_pagamento\": [\n        \"truemoney\"\n    ],\n    \"payment_status\": \"unpaid\",\n    \"success_url\": \"https:\/\/wooshpay.com\/\",\n    \"amount_subtotal\": 2000,\n    \"importo_totale\": 2000,\n    \"indirizzo_di_fatturazione\": \"auto\",\n    \"scadenza\": 1689684346928,\n    \"link_di_pagamento\": \"\",\n    \"client_secret\": \"pi_1680921737866248192_secret_bKslLOpffohD4ni828W4Ilpu\"\n}<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-next-step\"><strong>Passo successivo<\/strong><\/h2>\n\n\n\n<p>\u00c8 possibile aggiungere altre funzionalit\u00e0 all'integrazione in base alle esigenze.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-create-a-webhook\"><a href=\"\/it\/doc-2517709\/\">Creare un webhook<\/a><\/h2>\n\n\n\n<p>Ascoltate gli eventi sul vostro account WooshPay in modo che la vostra integrazione possa attivare automaticamente le reazioni. Creare un webhook che si concentri principalmente su enabled_events e url.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-create-a-refund\"><a href=\"\/it\/api-51369554\/\">Creare un rimborso<\/a><\/h2>\n\n\n\n<p>Creare un rimborso per restituire i fondi al cliente. \u00c8 possibile eseguire anche rimborsi parziali, ma non tutti i metodi di pagamento li supportano. Un rimborso parziale consiste nel rimborsare solo una parte dell'importo della transazione originale.<\/p>","protected":false},"excerpt":{"rendered":"<p>TrueMoney \u00e8 un'applicazione di portafoglio elettronico che copre 6 paesi della regione SEA (Thailandia, Cambogia, Myanmar, Indonesia, Filippine e Vietnam). In Thailandia, la piattaforma comprende TrueMoney Wallet, WeCard by MasterCard, TrueMoney Cash Card, Kiosk, Express, Payment Gateway e Remittance. Entro dicembre 2020, la piattaforma conter\u00e0 pi\u00f9 di 15 milioni di utenti attivi in tutta la Thailandia e in crescita. [...]<\/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,409],"class_list":["post-12087","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-truemoney"],"year_month":"2026-04","word_count":549,"total_views":"2631","reactions":{"happy":"5","normal":"3","sad":"3"},"author_info":{"name":"zhaozixu","author_nicename":"zhaozixu","author_url":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/author\/zhaozixu\/"},"doc_category_info":[{"term_name":"Add more payment methods","term_url":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/docs-category\/add-more-payment-methods\/"}],"doc_tag_info":[{"term_name":"open api","term_url":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/docs-tag\/open-api\/"},{"term_name":"payment","term_url":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/docs-tag\/payment\/"},{"term_name":"Payment Flow","term_url":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/docs-tag\/payment-flow\/"},{"term_name":"TrueMoney","term_url":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/docs-tag\/truemoney\/"}],"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>TrueMoney - WooshPay<\/title>\n<meta name=\"description\" content=\"TrueMoney is an e-wallet app covering 6 countries in the SEA region (Thailand, Cambodia, Myanmar, Indonesia, the Philippines and Vietnam). In Thailand, the platform includes TrueMoney Wallet, WeCard by MasterCard, TrueMoney Cash Card, Kiosk, Express, Payment Gateway and Remittance. By December 2020, The platform has more than 15 million active users across Thailand and growing.\" \/>\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\/docs\/truemoney\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"TrueMoney\" \/>\n<meta property=\"og:description\" content=\"TrueMoney is an e-wallet app covering 6 countries in the SEA region (Thailand, Cambodia, Myanmar, Indonesia, the Philippines and Vietnam). In Thailand, the platform includes TrueMoney Wallet, WeCard by MasterCard, TrueMoney Cash Card, Kiosk, Express, Payment Gateway and Remittance. By December 2020, The platform has more than 15 million active users across Thailand and growing.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.wooshpay.com\/docs\/truemoney\/\" \/>\n<meta property=\"og:site_name\" content=\"WooshPay\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-17T08:11:31+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 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.wooshpay.com\/docs\/truemoney\/\",\"url\":\"https:\/\/www.wooshpay.com\/docs\/truemoney\/\",\"name\":\"TrueMoney - WooshPay\",\"isPartOf\":{\"@id\":\"https:\/\/www.wooshpay.com\/zh\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.wooshpay.com\/docs\/truemoney\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.wooshpay.com\/docs\/truemoney\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2.png\",\"datePublished\":\"2023-08-08T12:39:07+00:00\",\"dateModified\":\"2023-08-17T08:11:31+00:00\",\"description\":\"TrueMoney is an e-wallet app covering 6 countries in the SEA region (Thailand, Cambodia, Myanmar, Indonesia, the Philippines and Vietnam). In Thailand, the platform includes TrueMoney Wallet, WeCard by MasterCard, TrueMoney Cash Card, Kiosk, Express, Payment Gateway and Remittance. By December 2020, The platform has more than 15 million active users across Thailand and growing.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.wooshpay.com\/docs\/truemoney\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.wooshpay.com\/docs\/truemoney\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/www.wooshpay.com\/docs\/truemoney\/#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\/docs\/truemoney\/#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\":\"TrueMoney\"}]},{\"@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\":\"it-IT\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"TrueMoney - WooshPay","description":"TrueMoney is an e-wallet app covering 6 countries in the SEA region (Thailand, Cambodia, Myanmar, Indonesia, the Philippines and Vietnam). In Thailand, the platform includes TrueMoney Wallet, WeCard by MasterCard, TrueMoney Cash Card, Kiosk, Express, Payment Gateway and Remittance. By December 2020, The platform has more than 15 million active users across Thailand and growing.","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\/docs\/truemoney\/","og_locale":"it_IT","og_type":"article","og_title":"TrueMoney","og_description":"TrueMoney is an e-wallet app covering 6 countries in the SEA region (Thailand, Cambodia, Myanmar, Indonesia, the Philippines and Vietnam). In Thailand, the platform includes TrueMoney Wallet, WeCard by MasterCard, TrueMoney Cash Card, Kiosk, Express, Payment Gateway and Remittance. By December 2020, The platform has more than 15 million active users across Thailand and growing.","og_url":"https:\/\/www.wooshpay.com\/docs\/truemoney\/","og_site_name":"WooshPay","article_modified_time":"2023-08-17T08:11:31+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 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.wooshpay.com\/docs\/truemoney\/","url":"https:\/\/www.wooshpay.com\/docs\/truemoney\/","name":"TrueMoney - WooshPay","isPartOf":{"@id":"https:\/\/www.wooshpay.com\/zh\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.wooshpay.com\/docs\/truemoney\/#primaryimage"},"image":{"@id":"https:\/\/www.wooshpay.com\/docs\/truemoney\/#primaryimage"},"thumbnailUrl":"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2.png","datePublished":"2023-08-08T12:39:07+00:00","dateModified":"2023-08-17T08:11:31+00:00","description":"TrueMoney is an e-wallet app covering 6 countries in the SEA region (Thailand, Cambodia, Myanmar, Indonesia, the Philippines and Vietnam). In Thailand, the platform includes TrueMoney Wallet, WeCard by MasterCard, TrueMoney Cash Card, Kiosk, Express, Payment Gateway and Remittance. By December 2020, The platform has more than 15 million active users across Thailand and growing.","breadcrumb":{"@id":"https:\/\/www.wooshpay.com\/docs\/truemoney\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.wooshpay.com\/docs\/truemoney\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/www.wooshpay.com\/docs\/truemoney\/#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\/docs\/truemoney\/#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":"TrueMoney"}]},{"@type":"WebSite","@id":"https:\/\/www.wooshpay.com\/zh\/#website","url":"https:\/\/www.wooshpay.com\/zh\/","name":"WooshPay","description":"Piattaforma di pagamento unica","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":"it-IT"}]}},"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\/it\/author\/zhaozixu\/"},"uagb_comment_info":0,"uagb_excerpt":"TrueMoney is an e-wallet app covering 6 countries in the SEA region (Thailand, Cambodia, Myanmar, Indonesia, the Philippines and Vietnam). In Thailand, the platform includes TrueMoney Wallet, WeCard by MasterCard, TrueMoney Cash Card, Kiosk, Express, Payment Gateway and Remittance. By December 2020, The platform has more than 15 million active users across Thailand and growing.&hellip;","_links":{"self":[{"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/wp-json\/wp\/v2\/docs\/12087","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=12087"}],"version-history":[{"count":0,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/wp-json\/wp\/v2\/docs\/12087\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/wp-json\/wp\/v2\/media\/17289"}],"wp:attachment":[{"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/wp-json\/wp\/v2\/media?parent=12087"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/wp-json\/wp\/v2\/doc_category?post=12087"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/it\/wp-json\/wp\/v2\/doc_tag?post=12087"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}