{"id":2996,"date":"2025-05-24T10:48:14","date_gmt":"2025-05-24T02:48:14","guid":{"rendered":"https:\/\/www.deekpay.com\/?p=2996"},"modified":"2025-05-24T10:48:14","modified_gmt":"2025-05-24T02:48:14","slug":"%e9%9b%86%e6%88%90bkash%e5%88%b0%e4%bd%a0%e7%9a%84app%e4%b8%ad%ef%bc%88android%ef%bc%8fios%ef%bc%89","status":"publish","type":"post","link":"https:\/\/www.deekpay.com\/ko\/2025\/05\/24\/%e9%9b%86%e6%88%90bkash%e5%88%b0%e4%bd%a0%e7%9a%84app%e4%b8%ad%ef%bc%88android%ef%bc%8fios%ef%bc%89\/","title":{"rendered":"\uc571\uc5d0 bKash \ud1b5\ud569(Android\/iOS)"},"content":{"rendered":"<h1>\uc571\uc5d0 bKash \ud1b5\ud569<\/h1>\n<p>\uacb0\uc81c \ud50c\ub7ab\ud3fc \uc804\ubb38\uac00\ub85c\uc11c bKash \uacb0\uc81c \uc2dc\uc2a4\ud15c\uc744 \ubaa8\ubc14\uc77c \uc571\uc5d0 \ud1b5\ud569\ud558\ub294 \ubc29\ubc95\uc744 \uc548\ub0b4\ud574\ub4dc\ub9b4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc544\ub798\ub294 \uc790\uc138\ud55c \ub2e8\uacc4\ubcc4 \uac00\uc774\ub4dc\uc785\ub2c8\ub2e4:<\/p>\n<h2>1. \uc0ac\uc804 \uc900\ube44<\/h2>\n<ul>\n<li><strong>\ud310\ub9e4\uc790 \uacc4\uc815 \ub4f1\ub85d<\/strong>\uc5d0 \uc0c8 \ud30c\uc77c\uc744 \ucd94\uac00\ud574\uc57c \ud569\ub2c8\ub2e4.<a href=\"https:\/\/merchant.bka.sh\/\">\ube44\uce90\uc2dc \ud310\ub9e4\uc790 \ud3ec\ud138<\/a>\ub4f1\ub85d\ud558\uace0 \ud544\uc694\ud55c API \uc790\uaca9 \uc99d\uba85 \ubc1b\uae30<\/li>\n<li><strong>\ud1b5\ud569 \uc720\ud615 \uc120\ud0dd<\/strong>\uacb0\uc81c API(\uac04\ud3b8)\uac00 \ud544\uc694\ud55c\uc9c0 \uacb0\uc81c API(\ubcf4\ub2e4 \uc720\uc5f0\ud55c)\uac00 \ud544\uc694\ud55c\uc9c0 \uacb0\uc815\ud569\ub2c8\ub2e4.<\/li>\n<li><strong>API \ubb38\uc11c \uac00\uc838\uc624\uae30<\/strong>\ube44\uce90\uc2dc \uac1c\ubc1c\uc790 \ud3ec\ud138\uc5d0\uc11c \ucd5c\uc2e0 API \ubb38\uc11c\uc640 SDK\ub97c \ub2e4\uc6b4\ub85c\ub4dc\ud558\uc138\uc694.<\/li>\n<\/ul>\n<h2>2. Android \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \ud1b5\ud569 \ub2e8\uacc4<\/h2>\n<h3>a. \uc885\uc18d\uc131 \ucd94\uac00<\/h3>\n<pre><code class=\"language-gradle\">\uad6c\ud604 'com.bkash:paymentgateway:3.0.0'<br>\r\n<\/code><\/pre>\n<h3>b. SDK \ucd08\uae30\ud654\ud558\uae30<\/h3>\n<pre><code class=\"language-java\">BkashPayment bkashPayment = \uc0c8\ub85c\uc6b4 BkashPayment();<br>\r\nbkashPayment.init(this, \"YOUR_MERCHANT_API_KEY\", \"YOUR_MERCHANT_USERNAME\");<br>\r\n<\/code><\/pre>\n<h3>c. \uacb0\uc81c \uc694\uccad \uc0dd\uc131<\/h3>\n<pre><code class=\"language-java\">JSONObject paymentRequest = \uc0c8 JSONObject();<br>\r\n\uc2dc\ub3c4 {<br>\r\n    paymentRequest.put(\"amount\", \"100\");<br>\r\n    paymentRequest.put(\"intent\", \"sale\");<br>\r\n    \/\/ ... \uae30\ud0c0 \ud544\uc694\ud55c \ub9e4\uac1c\ubcc0\uc218...<br>\r\n} catch (JSONException e) {<br>\r\n    e.printStackTrace();<br>\r\n}<br>\r\n<\/code><\/pre>\n<h2>3. iOS \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \ud1b5\ud569 \ub2e8\uacc4<\/h2>\n<h3>a. CocoaPods \uc124\uce58<\/h3>\n<pre><code>\ud3ec\ub4dc 'bKashiOS\ud504\ub808\uc784\uc6cc\ud06c'<br>\r\n<\/code><\/pre>\n<h3>b. \uc2a4\uc704\ud504\ud2b8 \ucd08\uae30\ud654 \ucf54\ub4dc \uc608\uc2dc<\/h3>\n<pre><code class=\"language-swift\">let bkashiOS = BkashiOS.sharedInstance()<br>\r\nbkashiOS?.initialise(withMerchantID: \"YOUR_MERCHANT_ID\",<br>\r\n                    \ud310\ub9e4\uc790 \uc0ac\uc6a9\uc790 \uc774\ub984: \"YOUR_USERNAME\",<br>\r\n                    apiKey: \"YOUR_API_KEY\")<br>\r\n<\/code><\/pre>\n<h2>4. \uc6f9\/\ubc31\uc5d4\ub4dc \ud1b5\ud569 \uc694\uc18c<\/h2>\n<ul>\n<li><strong>\ucf5c\ubc31 URL \uc720\ud6a8\uc131 \uac80\uc0ac<\/strong>: \uc62c\ubc14\ub978 \uc131\uacf5\/\uc2e4\ud328 \ucf5c\ubc31 URL \uc5d4\ub4dc\ud3ec\uc778\ud2b8\uac00 \uad6c\uc131\ub418\uc5c8\ub294\uc9c0 \ud655\uc778\ud569\ub2c8\ub2e4.<\/li>\n<li><strong>IPN \ucc98\ub9ac<\/strong>\ube44\ub3d9\uae30 \uc54c\ub9bc\uc744 \ucc98\ub9ac\ud558\uae30 \uc704\ud574 \uc989\uc2dc \uacb0\uc81c \uc54c\ub9bc \ub9ac\uc2a4\ub108 \uad6c\ud604\ud558\uae30<\/li>\n<li><strong>\ubcf4\uc548 \uc870\uce58<\/strong>::\n<ul>\n<li>SSL \uc778\uc99d\uc11c\ub294 \uc720\ud6a8\ud558\uace0 \ucd5c\uc2e0 \uc0c1\ud0dc\uc5ec\uc57c \ud569\ub2c8\ub2e4.<\/li>\n<li>OAuth2 \uc778\uc99d \ud504\ub85c\uc138\uc2a4\uac00 \uc62c\ubc14\ub974\uac8c \uad6c\ud604\ub428<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h2>5. \ud14c\uc2a4\ud2b8 \ubc0f \ucd9c\uc2dc \uace0\ub824 \uc0ac\ud56d<\/h2>\n<p>\u2705 \ubaa8\ub4e0 \uc2dc\ub098\ub9ac\uc624(\uc131\uacf5, \uc2e4\ud328, \ucde8\uc18c \ub4f1)\ub97c \ud14c\uc2a4\ud2b8\ud558\ub294 \uc0cc\ub4dc\ubc15\uc2a4 \ud658\uacbd<br \/>\n\u2705 UI \uc801\uc751 \uc810\uac80(\ud2b9\ud788 \uc5b4\ub450\uc6b4 \uc0c9\uc0c1 \ubaa8\ub4dc\uc5d0\uc11c\uc758 \ub514\uc2a4\ud50c\ub808\uc774 \ubb38\uc81c)<br \/>\n\u2705 PCI DSS \uaddc\uc815 \uc900\uc218 \uac80\ud1a0(\ubbfc\uac10\ud55c \ub370\uc774\ud130\uac00 \uc800\uc7a5\ub418\uc5b4 \uc788\ub294 \uacbd\uc6b0)<\/p>\n<p>\uad6c\ud604\uc758 \ud2b9\uc815 \ubd80\ubd84\uc5d0 \ub300\ud574 \ub354 \uad6c\uccb4\uc801\uc778 \uc138\ubd80 \uc815\ubcf4\uac00 \ud544\uc694\ud558\uc2e0\uac00\uc694? \uc5b8\uc5b4\ubcc4 \ucf54\ub4dc \uc608\uc81c\ub098 \uc624\ub958 \ucc98\ub9ac \ubaa8\ubc94 \uc0ac\ub840\uc640 \uac19\uc740 \uc138\ubd80 \uc815\ubcf4\uac00 \ud544\uc694\ud558\uc2e0\uac00\uc694?<\/p>\n<h1>bKash \uacb0\uc81c \ud1b5\ud569\uc5d0 \ub300\ud55c \uc790\uc138\ud55c \uc815\ubcf4<\/h1>\n<p>bKash \ud1b5\ud569\uc758 \uc8fc\uc694 \uce21\uba74\uc5d0 \ub300\ud55c \uc790\uc138\ud55c \uac1c\uc694\ub97c \uacc4\uc18d\ud574\uc11c \uc81c\uacf5\ud574\ub4dc\ub9ac\uac8c \ub418\uc5b4 \uae30\uc069\ub2c8\ub2e4. \uc544\ub798\ub294 \ubcf4\ub2e4 \uc790\uc138\ud55c \uad6c\ud604 \uac00\uc774\ub4dc\uc785\ub2c8\ub2e4:<\/p>\n<h2>1. \uc548\ub4dc\ub85c\uc774\ub4dc \uc2ec\uce35 \ud1b5\ud569<\/h2>\n<h3>a. \uacb0\uc81c \ud504\ub85c\uc138\uc2a4 \ucc98\ub9ac \uc644\ub8cc<\/h3>\n<pre><code class=\"language-java\">\/\/ \uc0d8\ud50c \uc804\uccb4 \uacb0\uc81c \uc694\uccad \uc0dd\uc131<br>\r\nBkashPaymentRequest \uc694\uccad = \uc0c8\ub85c\uc6b4 BkashPaymentRequest.\ube4c\ub354()<br>\r\n    .setAmount(\"500.50\")<br>\r\n    .setMerchantInvoiceNumber(\"ORD\"+System.currentTimeMillis())<br>\r\n    .setCallbackURL(\"https:\/\/yourdomain.com\/bkash\/callback\")<br>\r\n    .build();<br>\r\n<br>\r\nbkashPayment.createPayment(\uc694\uccad, \uc0c8\ub85c\uc6b4 \uacb0\uc81c \ub9ac\uc2a4\ub108() {<br>\r\n    \uc624\ubc84\ub77c\uc774\ub4dc<br>\r\n    public void onSuccess(JSONObject data) {<br>\r\n        \/\/ \uc11c\ubc84 \uce21 \ud2b8\ub79c\uc7ad\uc158 ID\uc758 \uc720\ud6a8\uc131\uc744 \uac80\uc0ac\ud574\uc57c \ud569\ub2c8\ub2e4.<br>\r\n        \ubb38\uc790\uc5f4 paymentID = data.optString(\"paymentID\");<br>\r\n        verifyWithBackend(paymentID).<br>\r\n    }<br>\r\n    <br>\r\n    \uc624\ubc84\ub77c\uc774\ub4dc<br>\r\n    public void onFailure(String errorMessage) { <br>\r\n        \uc1fc\uc5d0\ub7ec\ub2e4\uc774\uc5bc\ub85c\uadf8(\uc624\ub958\uba54\uc2dc\uc9c0); <br>\r\n    }<br>\r\n});<br>\r\n<\/code><\/pre>\n<h3>b. WebView \uc0ac\uc6a9\uc790 \uc9c0\uc815 \uad6c\uc131(\ud544\uc694\ud55c \uacbd\uc6b0)<\/h3>\n<pre><code class=\"language-xml\">&lt;\uc561\ud2f0\ube44\ud2f0 \uc548\ub4dc\ub85c\uc774\ub4dc:\uc774\ub984=&quot;com.bka.sh.pgw.ui.PaymentActivity&quot;<br>\r\n          \uc548\ub4dc\ub85c\uc774\ub4dc:\ud14c\ub9c8=\"@\uc2a4\ud0c0\uc77c\/\uc0ac\uc6a9\uc790 \uc9c0\uc815 \ud14c\ub9c8\" \/&gt;<br>\r\n<\/code><\/pre>\n<h2>2. iOS \uace0\uae09 \uae30\ub2a5 \uad6c\ud604<\/h2>\n<h3>a. SwiftUI \uc801\uc751 \ud504\ub85c\uadf8\ub7a8<\/h3>\n<pre><code class=\"language-swift\">\uad6c\uc870\uccb4 BkashButton: UIViewRepresentable {<br>\r\n   var amount: \ubb38\uc790\uc5f4<br>\r\n    <br>\r\n   func makeUIView(context: Context) -&gt; UIButton { ... } <br>\r\n   <br>\r\n   func updateUIView(_ uiView: UIButton, context: Context) { ... }<br>\r\n}<br>\r\n<\/code><\/pre>\n<h3>b. Objective-C \ud638\ud658 \ucf54\ub4dc \uc608\uc81c(\ud544\uc694\ud55c \uacbd\uc6b0)<\/h3>\n<pre><code class=\"language-objc\">[[BkashiOS sharedInstance] createPayment:@{<br>\r\n   @\"\uae08\uc561\": @\"1200\".<br>\r\n   @\"\ud1b5\ud654\": @\"BDT\". <br>\r\n} completionHandler^(NSDictionary *\uc751\ub2f5, NSError *\uc624\ub958){<br>\r\n      if(!error){ \/* \uc131\uacf5\uc801\uc778 \uc751\ub2f5 \ucc98\ub9ac *\/ }  <br>\r\n}];<br>\r\n<\/code><\/pre>\n<h2>3. \uc6f9\ud6c5 \ubcf4\uc548 \uc778\uc99d \ubaa8\ubc94 \uc0ac\ub840<\/h2>\n<p><strong>\ubc31\uc5d4\ub4dc PHP \uc720\ud6a8\uc131 \uac80\uc0ac \uc608\uc81c:<\/strong><\/p>\n<pre><code class=\"language-php\">$received_signature = $_SERVER['HTTP_X_BKASH_SIGNature'];<br>\r\n$payload = file_get_contents('php:\/\/input');<br>\r\n$expected_signature = hash_hmac('sha256', $payload, API_SECRET);<br>\r\n<br>\r\nif(hash_equals($expected_signature, $received_signature)){<br>\r\n     \/\/ \uc548\uc804 \ucc98\ub9ac \ub85c\uc9c1...<br>\r\n     $transaction_id = json_decode($payload)-&gt;paymentID;<br>\r\n     \uc5c5\ub370\uc774\ud2b8\uc8fc\ubb38\uc0c1\ud0dc($\ud2b8\ub79c\uc7ad\uc158_id).<br>\r\n}<br>\r\n<\/code><\/pre>\n<p><strong>Java Spring Boot Edition \uc11c\uba85 \ud655\uc778:<\/strong><\/p>\n<pre><code class=\"language-java\">@PostMapping(\"\/\uc6f9\ud6c5\")  <br>\r\npublic ResponseEntity \ud578\ub4e4 \uc6f9\ud6c5(<br>\r\n       \uc694\uccad \ubcf8\ubb38 \ubb38\uc790\uc5f4 \ud398\uc774\ub85c\ub4dc, @\uc694\uccad \ubcf8\ubb38 \ubb38\uc790\uc5f4 \ud398\uc774\ub85c\ub4dc, @\uc694\uccad \ubcf8\ubb38<br>\r\n       \uc694\uccad\ud5e4\ub354(\"X-BKASH-\uc11c\uba85\") \ubb38\uc790\uc5f4 \uc11c\uba85){<br>\r\n           <br>\r\n      Mac sha256_HMAC = Mac.getInstance(\"HmacSHA256\");<br>\r\n      sha256_HMAC.init(new SecretKeySpec(apiSecret.getBytes(), \"HmacSHA256\"));<br>\r\n      <br>\r\n      byte[] result = sha256_HMAC.doFinal(payload.getBytes());<br>\r\n      \ubb38\uc790\uc5f4 computedSignature = Hex.encodeHexString(\uacb0\uacfc);<br>\r\n      <br>\r\n      if(computedSignature.equals(signature)){...}<br>\r\n}<br>\r\n<\/code><\/pre>\n<h2>4. \uc77c\ubc18\uc801\uc778 \ubb38\uc81c \ud574\uacb0 \ubc29\ubc95<\/h2>\n<table>\n<thead>\n<tr>\n<th><strong>\ubb38\uc81c\uac00 \uc788\ub294 \ud604\uc0c1<\/strong><\/th>\n<th><strong>\uac00\ub2a5\ud55c \uc6d0\uc778<\/strong><\/th>\n<th><strong>\ucc98\ubc29\uc804<\/strong><\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>\uc624\ub958 \ucf54\ub4dc: 5015<\/td>\n<td>SSL \uc778\uc99d\uc11c \ubd88\uc77c\uce58<\/td>\n<td><a href=\"https:\/\/www.bka.sh\/support\/certificates\/\">CA \ub8e8\ud2b8 \uc778\uc99d\uc11c \uc5c5\ub370\uc774\ud2b8<\/a><\/td>\n<\/tr>\n<tr>\n<td>\uc571\uc774 \uc120\ubc18\uc5d0 \ub300\ud55c \uc561\uc138\uc2a4\ub97c \uac70\ubd80\ud588\uc2b5\ub2c8\ub2e4.<\/td>\n<td>\ub108\ubb34 \ub9ce\uc740 SDK \uad8c\ud55c<\/td>\n<td>\ud504\ub85c\uac00\ub4dc \uaddc\uce59 \ucd5c\uc801\ud654 + \ud544\uc694\ud55c \uad8c\ud55c\ub9cc \uc801\uc6a9<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>\ub2e4\uc74c \uc911 \uc5b4\ub5a4 \uac83\uc744 \uac15\uc870\ud574\uc57c \ud558\ub098\uc694? :<br \/>\n1\ufe0f\u20e3 <strong>\ud658\ubd88 \ud504\ub85c\uc138\uc2a4\ub97c \uc704\ud55c API \uc778\ud130\ud398\uc774\uc2a4 \uc138\ubd80 \uc815\ubcf4<\/strong><br \/>\n2\ufe0f\u20e3 <strong>\ub2e4\uc911 \ud1b5\ud654 \uacb0\uc81c\ub97c \uc704\ud55c \ud2b9\ubcc4 \ub300\uc6b0<\/strong><br \/>\n3\ufe0f\u20e3 <strong>\ub9ac\uc561\ud2b8 \ub124\uc774\ud2f0\ube0c\/\ud50c\ub7ec\ud130\uc640\uc758 \ud558\uc774\ube0c\ub9ac\ub4dc \uac1c\ubc1c \ud1b5\ud569 \uc811\uadfc \ubc29\uc2dd<\/strong><\/p>","protected":false},"excerpt":{"rendered":"<p>\uacb0\uc81c \ud50c\ub7ab\ud3fc \uc804\ubb38\uac00\ub85c\uc11c \uc571\uc5d0 bKash \ud1b5\ud569\ud558\uae30, \ub2e4\uc74c\uacfc \uac19\uc774 \uc548\ub0b4\ud574 \ub4dc\ub9bd\ub2c8\ub2e4.<\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[36],"tags":[],"class_list":["post-2996","post","type-post","status-publish","format-standard","hentry","category-36"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.9 (Yoast SEO v23.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u96c6\u6210bKash\u5230\u4f60\u7684APP\u4e2d\uff08Android\uff0fiOS\uff09 - DEEKPAY-\u5370\u5ea6\u539f\u751f\u652f\u4ed8|\u5370\u5ea6UPI\u652f\u4ed8|\u5370\u5ea6\u4e09\u65b9\u56db\u65b9\u652f\u4ed8<\/title>\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.deekpay.com\/ko\/2025\/05\/24\/\u96c6\u6210bkash\u5230\u4f60\u7684app\u4e2d\uff08android\uff0fios\uff09\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u96c6\u6210bKash\u5230\u4f60\u7684APP\u4e2d\uff08Android\uff0fiOS\uff09\" \/>\n<meta property=\"og:description\" content=\"\u96c6\u6210bKash\u5230\u4f60\u7684APP \u4f5c\u4e3a\u652f\u4ed8\u5e73\u53f0\u4e13\u5bb6\uff0c\u6211\u53ef\u4ee5\u6307\u5bfc\u4f60\u5982&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.deekpay.com\/ko\/2025\/05\/24\/\u96c6\u6210bkash\u5230\u4f60\u7684app\u4e2d\uff08android\uff0fios\uff09\/\" \/>\n<meta property=\"og:site_name\" content=\"DEEKPAY-\u5370\u5ea6\u539f\u751f\u652f\u4ed8|\u5370\u5ea6UPI\u652f\u4ed8|\u5370\u5ea6\u4e09\u65b9\u56db\u65b9\u652f\u4ed8\" \/>\n<meta property=\"article:published_time\" content=\"2025-05-24T02:48:14+00:00\" \/>\n<meta name=\"author\" content=\"deekpay\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"deekpay\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"2\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.deekpay.com\/en\/2025\/05\/24\/%e9%9b%86%e6%88%90bkash%e5%88%b0%e4%bd%a0%e7%9a%84app%e4%b8%ad%ef%bc%88android%ef%bc%8fios%ef%bc%89\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.deekpay.com\/en\/2025\/05\/24\/%e9%9b%86%e6%88%90bkash%e5%88%b0%e4%bd%a0%e7%9a%84app%e4%b8%ad%ef%bc%88android%ef%bc%8fios%ef%bc%89\/\"},\"author\":{\"name\":\"deekpay\",\"@id\":\"https:\/\/www.deekpay.com\/#\/schema\/person\/91e4e842fdd04f8c957a9f642506f51d\"},\"headline\":\"\u96c6\u6210bKash\u5230\u4f60\u7684APP\u4e2d\uff08Android\uff0fiOS\uff09\",\"datePublished\":\"2025-05-24T02:48:14+00:00\",\"dateModified\":\"2025-05-24T02:48:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.deekpay.com\/en\/2025\/05\/24\/%e9%9b%86%e6%88%90bkash%e5%88%b0%e4%bd%a0%e7%9a%84app%e4%b8%ad%ef%bc%88android%ef%bc%8fios%ef%bc%89\/\"},\"wordCount\":64,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.deekpay.com\/#organization\"},\"articleSection\":[\"\u5b5f\u52a0\u62c9\u652f\u4ed8\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.deekpay.com\/en\/2025\/05\/24\/%e9%9b%86%e6%88%90bkash%e5%88%b0%e4%bd%a0%e7%9a%84app%e4%b8%ad%ef%bc%88android%ef%bc%8fios%ef%bc%89\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.deekpay.com\/en\/2025\/05\/24\/%e9%9b%86%e6%88%90bkash%e5%88%b0%e4%bd%a0%e7%9a%84app%e4%b8%ad%ef%bc%88android%ef%bc%8fios%ef%bc%89\/\",\"url\":\"https:\/\/www.deekpay.com\/en\/2025\/05\/24\/%e9%9b%86%e6%88%90bkash%e5%88%b0%e4%bd%a0%e7%9a%84app%e4%b8%ad%ef%bc%88android%ef%bc%8fios%ef%bc%89\/\",\"name\":\"\u96c6\u6210bKash\u5230\u4f60\u7684APP\u4e2d\uff08Android\uff0fiOS\uff09 - DEEKPAY-\u5370\u5ea6\u539f\u751f\u652f\u4ed8|\u5370\u5ea6UPI\u652f\u4ed8|\u5370\u5ea6\u4e09\u65b9\u56db\u65b9\u652f\u4ed8\",\"isPartOf\":{\"@id\":\"https:\/\/www.deekpay.com\/#website\"},\"datePublished\":\"2025-05-24T02:48:14+00:00\",\"dateModified\":\"2025-05-24T02:48:14+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.deekpay.com\/en\/2025\/05\/24\/%e9%9b%86%e6%88%90bkash%e5%88%b0%e4%bd%a0%e7%9a%84app%e4%b8%ad%ef%bc%88android%ef%bc%8fios%ef%bc%89\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.deekpay.com\/en\/2025\/05\/24\/%e9%9b%86%e6%88%90bkash%e5%88%b0%e4%bd%a0%e7%9a%84app%e4%b8%ad%ef%bc%88android%ef%bc%8fios%ef%bc%89\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.deekpay.com\/en\/2025\/05\/24\/%e9%9b%86%e6%88%90bkash%e5%88%b0%e4%bd%a0%e7%9a%84app%e4%b8%ad%ef%bc%88android%ef%bc%8fios%ef%bc%89\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/www.deekpay.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u96c6\u6210bKash\u5230\u4f60\u7684APP\u4e2d\uff08Android\uff0fiOS\uff09\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.deekpay.com\/#website\",\"url\":\"https:\/\/www.deekpay.com\/\",\"name\":\"DEEKPAY-\u5370\u5ea6\u539f\u751f\u652f\u4ed8|\u5370\u5ea6UPI\u652f\u4ed8|\u5370\u5ea6\u4e09\u65b9\u652f\u4ed8\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.deekpay.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.deekpay.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.deekpay.com\/#organization\",\"name\":\"DEEKPAY-\u5370\u5ea6\u539f\u751f\u652f\u4ed8\u548cUPI\u652f\u4ed8\u670d\u52a1\u5546\",\"url\":\"https:\/\/www.deekpay.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/www.deekpay.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/deekpay.com\/wp-content\/uploads\/2024\/11\/LOGO-1.png\",\"contentUrl\":\"https:\/\/deekpay.com\/wp-content\/uploads\/2024\/11\/LOGO-1.png\",\"width\":649,\"height\":191,\"caption\":\"DEEKPAY-\u5370\u5ea6\u539f\u751f\u652f\u4ed8\u548cUPI\u652f\u4ed8\u670d\u52a1\u5546\"},\"image\":{\"@id\":\"https:\/\/www.deekpay.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.deekpay.com\/#\/schema\/person\/91e4e842fdd04f8c957a9f642506f51d\",\"name\":\"deekpay\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/www.deekpay.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/485e931d0b237ba5cfa6c7cea419d88f7e3258b4837d99943e099ff93b458f8c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/485e931d0b237ba5cfa6c7cea419d88f7e3258b4837d99943e099ff93b458f8c?s=96&d=mm&r=g\",\"caption\":\"deekpay\"},\"sameAs\":[\"https:\/\/deekpay.com\"],\"url\":\"https:\/\/www.deekpay.com\/ko\/author\/deekpay\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\u96c6\u6210bKash\u5230\u4f60\u7684APP\u4e2d\uff08Android\uff0fiOS\uff09 - DEEKPAY-\u5370\u5ea6\u539f\u751f\u652f\u4ed8|\u5370\u5ea6UPI\u652f\u4ed8|\u5370\u5ea6\u4e09\u65b9\u56db\u65b9\u652f\u4ed8","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.deekpay.com\/ko\/2025\/05\/24\/\u96c6\u6210bkash\u5230\u4f60\u7684app\u4e2d\uff08android\uff0fios\uff09\/","og_locale":"ko_KR","og_type":"article","og_title":"\u96c6\u6210bKash\u5230\u4f60\u7684APP\u4e2d\uff08Android\uff0fiOS\uff09","og_description":"\u96c6\u6210bKash\u5230\u4f60\u7684APP \u4f5c\u4e3a\u652f\u4ed8\u5e73\u53f0\u4e13\u5bb6\uff0c\u6211\u53ef\u4ee5\u6307\u5bfc\u4f60\u5982&hellip;","og_url":"https:\/\/www.deekpay.com\/ko\/2025\/05\/24\/\u96c6\u6210bkash\u5230\u4f60\u7684app\u4e2d\uff08android\uff0fios\uff09\/","og_site_name":"DEEKPAY-\u5370\u5ea6\u539f\u751f\u652f\u4ed8|\u5370\u5ea6UPI\u652f\u4ed8|\u5370\u5ea6\u4e09\u65b9\u56db\u65b9\u652f\u4ed8","article_published_time":"2025-05-24T02:48:14+00:00","author":"deekpay","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"deekpay","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"2\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.deekpay.com\/en\/2025\/05\/24\/%e9%9b%86%e6%88%90bkash%e5%88%b0%e4%bd%a0%e7%9a%84app%e4%b8%ad%ef%bc%88android%ef%bc%8fios%ef%bc%89\/#article","isPartOf":{"@id":"https:\/\/www.deekpay.com\/en\/2025\/05\/24\/%e9%9b%86%e6%88%90bkash%e5%88%b0%e4%bd%a0%e7%9a%84app%e4%b8%ad%ef%bc%88android%ef%bc%8fios%ef%bc%89\/"},"author":{"name":"deekpay","@id":"https:\/\/www.deekpay.com\/#\/schema\/person\/91e4e842fdd04f8c957a9f642506f51d"},"headline":"\u96c6\u6210bKash\u5230\u4f60\u7684APP\u4e2d\uff08Android\uff0fiOS\uff09","datePublished":"2025-05-24T02:48:14+00:00","dateModified":"2025-05-24T02:48:14+00:00","mainEntityOfPage":{"@id":"https:\/\/www.deekpay.com\/en\/2025\/05\/24\/%e9%9b%86%e6%88%90bkash%e5%88%b0%e4%bd%a0%e7%9a%84app%e4%b8%ad%ef%bc%88android%ef%bc%8fios%ef%bc%89\/"},"wordCount":64,"commentCount":0,"publisher":{"@id":"https:\/\/www.deekpay.com\/#organization"},"articleSection":["\u5b5f\u52a0\u62c9\u652f\u4ed8"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.deekpay.com\/en\/2025\/05\/24\/%e9%9b%86%e6%88%90bkash%e5%88%b0%e4%bd%a0%e7%9a%84app%e4%b8%ad%ef%bc%88android%ef%bc%8fios%ef%bc%89\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.deekpay.com\/en\/2025\/05\/24\/%e9%9b%86%e6%88%90bkash%e5%88%b0%e4%bd%a0%e7%9a%84app%e4%b8%ad%ef%bc%88android%ef%bc%8fios%ef%bc%89\/","url":"https:\/\/www.deekpay.com\/en\/2025\/05\/24\/%e9%9b%86%e6%88%90bkash%e5%88%b0%e4%bd%a0%e7%9a%84app%e4%b8%ad%ef%bc%88android%ef%bc%8fios%ef%bc%89\/","name":"\u96c6\u6210bKash\u5230\u4f60\u7684APP\u4e2d\uff08Android\uff0fiOS\uff09 - DEEKPAY-\u5370\u5ea6\u539f\u751f\u652f\u4ed8|\u5370\u5ea6UPI\u652f\u4ed8|\u5370\u5ea6\u4e09\u65b9\u56db\u65b9\u652f\u4ed8","isPartOf":{"@id":"https:\/\/www.deekpay.com\/#website"},"datePublished":"2025-05-24T02:48:14+00:00","dateModified":"2025-05-24T02:48:14+00:00","breadcrumb":{"@id":"https:\/\/www.deekpay.com\/en\/2025\/05\/24\/%e9%9b%86%e6%88%90bkash%e5%88%b0%e4%bd%a0%e7%9a%84app%e4%b8%ad%ef%bc%88android%ef%bc%8fios%ef%bc%89\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.deekpay.com\/en\/2025\/05\/24\/%e9%9b%86%e6%88%90bkash%e5%88%b0%e4%bd%a0%e7%9a%84app%e4%b8%ad%ef%bc%88android%ef%bc%8fios%ef%bc%89\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.deekpay.com\/en\/2025\/05\/24\/%e9%9b%86%e6%88%90bkash%e5%88%b0%e4%bd%a0%e7%9a%84app%e4%b8%ad%ef%bc%88android%ef%bc%8fios%ef%bc%89\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/www.deekpay.com\/"},{"@type":"ListItem","position":2,"name":"\u96c6\u6210bKash\u5230\u4f60\u7684APP\u4e2d\uff08Android\uff0fiOS\uff09"}]},{"@type":"WebSite","@id":"https:\/\/www.deekpay.com\/#website","url":"https:\/\/www.deekpay.com\/","name":"DEEKPAY-\u5370\u5ea6\u539f\u751f\u652f\u4ed8|\u5370\u5ea6UPI\u652f\u4ed8|\u5370\u5ea6\u4e09\u65b9\u652f\u4ed8","description":"","publisher":{"@id":"https:\/\/www.deekpay.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.deekpay.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/www.deekpay.com\/#organization","name":"DEEKPAY-\u5370\u5ea6\u539f\u751f\u652f\u4ed8\u548cUPI\u652f\u4ed8\u670d\u52a1\u5546","url":"https:\/\/www.deekpay.com\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.deekpay.com\/#\/schema\/logo\/image\/","url":"https:\/\/deekpay.com\/wp-content\/uploads\/2024\/11\/LOGO-1.png","contentUrl":"https:\/\/deekpay.com\/wp-content\/uploads\/2024\/11\/LOGO-1.png","width":649,"height":191,"caption":"DEEKPAY-\u5370\u5ea6\u539f\u751f\u652f\u4ed8\u548cUPI\u652f\u4ed8\u670d\u52a1\u5546"},"image":{"@id":"https:\/\/www.deekpay.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.deekpay.com\/#\/schema\/person\/91e4e842fdd04f8c957a9f642506f51d","name":"deekpay","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.deekpay.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/485e931d0b237ba5cfa6c7cea419d88f7e3258b4837d99943e099ff93b458f8c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/485e931d0b237ba5cfa6c7cea419d88f7e3258b4837d99943e099ff93b458f8c?s=96&d=mm&r=g","caption":"deekpay"},"sameAs":["https:\/\/deekpay.com"],"url":"https:\/\/www.deekpay.com\/ko\/author\/deekpay\/"}]}},"_links":{"self":[{"href":"https:\/\/www.deekpay.com\/ko\/wp-json\/wp\/v2\/posts\/2996","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.deekpay.com\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.deekpay.com\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.deekpay.com\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.deekpay.com\/ko\/wp-json\/wp\/v2\/comments?post=2996"}],"version-history":[{"count":1,"href":"https:\/\/www.deekpay.com\/ko\/wp-json\/wp\/v2\/posts\/2996\/revisions"}],"predecessor-version":[{"id":2999,"href":"https:\/\/www.deekpay.com\/ko\/wp-json\/wp\/v2\/posts\/2996\/revisions\/2999"}],"wp:attachment":[{"href":"https:\/\/www.deekpay.com\/ko\/wp-json\/wp\/v2\/media?parent=2996"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.deekpay.com\/ko\/wp-json\/wp\/v2\/categories?post=2996"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.deekpay.com\/ko\/wp-json\/wp\/v2\/tags?post=2996"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}