{"id":12060,"date":"2023-08-08T12:22:06","date_gmt":"2023-08-08T12:22:06","guid":{"rendered":"https:\/\/wooshpay.com\/?post_type=docs&#038;p=12060"},"modified":"2023-08-08T12:22:07","modified_gmt":"2023-08-08T12:22:07","password":"","slug":"dana","status":"publish","type":"docs","link":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/es\/docs\/dana\/","title":{"rendered":"DANA"},"content":{"rendered":"<h3 class=\"wp-block-heading\" id=\"h-learn-about-dana-a-digital-wallet-popular-with-customers-from-indonesia\"><strong>Conozca DANA, un monedero digital muy popular entre los clientes de Indonesia.<\/strong><\/h3>\n\n\n\n<p>DANA es un monedero digital indonesio con m\u00e1s de 30 millones de usuarios. Es una aplicaci\u00f3n todo en uno que permite a los usuarios realizar pagos sin efectivo y sin tarjeta de forma segura en el d\u00eda a d\u00eda. Con Dana, es posible pagar en l\u00ednea, en la tienda, y hacer recargas m\u00f3viles y pagos de facturas.<\/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>IDR<\/th><\/tr><\/thead><tbody><tr><td>Divisas de liquidaci\u00f3n<\/td><td>USD<\/td><\/tr><tr><td>Importe m\u00ednimo de transacci\u00f3n<\/td><td>100 IDR<\/td><\/tr><tr><td>Importe m\u00e1ximo de la transacci\u00f3n<\/td><td>300.000.000 IDR<\/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> <code>dana<\/code><\/p>\n\n\n\n<p><strong>Existen dos m\u00e9todos de integraci\u00f3n para DANA<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>API directa<\/li>\n\n\n\n<li>Pedido<\/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-payment-flow\">Flujo de pagos<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Para la integraci\u00f3n directa de API, despu\u00e9s de crear la intenci\u00f3n de pago mediante OpenAPI, los clientes ser\u00e1n redirigidos a la p\u00e1gina de inicio de sesi\u00f3n de DANA.<\/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\/384083\/image-preview\" alt=\"salida.png\"\/><\/figure>\n\n\n\n<ol class=\"wp-block-list\" start=\"2\">\n<li>El cliente se conecta a su cuenta DANA y completa el pago<\/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\/384082\/image-preview\" alt=\"1971ccc8-c811-4385-80e4-63b61f036502.png\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/api.apifox.cn\/api\/v1\/projects\/1296482\/resources\/384084\/image-preview\" alt=\"salida (1).png\"\/><\/figure>\n\n\n\n<ol class=\"wp-block-list\" start=\"3\">\n<li>El pago se realiza correctamente y el cliente es redirigido de nuevo a la p\u00e1gina designada.<\/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\/384081\/image-preview\" alt=\"salida (2).png\"\/><\/figure>\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 Payment Intents, a\u00f1ada dana 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\":100\n    \"moneda\": \"IDR\",\n    \"confirm\":true\n    \"payment_method_data\" : {\n        \"tipo\": \"dana\"\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_1646356544343769088\",\n    \"object\": \"payment_intent\",\n    \"created\": 1681356963000,\n    \"currency\": \"IDR\",\n    \"amount\": 100,\n    \"status\": \"requires_action\",\n    \"livemode\": true,\n    \"client_secret\": \"pi_1646356544343769088_secret_m58mCj87dL3cj5JiUOtbdx2e\",\n    \"next_action\": {\n        \"type\": \"redirect_to_url\",\n        \"dana_handle_redirect\": {\n            \"url\": \"https:\/\/m.dana.id\/m\/portal\/cashier\/checkout?bizNo=20230413111212800110166041377848845&amp;timestamp=1681356963277&amp;originSourcePlatform=IPG&amp;mid=216620000562418247453&amp;sign=LY3%2FomMnXVJqk9uEOZJopCnSb%2FBDk64I9nIhBZdHc3wi%2Fo%2BcIVCBmCWTacAxHv%2BAKV0auNlCbkyrKvdK2B1X7aoiDv2dxO%2BAfdc7dkmny4FzOJ%2BrxNBmWerSkoexkEw1u52TMIWwLnDzwXYiGTsrs%2Bhzkew4okaJ2w9i4hMJh%2FLDRym0XwYaX9h7N0MCkrXYNY%2FfrEdY8BW%2BazU2wYWdDH%2B4fkgSs7D9YxXj%2Fu2eon2JaGuWYht93piOji22pGW9hD1ubH1vi4lZwFfp96Lp1fsgzV2uvRv6d8CTXSQw%2Fg9oeI3jFXw1bHqBZocv51QZl3AfKvXauWBSVClj4CziDw%3D%3D&amp;forceToH5=false\"\n        }\n    },\n    \"payment_method_types\": &#91;\n        \"dana\"\n    ],\n    \"confirmation_method\": \"automatic\",\n    \"return_url\": \"https:\/\/your.website\",\n    \"payment_method\": \"pm_1646356544205357056\",\n    \"capture_method\": \"automatic\"\n}<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-checkout\"><strong>Pedido<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-payment-flow-1\">Flujo de pagos<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>El cliente selecciona DANA en la lista de m\u00e9todos de pago disponibles y pulsa el bot\u00f3n Pagar.<\/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\/384086\/image-preview\" alt=\"salida (3).png\"\/><\/figure>\n\n\n\n<ol class=\"wp-block-list\" start=\"2\">\n<li>Los clientes ser\u00e1n redirigidos a la p\u00e1gina de inicio de sesi\u00f3n de DANA<\/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\/384083\/image-preview\" alt=\"salida.png\"\/><\/figure>\n\n\n\n<ol class=\"wp-block-list\" start=\"3\">\n<li>El cliente se conecta a su cuenta DANA y completa el pago<\/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\/384082\/image-preview\" alt=\"1971ccc8-c811-4385-80e4-63b61f036502.png\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/api.apifox.cn\/api\/v1\/projects\/1296482\/resources\/384084\/image-preview\" alt=\"salida (1).png\"\/><\/figure>\n\n\n\n<ol class=\"wp-block-list\" start=\"4\">\n<li>El pago se realiza correctamente y el cliente es redirigido de nuevo a la p\u00e1gina designada.<\/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\/384081\/image-preview\" alt=\"salida (2).png\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-create-a-session\"><a href=\"\/es\/api-42654181\/\">Crear una sesi\u00f3n<\/a><\/h3>\n\n\n\n<p><strong><em>Solicitar<\/em><\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"cancel_url\": \"www.wooshpay.com\",\n    \"mode\": \"pago\",\n    \"success_url\": \"https:\/\/wooshpay.com\/\",\n    \"payment_method_types\": [\n        \"dana\"\n    ],\n    \"line_items\": [\n        {\n            \"price_data\": {\n                \"moneda\": \"IDR\",\n                \"unit_amount\": 20000,\n                \"apodo\": \"manzana\",\n                \"product_data\": {\n                    \"nombre\": \"manzana\"\n                },\n                \"esquema_facturaci\u00f3n\": \"testscheme\",\n                \"lookup_key\": \"test_lookup_key\"\n            },\n            \"quantity\": 1\n        }\n    ]\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\": \"cs_1676131330724724736\",\n    \"object\": \"checkout.session\",\n    \"creado\": 1688455825000,\n    \"livemode\": false,\n    \"currency\": \"IDR\",\n    \"cliente\": \"\",\n    \"mode\": \"pago\",\n    \"estado\": \"abierto\",\n    \"url\": \"https:\/\/checkouttest.wooshpay.com\/pay\/cs_test_1676131330724724736?key=pk_test_NTE2MjA5NzY5MzgxOTk5NDUyMTYxOnhXNjdQQ3JndjBVZ04wcVVwNk5yaG9PdjE2NzUzMDU5OTc0NTI\",\n    \"cancel_url\": \"www.wooshpay.com\",\n    \"line_items\": {\n        \"object\": \"lista\",\n        \"data\": [\n            {\n                \"id\": \"li_1676131330754084864\",\n                \"object\": \"item\",\n                \"moneda\": \"IDR\",\n                \"descripci\u00f3n\": \"manzana\",\n                \"precio\": {\n                    \"id\": \"price_1676131330766667776\",\n                    \"object\": \"precio\",\n                    \"creado\": 1688455825000,\n                    \"livemode\": falso,\n                    \"activo\": true\n                    \"moneda\": \"IDR\",\n                    \"apodo\": \"manzana\",\n                    \"producto\": {\n                        \"id\": \"prod_1676131330783444992\",\n                        \"objeto\": \"producto\",\n                        \"creado\": 1688455825000,\n                        \"livemode\": falso,\n                        \"activo\": true\n                        \"nombre\": \"manzana\",\n                        \"actualizado\": 1688455825000\n                    },\n                    \"type\": \"one_time\",\n                    \"unit_amount\": 20000,\n                    \"billing_scheme\": \"per_unit\",\n                    \"lookup_key\": \"test_lookup_key\"\n                },\n                \"quantity\": 1,\n                \"amount_subtotal\": 20000,\n                \"amount_total\": 20000\n            }\n        ]\n    },\n    \"payment_intent\": \"pi_1676131330947022848\",\n    \"payment_method_types\": [\n        \"dana\"\n    ],\n    \"payment_status\": \"unpaid\",\n    \"success_url\": \"https:\/\/wooshpay.com\/\",\n    \"amount_subtotal\": 20000,\n    \"amount_total\": 20000,\n    \"billing_address_collection\": \"auto\",\n    \"expires_at\": 1688542224918,\n    \"payment_link\": \"\",\n    \"client_secret\": \"pi_1676131330947022848_secret_ENUbfvBKA7zljcENnlrG3K7q\"\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>Learn about DANA, a digital wallet popular with customers from Indonesia. DANA is an Indonesian digital wallet with over 30 million users. It is an all-in-one app that allows users to safely make cashless and cardless payments for everyday usage. With Dana, it&#8217;s possible to pay online, in-store, and make mobile top ups and bill [&hellip;]<\/p>","protected":false},"author":1,"featured_media":17289,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","footnotes":""},"doc_category":[395],"doc_tag":[400,324,323,319],"class_list":["post-12060","docs","type-docs","status-publish","has-post-thumbnail","hentry","doc_category-add-more-payment-methods","doc_tag-dana","doc_tag-open-api","doc_tag-payment","doc_tag-payment-flow"],"year_month":"2026-04","word_count":686,"total_views":"2402","reactions":{"happy":"1","normal":"0","sad":"0"},"author_info":{"name":"wooshpaysite\u7ba1\u7406\u5458","author_nicename":"wooshpaysiteadmin","author_url":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/es\/author\/wooshpaysiteadmin\/"},"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":"dana","term_url":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/es\/docs-tag\/dana\/"},{"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\/"}],"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>DANA - WooshPay<\/title>\n<meta name=\"description\" content=\"DANA is an Indonesian digital wallet with over 30 million users. It is an all-in-one app that allows users to safely make cashless and cardless payments for everyday usage. With Dana, it&#039;s possible to pay online, in-store, and make mobile top ups and bill payments.\" \/>\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\/dana\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DANA\" \/>\n<meta property=\"og:description\" content=\"DANA is an Indonesian digital wallet with over 30 million users. It is an all-in-one app that allows users to safely make cashless and cardless payments for everyday usage. With Dana, it&#039;s possible to pay online, in-store, and make mobile top ups and bill payments.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wooshpay.com\/fr\/docs\/dana\/\" \/>\n<meta property=\"og:site_name\" content=\"WooshPay\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-08T12:22:07+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=\"4 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wooshpay.com\/fr\/docs\/dana\/\",\"url\":\"https:\/\/wooshpay.com\/fr\/docs\/dana\/\",\"name\":\"DANA - WooshPay\",\"isPartOf\":{\"@id\":\"https:\/\/www.wooshpay.com\/zh\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/wooshpay.com\/fr\/docs\/dana\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/wooshpay.com\/fr\/docs\/dana\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2.png\",\"datePublished\":\"2023-08-08T12:22:06+00:00\",\"dateModified\":\"2023-08-08T12:22:07+00:00\",\"description\":\"DANA is an Indonesian digital wallet with over 30 million users. It is an all-in-one app that allows users to safely make cashless and cardless payments for everyday usage. With Dana, it's possible to pay online, in-store, and make mobile top ups and bill payments.\",\"breadcrumb\":{\"@id\":\"https:\/\/wooshpay.com\/fr\/docs\/dana\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wooshpay.com\/fr\/docs\/dana\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/wooshpay.com\/fr\/docs\/dana\/#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:\/\/wooshpay.com\/fr\/docs\/dana\/#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\":\"DANA\"}]},{\"@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":"DANA - WooshPay","description":"DANA es un monedero digital indonesio con m\u00e1s de 30 millones de usuarios. Es una aplicaci\u00f3n todo en uno que permite a los usuarios realizar pagos sin efectivo y sin tarjeta de forma segura en el d\u00eda a d\u00eda. Con Dana, es posible pagar en l\u00ednea, en la tienda, y hacer recargas m\u00f3viles y pagos de facturas.","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\/dana\/","og_locale":"es_ES","og_type":"article","og_title":"DANA","og_description":"DANA is an Indonesian digital wallet with over 30 million users. It is an all-in-one app that allows users to safely make cashless and cardless payments for everyday usage. With Dana, it's possible to pay online, in-store, and make mobile top ups and bill payments.","og_url":"https:\/\/wooshpay.com\/fr\/docs\/dana\/","og_site_name":"WooshPay","article_modified_time":"2023-08-08T12:22:07+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":"4 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wooshpay.com\/fr\/docs\/dana\/","url":"https:\/\/wooshpay.com\/fr\/docs\/dana\/","name":"DANA - WooshPay","isPartOf":{"@id":"https:\/\/www.wooshpay.com\/zh\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wooshpay.com\/fr\/docs\/dana\/#primaryimage"},"image":{"@id":"https:\/\/wooshpay.com\/fr\/docs\/dana\/#primaryimage"},"thumbnailUrl":"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2.png","datePublished":"2023-08-08T12:22:06+00:00","dateModified":"2023-08-08T12:22:07+00:00","description":"DANA es un monedero digital indonesio con m\u00e1s de 30 millones de usuarios. Es una aplicaci\u00f3n todo en uno que permite a los usuarios realizar pagos sin efectivo y sin tarjeta de forma segura en el d\u00eda a d\u00eda. Con Dana, es posible pagar en l\u00ednea, en la tienda, y hacer recargas m\u00f3viles y pagos de facturas.","breadcrumb":{"@id":"https:\/\/wooshpay.com\/fr\/docs\/dana\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wooshpay.com\/fr\/docs\/dana\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/wooshpay.com\/fr\/docs\/dana\/#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:\/\/wooshpay.com\/fr\/docs\/dana\/#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":"DANA"}]},{"@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":"wooshpaysite\u7ba1\u7406\u5458","author_link":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/es\/author\/wooshpaysiteadmin\/"},"uagb_comment_info":0,"uagb_excerpt":"Learn about DANA, a digital wallet popular with customers from Indonesia. DANA is an Indonesian digital wallet with over 30 million users. It is an all-in-one app that allows users to safely make cashless and cardless payments for everyday usage. With Dana, it&#8217;s possible to pay online, in-store, and make mobile top ups and bill&hellip;","_links":{"self":[{"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/es\/wp-json\/wp\/v2\/docs\/12060","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\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/es\/wp-json\/wp\/v2\/comments?post=12060"}],"version-history":[{"count":0,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/es\/wp-json\/wp\/v2\/docs\/12060\/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=12060"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/es\/wp-json\/wp\/v2\/doc_category?post=12060"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/es\/wp-json\/wp\/v2\/doc_tag?post=12060"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}