{"id":2827,"date":"2025-05-19T10:03:05","date_gmt":"2025-05-19T02:03:05","guid":{"rendered":"https:\/\/www.deekpay.com\/?p=2827"},"modified":"2025-05-19T10:03:05","modified_gmt":"2025-05-19T02:03:05","slug":"%e8%b6%8a%e5%8d%97%e6%94%af%e4%bb%98api%e6%80%8e%e4%b9%88%e6%8e%a5%ef%bc%9f%e5%bc%80%e5%8f%91%e5%ae%9e%e6%88%98%e6%95%99%e7%a8%8b","status":"publish","type":"post","link":"https:\/\/www.deekpay.com\/ko\/2025\/05\/19\/%e8%b6%8a%e5%8d%97%e6%94%af%e4%bb%98api%e6%80%8e%e4%b9%88%e6%8e%a5%ef%bc%9f%e5%bc%80%e5%8f%91%e5%ae%9e%e6%88%98%e6%95%99%e7%a8%8b\/","title":{"rendered":"\ubca0\ud2b8\ub0a8 \uacb0\uc81c API\uc5d0 \uc5f0\uacb0\ud558\ub294 \ubc29\ubc95\uc740 \ubb34\uc5c7\uc778\uac00\uc694? \uc2e4\uc6a9\uc801\uc778 \ud29c\ud1a0\ub9ac\uc5bc \uac1c\ubc1c"},"content":{"rendered":"<h1>\ubca0\ud2b8\ub0a8 \uacb0\uc81c API \uc561\uc138\uc2a4 \uac1c\ubc1c \uc2e4\ubb34 \uac00\uc774\ub4dc<\/h1>\n<h2>I. \ubca0\ud2b8\ub0a8\uc758 \uc8fc\uc694 \uacb0\uc81c \ud50c\ub7ab\ud3fc \uac1c\uc694<\/h2>\n<p>\ubca0\ud2b8\ub0a8\uc5d0\uc11c \uacb0\uc81c API \ud1b5\ud569\uc744 \uc704\ud574 \uace0\ub824\ud574\uc57c \ud560 \uc8fc\uc694 \ud50c\ub7ab\ud3fc\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/p>\n<ol>\n<li><strong>\ubaa8\ubaa8 \uc6d4\ub81b<\/strong> - \ubca0\ud2b8\ub0a8\uc5d0\uc11c \uac00\uc7a5 \uc778\uae30 \uc788\ub294 \uc804\uc790\uc9c0\uac11<\/li>\n<li><strong>ZaloPay<\/strong> - Zalo \uc18c\uc15c \uc18c\ud504\ud2b8\uc6e8\uc5b4\uc758 \uacb0\uc81c \uc194\ub8e8\uc158<\/li>\n<li><strong>VNPAY<\/strong> - \uc740\ud589 \uc5f0\ud569\uc5d0\uc11c \uc9c0\uc6d0\ud558\ub294 \uac8c\uc774\ud2b8\uc6e8\uc774 \uc11c\ube44\uc2a4<\/li>\n<li><strong>Payoo<\/strong> - \uc624\ud504\ub77c\uc778 \ub9e4\uc7a5\uc774 \ub9ce\uc740 \uacb0\uc81c \ubc29\ubc95<\/li>\n<li><strong>OnePay<\/strong> - \ube44\uc790\/\ub9c8\uc2a4\ud130\uce74\ub4dc \ud604\uc9c0\ud654 \ud504\ub85c\uadf8\ub7a8<\/li>\n<\/ol>\n<h2>II. \uc561\uc138\uc2a4 \uc900\ube44<\/h2>\n<h3>1. \ud310\ub9e4\uc790 \uacc4\uc815 \ub4f1\ub85d<\/h3>\n<ul>\n<li>Momo. <a href=\"https:\/\/business.momo.vn\/\">https:\/\/business.momo.vn\/<\/a><\/li>\n<li>VNPAY. <a href=\"https:\/\/vnpay.vn\/merchant.html\">https:\/\/vnpay.vn\/merchant.html<\/a><\/li>\n<li>ZaloPay. <a href=\"https:\/\/zalopay.vn\/business\/\">https:\/\/zalopay.vn\/business\/<\/a><\/li>\n<\/ul>\n<h3>2. API \ubb38\uc11c \uc561\uc138\uc2a4<\/h3>\n<p>\ucd5c\uc2e0 API \ubb38\uc11c\ub294 \uac01 \ud50c\ub7ab\ud3fc\uc758 \uac1c\ubc1c\uc790 \uc13c\ud130\uc5d0\uc11c \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<ul>\n<li>\ubaa8\ubaa8 \uac1c\ubc1c\uc790 \ud3ec\ud138: https:\/\/developers.momo.vn\/<\/li>\n<li>VNPAY \uae30\uc220 \ubb38\uc11c: https:\/\/vnpay.vn\/category\/technical\/<\/li>\n<\/ul>\n<h2>III. \ubaa8\ubaa8 API \uc561\uc138\uc2a4 \uc608\uc2dc(PHP)<\/h2>\n<pre><code class=\"language-php\">&lt;?php<br>\r\nfunction execPostRequest($url, $data) {<br>\r\n    $ch = curl_init($url);<br>\r\n    curl_setopt($ch, CURLOPT_CUSTOMREQUEST, &quot;POST&quot;);<br>\r\n    curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($data));<br>\r\n    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);<br>\r\n    curl_setopt($ch, CURLOPT_HTTPHEADER, array(<br>\r\n            'Content-Type: application\/json',<br>\r\n            'Content-Length: ' . strlen(json_encode($data)))<br>\r\n    );<br>\r\n    $result = curl_exec($ch);<br>\r\n    return json_decode($result); \/\/ decode response JSON to object PHP <br>\r\n}<br>\r\n<br>\r\n\/\/ Momo\u914d\u7f6e\u53c2\u6570 (\u4ece\u5546\u6237\u540e\u53f0\u83b7\u53d6)<br>\r\n$partnerCode = &quot;MOMOXXXX&quot;;<br>\r\n$accessKey = &quot;XXXXXXXXXX&quot;;<br>\r\n$secretKey = &quot;XXXXXXXXXXXXXXXXXXXXXXXX&quot;;<br>\r\n<br>\r\n\/\/\u8ba2\u5355\u4fe1\u606f\u8bbe\u7f6e <br>\r\n$orderId = time() .&quot;&quot;; \/\/ unique order ID <br>\r\n$orderInfo = &quot;Thanh to\u00e1n qua MoMo&quot;; \/\/ payment content description  <br>\r\n$amount = $_POST['total_amount']; \/\/ total amount need pay  <br>\r\n$notifyUrl = &quot;https:\/\/yourdomain.com\/momo_notify.php&quot;; \/\/ callback URL after payment success\/fail  <br>\r\n$returnUrl = &quot;https:\/\/yourdomain.com\/thankyou.php&quot;; \/\/ redirect URL after payment complete  <br>\r\n<br>\r\n\/\/\u751f\u6210\u7b7e\u540d(SHA256\u52a0\u5bc6)<br>\r\n$requestId= time().&quot;&quot;;<br>\r\n$rawHash= &quot;accessKey=&quot;.$accessKey.&quot;&amp;amount=&quot;.$amount.&quot;&amp;extraData=&amp;ipnUrl=&quot;.$notifyUrl.&quot;&amp;orderId=&quot;.$orderId.&quot;&amp;orderInfo=&quot;.$orderInfo.&quot;&amp;partnerCode=&quot;.$partnerCode.&quot;&amp;redirectUrl=&quot;.$returnUrl.&quot;&amp;requestId=&quot;.$requestId;<br>\r\n    <br>\r\nif(isset($_SERVER['HTTPS']) &amp;&amp; $_SERVER['HTTPS'] == 'on') {<br>\r\n   $base_url_payment='https';<br>\r\n} else {<br>\r\n   $base_url_payment='http';<br>\r\n}<br>\r\n    <br>\r\n\/\/\u62fc\u63a5\u5b8c\u6574\u8bf7\u6c42\u6570\u636e   <br>\r\narray (<br>\r\n        'partnerCode' =&gt; $partnerCode,<br>\r\n        'accessKey' =&gt; $accessKey,<br>\r\n        'requestId' =&gt; $requestId,<br>\r\n        'amount' =&gt; strval ($amount),<br>\r\n        'orderId' =&gt; strval ($order_id),<br>\r\n        ...<br>\r\n);<br>\r\n<br>\r\ntry {        <br>\r\n     \/* call api to momo server *\/     <br>\r\n     if(!empty($_POST)){         <br>\r\n         header('Location : '.execPostRequest(&quot;...&quot;,...));          <br>\r\n         exit();      <br>\r\n      }       <br>\r\n} catch(Exception ex){ ... }<br>\r\n?&gt;<br>\r\n<\/code><\/pre>\n<p>IV. VNPAY \ud1b5\ud569 \uc8fc\uc694 \ub2e8\uacc4(Java \uc608\uc81c)<\/p>\n<pre><code class=\"language-java\">\uacf5\uc6a9 \ud074\ub798\uc2a4 VNPayConfig {<br>\r\n    <br>\r\n    \uacf5\uc6a9 \uc815\uc801 \ubb38\uc790\uc5f4 vnp_PayUrl = \"https:\/\/sandbox.vnpayment.vn\/paymentv2\/vpcpay.html\";<br>\r\n    \uacf5\uc6a9 \uc815\uc801 \ubb38\uc790\uc5f4 vnp_Returnurl = \"http:\/\/localhost:8080\/vnp_return.jsp\";<br>\r\n    \uacf5\uc6a9 \uc815\uc801 \ubb38\uc790\uc5f4 vnp_TmnCode = \"YourTmnCodeHere\";\t<br>\r\n    ...<br>\r\n    <br>\r\n    \/\/ HMAC-SHA512 \uc54c\uace0\ub9ac\uc998\uc73c\ub85c \ubcf4\uc548 \ud574\uc2dc \uc0dd\uc131\ud558\uae30\t\t<br>\r\n    private static String hmacSHA512(final String key,final String data){<br>\r\n        try{<br>\r\n            Mac sha512_HMAC=Mac.getInstance(\"HmacSHA512\");            <br>\r\n            \ube44\ubc00 \ud0a4 \uc0ac\uc591 secret_key=\uc0c8 \ube44\ubc00 \ud0a4 \uc0ac\uc591(key.getBytes(), \"HmacSHA512\");             <br>\r\n            sha512_HMAC.init(secret_key);              <br>\r\n            byte[] binary_data=sha512_HMAC.doFinal(data.getBytes());               <br>\r\n            <br>\r\n           \ubb38\uc790\uc5f4 \ube4c\ub354 sb=\uc0c8 \ubb38\uc790\uc5f4 \ube4c\ub354(binary_data.length*2);                <br>\r\n           for(\ubc14\uc774\ud2b8 b : binary_data){                    <br>\r\n               sb.append(String.format(&quot;%02x&quot;,b &amp;0xff));                <br>\r\n           }                            <br>\r\n          sb.toString()\uc744 \ubc18\ud658\ud569\ub2c8\ub2e4;           <br>\r\n       }catch(Exception e){throw new RuntimeException(e);}     <br>\r\n   }<br>\r\n   <br>\r\n   public Map createPayment(Long amount,String bankcode) throws UnsupportedEncodingException{<br>\r\n       \uce98\ub9b0\ub354 cld=Calendar.getInstance();<br>\r\n       SimpleDateFormat \ud3ec\ub9f7\ud130=\uc0c8 SimpleDateFormat(\"yyyyMMddHHmmss\");<br>\r\n       <br>\r\n       \ub9f5 \ub9e4\uac1c\ubcc0\uc218=\uc0c8 \ud574\uc2dc\ub9f5();<br>\r\n       params.put(\"vnp_Version\", \"2.1.0\");<br>\r\n       params.put(\"vnp_Command\", \"pay\");<br>\r\n       ...<br>\r\n       <br>\r\n       \ud544\ub4dc \uc774\ub984 \ubaa9\ub85d=\uc0c8 \ubc30\uc5f4 \ubaa9\ub85d(params.keySet());<br>\r\n       \uceec\ub809\uc158.\uc815\ub82c(\ud544\ub4dc \uc774\ub984).<br>\r\n       <br>\r\n      \ubb38\uc790\uc5f4 \ube4c\ub354 \ud574\uc2dc\ub370\uc774\ud130\ube4c\ub354=\uc0c8 \ubb38\uc790\uc5f4 \ube4c\ub354();<br>\r\n      for(String fieldName : fieldNames){<br>\r\n          if(params.get(fieldName)! =null&amp;&amp;!params.get(fieldName).isEmpty()){<br>\r\n              \ud574\uc2dc\ub370\uc774\ud130\ube4c\ub354.\ucd94\uac00((\ud544\ub4dc\uba85+\"\"));<br>\r\n              ...<br>\r\n          }<br>\r\n      }<br>\r\n      <br>\r\n      SecureRandom \ubb34\uc791\uc704 \ubb34\uc791\uc704=SecureRandom.getInstanceStrong();<br>\r\n      int randomNumber=(int)(randomSecure Random.nextDouble()*100000000)+10000000;<br>\r\n      <br>\r\n      params.put(... ,String.valueOf(randomNumber));<br>\r\n      <br>\r\n      \uc11c\uba85\ub41c \ub9e4\uac1c\ubcc0\uc218\ub97c \ubc18\ud658\ud569\ub2c8\ub2e4;\t\t \t    \t    \t    \t    \t   \t    \t   \t    \t   \t    \t   \t    \t   \t    \t\t \t    \t    \t    \t\t\t \t\t \t    \t    \t\t\t \t\t \t    \t    \t\t\t \t\t \t    \t    \t\t\t\t\t\t<br>\r\n}<br>\r\n<\/code><\/pre>\n<p>V. \uc77c\ubc18\uc801\uc778 \ubb38\uc81c \ubc0f \ub514\ubc84\uae45 \ud301<\/p>\n<p>1.<strong>\uc11c\uba85 \ud655\uc778 \uc2e4\ud328<\/strong><\/p>\n<ul>\n<li>SHA256\/HMAC-SHA512 \uc54c\uace0\ub9ac\uc998 \uad6c\ud604\uc774 \uc62c\ubc14\ub978\uac00\uc694?<\/li>\n<li>\ud0a4\uc640 \ub9e4\uac1c\ubcc0\uc218\uc758 \uc21c\uc11c\uac00 \ubb38\uc11c\uc5d0 \ub530\ub77c \uc5c4\uaca9\ud558\uac8c \uc815\ud574\uc838 \uc788\ub098\uc694?<\/li>\n<\/ul>\n<p>2.<strong>\ucf5c\ubc31 \ucc98\ub9ac<\/strong><\/p>\n<pre><code class=\"language-python\">    if verify_signature(request.json): # \uc0ac\uc6a9\uc790 \uc9c0\uc815 \uc11c\uba85 \ud655\uc778 \ud568\uc218\t\t\t<br>\r\n        if result_code==0.<br>\r\n            logger.info(f \"\uacb0\uc81c \uc131\uacf5:{trans_id}\")<br>\r\n    else.<br>\r\n        logger.warning(\"\uc798\ubabb\ub41c \uc11c\uba85\uc774 \uac10\uc9c0\ub418\uc5c8\uc2b5\ub2c8\ub2e4!\")<br>\r\n    \ubc18\ud658 \uc751\ub2f5(status.HTTP_200_OK)<br>\r\n<\/code><\/pre>\n<p>3.<strong>\ud14c\uc2a4\ud2b8 \ud658\uacbd \uad8c\uc7a5 \uc0ac\ud56d<\/strong><br \/>\n\ubaa8\ub4e0 \ud50c\ub7ab\ud3fc\uc740 \uad8c\uc7a5\ub418\ub294 \ub300\ub85c \uc0cc\ub4dc\ubc15\uc2a4 \ud658\uacbd\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4:<\/p>\n<h1>\ubca0\ud2b8\ub0a8 \uacb0\uc81c API \uc561\uc138\uc2a4 \uac1c\ubc1c \uc2e4\ubb34 \uac00\uc774\ub4dc(\uacc4\uc18d)<\/h1>\n<h2>V. \ud14c\uc2a4\ud2b8 \ud658\uacbd \uad8c\uc7a5 \uc0ac\ud56d \ubc0f \ub514\ubc84\uae45 \uae30\uc220(\uacc4\uc18d)<\/h2>\n<h3>3.1 \ud50c\ub7ab\ud3fc\ubcc4 \uc0cc\ub4dc\ubc15\uc2a4 \ud658\uacbd \uc8fc\uc18c<\/h3>\n<ul>\n<li><strong>\ubaa8\ubaa8 \uc0cc\ub4dc\ubc15\uc2a4<\/strong>: <a href=\"https:\/\/test-payment.momo.vn\">https:\/\/test-payment.momo.vn<\/a><\/li>\n<li><strong>VNPAY \uc0cc\ub4dc\ubc15\uc2a4<\/strong>: <a href=\"https:\/\/sandbox.vnpayment.vn\/apis\/\">https:\/\/sandbox.vnpayment.vn\/apis\/<\/a><\/li>\n<li><strong>ZaloPay \ud14c\uc2a4\ud2b8 \ud658\uacbd<\/strong>: <a href=\"https:\/\/sb-openapi.zalopay.vn\/\">https:\/\/sb-openapi.zalopay.vn\/<\/a><\/li>\n<\/ul>\n<h3>3.2 \ud3ec\uc2a4\ud2b8\ub9e8 \ub514\ubc84\uae45 \uc608\uc81c<\/h3>\n<pre><code class=\"language-json\">\/\/ \ubaa8\ubaa8 \uacb0\uc81c \uc694\uccad \uc608\uc2dc (POST \/v2\/gateway\/api\/create)<br>\r\n{<br>\r\n    \"\ud30c\ud2b8\ub108\ucf54\ub4dc\": \"MOMOXKXX\".<br>\r\n    \"\ud30c\ud2b8\ub108 \uc774\ub984\": \"\ud14c\uc2a4\ud2b8 \ud310\ub9e4\uc790\",<br>\r\n    \"storeId\": \"\ud14c\uc2a4\ud2b8 \uc2a4\ud1a0\uc5b4\",<br>\r\n    \"\uc694\uccad \uc720\ud615\": \"captureWallet\". <br>\r\n    \"ipnUrl\": \"https:\/\/yourdomain.com\/momo_callback\",<br>\r\n    \/\/... \uae30\ud0c0 \ud544\uc218 \ud544\ub4dc...<br>\r\n}<br>\r\n<\/code><\/pre>\n<h2>VI. ZaloPay \uc5f0\ub3d9 \ud0a4 \ucf54\ub4dc(Node.js \uc608\uc2dc)<\/h2>\n<pre><code class=\"language-javascript\">const crypto = require('crypto');<br>\r\nconst axios = require('axios');<br>\r\n<br>\r\n\/\/ ZaloPay\u914d\u7f6e\u53c2\u6570<br>\r\nconst config = {<br>\r\n  app_id: '2554',<br>\r\n  key1: 'sdngKKJmqEMzvh5QQcdD2A9XBSKUNaYn',<br>\r\n  endpoint: 'https:\/\/sb-openapi.zalopay.vn\/v2\/create'<br>\r\n};<br>\r\n<br>\r\n\/\/\u751f\u6210MAC\u7b7e\u540d(HMAC-SHA256)<br>\r\nfunction generateMac(data, key) {<br>\r\n  return crypto.createHmac('sha256', key)<br>\r\n              .update(data)<br>\r\n              .digest('hex');<br>\r\n}<br>\r\n<br>\r\nasync function createZaloPayment(order) {<br>\r\n  <br>\r\n const timestamp = Date.now();<br>\r\n const uid = `${timestamp}${Math.floor(Math.random() *999)}`;<br>\r\n <br>\r\n const params = {<br>\r\n   app_id: config.app_id,<br>\r\n   app_trans_id: `${moment().format('YYMMDD')}_${order.id}`,<br>\r\n   app_user: order.userId,<br>\r\n   amount: order.amount,<br>\r\n   item: JSON.stringify(order.items),<br>\r\n   description:`Thanh toan don hang #${order.id}`,<br>\r\n };<br>\r\n <br>\r\n \/\/\u6309\u6587\u6863\u8981\u6c42\u6392\u5e8f\u5e76\u62fc\u63a5\u7b7e\u540d\u5b57\u7b26\u4e32 <br>\r\n let dataStr= Object.keys(params).sort()<br>\r\n           .map(key=&gt;`${key}=${params[key]}`).join(&quot;&amp;&quot;);<br>\r\n           <br>\r\n params.mac= generateMac(dataStr,config.key1);<br>\r\n <br>\r\n try{<br>\r\n     const response= await axios.post(config.endpoint,params);<br>\r\n     if(response.data.return_code===1){<br>\r\n         return response.data.order_url; \/\/\u8df3\u8f6c\u5230ZaloPay\u7684\u652f\u4ed8\u9875\u9762URL  <br>\r\n     }else{<br>\r\n         throw new Error(`ZaloPay error:[${response.data.sub_return_code}] ${response.data.sub_return_message}`);<br>\r\n     }<br>\r\n }catch(error){<br>\r\n      console.error(&quot;\u8c03\u7528ZALOPAY API\u5931\u8d25:&quot;,error);   <br>\r\n      throw error;<br>\r\n }<br>\r\n}<br>\r\n<\/code><\/pre>\n<p>VII. \ud504\ub85c\ub355\uc158 \ud658\uacbd \ubc30\ud3ec\uc5d0 \ub300\ud55c \ucc38\uace0 \uc0ac\ud56d<\/p>\n<p>7.1 SSL \uc778\uc99d\uc11c \uc694\uad6c \uc0ac\ud56d<br \/>\n\ubaa8\ub4e0 \ucf5c\ubc31 \uc778\ud130\ud398\uc774\uc2a4\ub294 \ubc18\ub4dc\uc2dc \uadf8\ub798\uc57c \ud569\ub2c8\ub2e4.<\/p>\n<ul>\n<li>HTTPS \ud504\ub85c\ud1a0\ucf5c(HTTP \ubbf8\uc9c0\uc6d0)<\/li>\n<li>TLS \ubc84\uc804 \u2265 1.2(\ubca0\ud2b8\ub0a8 \uc911\uc559\uc740\ud589\uc5d0\uc11c \uc9c0\uc815)<\/li>\n<\/ul>\n<p>7.2 IP \ud654\uc774\ud2b8\ub9ac\uc2a4\ud2b8 \uc124\uc815<br \/>\n\ud310\ub9e4\uc790 \ubc31\uc5d4\ub4dc\uc758 \ud654\uc774\ud2b8\ub9ac\uc2a4\ud2b8\uc5d0 \uc11c\ubc84 IP\ub97c \ucd94\uac00\ud569\ub2c8\ub2e4:<\/p>\n<pre><code># VNPAY \ud310\ub9e4\uc790 \ubc31\uc624\ud53c\uc2a4 \uc608\uc2dc.<br>\r\n120.72.*. * (\uc11c\ubc84\uc758 IP \uc138\uadf8\uba3c\ud2b8)  <br>\r\n14.. *. * (\ub300\uccb4 IP \uc138\uadf8\uba3c\ud2b8)    <br>\r\n<\/code><\/pre>\n<p>7.3 \uac70\ub798 \ud55c\ub3c4 \uad00\ub9ac<\/p>\n<table>\n<thead>\n<tr>\n<th>\ud14c\ub77c\uc2a4<\/th>\n<th>\ub2e8\uc77c \ucd5c\uc18c<\/th>\n<th>\ub2e8\uc77c \ucd5c\ub300<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>MOMO<\/td>\n<td>10,000\u20ab<\/td>\n<td>50,000,000\u20ab<\/td>\n<\/tr>\n<tr>\n<td>VNPAY \ubb34\uc81c\ud55c<\/td>\n<td>\ucd5c\ub300 \uc740\ud589 \uacc4\uc88c \uc794\uc561<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>Zalo Pay \uae30\uc5c5 \uacc4\uc815<\/td>\n<td>&#8211;<\/td>\n<td>200\uc5b5\/\uc77c<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>VIII. \ub2e4\uad6d\uc5b4 \uc624\ub958 \ucc98\ub9ac \ud504\ub85c\uadf8\ub7a8<\/p>\n<pre><code class=\"language-java\">\uacf5\uc6a9 \ud074\ub798\uc2a4 PaymentErrorHandler {<br>\r\n<br>\r\n private static final Map MOMO_ERRORS=\uc0c8 \ud574\uc2dc\ub9f5(){{<br>\r\n put(0, \"Giao d\u1ecbch th\u00e0nh c\u00f4ng\"); put(-6, \"Signature kh\u00f4ng h\u1ee3p l\u1ec7\");}};<br>\r\n<br>\r\n private static final Map VNPAY_ERRORS=\uc0c8 \ud574\uc2dc\ub9f5(){{<br>\r\n put(\"00\",\"GD thanh cong\");put(\"07\",\"Tr\u1eeb ti\u1ec1n th\u00e0nh c\u00f4ng GD b\u1ecb nghi ng\u1edd\");}};<br>\r\n<br>\r\n public String localizeError(String provider,int code,String locale){     <br>\r\n switch(locale.toLowerCase()){<br>\r\n \ucf00\uc774\uc2a4 \"\ubc14\uc774\".<br>\r\n \ubc18\ud658 \"vi\".equals(locale)?MOMO_ERRORS.get(code):getEnglishMessage(code);       <br>\r\n \uae30\ubcf8\uac12\uc785\ub2c8\ub2e4.<br>\r\n return getEnglishMessage(code);}}<br>\r\n}<br>\r\n<\/code><\/pre>\n<p>IX. \uc131\ub2a5 \ucd5c\uc801\ud654 \uad8c\uc7a5 \uc0ac\ud56d<\/p>\n<p><strong>\ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc124\uacc4 \ucd5c\uc801\ud654:<\/strong><\/p>\n<pre><code class=\"language-sql--\"> id BIGSERIAL PRIMARY KEY ,<br>\r\n \uac8c\uc774\ud2b8\uc6e8\uc774 VARCHAR(20)\/* momo\/vnpay\/zalopay *\/ ,<br>\r\n trans_id VARCHAR(64)\/*\uac8c\uc774\ud2b8\uc6e8\uc774 \ud2b8\ub79c\uc7ad\uc158 \ubc88\ud638*\/ ,   <br>\r\n \uc0c1\ud0dc SMALLINT\/*0=\ubcf4\ub958 \uc911, 1=\uc131\uacf5**\/ ,    <br>\r\n created_at TIMESTAMPT NOT NULL DEFAULT NOW(),<br>\r\n INDEX idx_gateway_status(gateway.status));`<br>\r\n<\/code><\/pre>\n<p><strong>Redis \uce90\uc2f1 \uc560\ud50c\ub9ac\ucf00\uc774\uc158:<\/strong><\/p>\n<pre><code class=\"language-python\"> cache_key=f'momo_callback_{transid}' if cache.get(cache_key).<br>\r\n logger.warning(f'\uc911\ubcf5 \ucf5c\ubc31 \uac10\uc9c0:{transid}')<br>\r\n else.<br>\r\n cache.set(cache_key,'processed',timeout=300)#5\ubd84 \ub9cc\ub8cc`<br>\r\n<\/code><\/pre>\n<p>\ud2b9\uc815 \ud50c\ub7ab\ud3fc\uc5d0 \ub300\ud55c \uc790\uc138\ud55c \uad6c\ud604\uc774 \ud544\uc694\ud558\uac70\ub098 \ud2b9\uc815 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud558\ub294 \uacbd\uc6b0 \uc6b0\ub824\ub418\ub294 \uc601\uc5ed\uc744 \uc54c\ub824\uc8fc\uc138\uc694.<\/p>","protected":false},"excerpt":{"rendered":"<p>\ubca0\ud2b8\ub0a8 \uacb0\uc81c API \uc561\uc138\uc2a4 \uac1c\ubc1c \uc2e4\ubb34 \uac00\uc774\ub4dc I. \ubca0\ud2b8\ub0a8\uc758 \uc8fc\uc694 \uacb0\uc81c \ud50c\ub7ab\ud3fc \uac1c\uc694 \ubca0\ud2b8\ub0a8\uc5d0\uc11c\ub294...<\/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":[34],"tags":[],"class_list":["post-2827","post","type-post","status-publish","format-standard","hentry","category-34"],"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>\u8d8a\u5357\u652f\u4ed8API\u600e\u4e48\u63a5\uff1f\u5f00\u53d1\u5b9e\u6218\u6559\u7a0b - 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\/19\/\u8d8a\u5357\u652f\u4ed8api\u600e\u4e48\u63a5\uff1f\u5f00\u53d1\u5b9e\u6218\u6559\u7a0b\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u8d8a\u5357\u652f\u4ed8API\u600e\u4e48\u63a5\uff1f\u5f00\u53d1\u5b9e\u6218\u6559\u7a0b\" \/>\n<meta property=\"og:description\" content=\"\u8d8a\u5357\u652f\u4ed8API\u63a5\u5165\u5f00\u53d1\u5b9e\u6218\u6307\u5357 \u4e00\u3001\u8d8a\u5357\u4e3b\u6d41\u652f\u4ed8\u5e73\u53f0\u6982\u89c8 \u5728&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.deekpay.com\/ko\/2025\/05\/19\/\u8d8a\u5357\u652f\u4ed8api\u600e\u4e48\u63a5\uff1f\u5f00\u53d1\u5b9e\u6218\u6559\u7a0b\/\" \/>\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-19T02:03:05+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=\"5\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\/19\/%e8%b6%8a%e5%8d%97%e6%94%af%e4%bb%98api%e6%80%8e%e4%b9%88%e6%8e%a5%ef%bc%9f%e5%bc%80%e5%8f%91%e5%ae%9e%e6%88%98%e6%95%99%e7%a8%8b\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.deekpay.com\/en\/2025\/05\/19\/%e8%b6%8a%e5%8d%97%e6%94%af%e4%bb%98api%e6%80%8e%e4%b9%88%e6%8e%a5%ef%bc%9f%e5%bc%80%e5%8f%91%e5%ae%9e%e6%88%98%e6%95%99%e7%a8%8b\/\"},\"author\":{\"name\":\"deekpay\",\"@id\":\"https:\/\/www.deekpay.com\/#\/schema\/person\/91e4e842fdd04f8c957a9f642506f51d\"},\"headline\":\"\u8d8a\u5357\u652f\u4ed8API\u600e\u4e48\u63a5\uff1f\u5f00\u53d1\u5b9e\u6218\u6559\u7a0b\",\"datePublished\":\"2025-05-19T02:03:05+00:00\",\"dateModified\":\"2025-05-19T02:03:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.deekpay.com\/en\/2025\/05\/19\/%e8%b6%8a%e5%8d%97%e6%94%af%e4%bb%98api%e6%80%8e%e4%b9%88%e6%8e%a5%ef%bc%9f%e5%bc%80%e5%8f%91%e5%ae%9e%e6%88%98%e6%95%99%e7%a8%8b\/\"},\"wordCount\":87,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.deekpay.com\/#organization\"},\"articleSection\":[\"\u8d8a\u5357\u652f\u4ed8\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.deekpay.com\/en\/2025\/05\/19\/%e8%b6%8a%e5%8d%97%e6%94%af%e4%bb%98api%e6%80%8e%e4%b9%88%e6%8e%a5%ef%bc%9f%e5%bc%80%e5%8f%91%e5%ae%9e%e6%88%98%e6%95%99%e7%a8%8b\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.deekpay.com\/en\/2025\/05\/19\/%e8%b6%8a%e5%8d%97%e6%94%af%e4%bb%98api%e6%80%8e%e4%b9%88%e6%8e%a5%ef%bc%9f%e5%bc%80%e5%8f%91%e5%ae%9e%e6%88%98%e6%95%99%e7%a8%8b\/\",\"url\":\"https:\/\/www.deekpay.com\/en\/2025\/05\/19\/%e8%b6%8a%e5%8d%97%e6%94%af%e4%bb%98api%e6%80%8e%e4%b9%88%e6%8e%a5%ef%bc%9f%e5%bc%80%e5%8f%91%e5%ae%9e%e6%88%98%e6%95%99%e7%a8%8b\/\",\"name\":\"\u8d8a\u5357\u652f\u4ed8API\u600e\u4e48\u63a5\uff1f\u5f00\u53d1\u5b9e\u6218\u6559\u7a0b - 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-19T02:03:05+00:00\",\"dateModified\":\"2025-05-19T02:03:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.deekpay.com\/en\/2025\/05\/19\/%e8%b6%8a%e5%8d%97%e6%94%af%e4%bb%98api%e6%80%8e%e4%b9%88%e6%8e%a5%ef%bc%9f%e5%bc%80%e5%8f%91%e5%ae%9e%e6%88%98%e6%95%99%e7%a8%8b\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.deekpay.com\/en\/2025\/05\/19\/%e8%b6%8a%e5%8d%97%e6%94%af%e4%bb%98api%e6%80%8e%e4%b9%88%e6%8e%a5%ef%bc%9f%e5%bc%80%e5%8f%91%e5%ae%9e%e6%88%98%e6%95%99%e7%a8%8b\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.deekpay.com\/en\/2025\/05\/19\/%e8%b6%8a%e5%8d%97%e6%94%af%e4%bb%98api%e6%80%8e%e4%b9%88%e6%8e%a5%ef%bc%9f%e5%bc%80%e5%8f%91%e5%ae%9e%e6%88%98%e6%95%99%e7%a8%8b\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/www.deekpay.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u8d8a\u5357\u652f\u4ed8API\u600e\u4e48\u63a5\uff1f\u5f00\u53d1\u5b9e\u6218\u6559\u7a0b\"}]},{\"@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":"\u8d8a\u5357\u652f\u4ed8API\u600e\u4e48\u63a5\uff1f\u5f00\u53d1\u5b9e\u6218\u6559\u7a0b - 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\/19\/\u8d8a\u5357\u652f\u4ed8api\u600e\u4e48\u63a5\uff1f\u5f00\u53d1\u5b9e\u6218\u6559\u7a0b\/","og_locale":"ko_KR","og_type":"article","og_title":"\u8d8a\u5357\u652f\u4ed8API\u600e\u4e48\u63a5\uff1f\u5f00\u53d1\u5b9e\u6218\u6559\u7a0b","og_description":"\u8d8a\u5357\u652f\u4ed8API\u63a5\u5165\u5f00\u53d1\u5b9e\u6218\u6307\u5357 \u4e00\u3001\u8d8a\u5357\u4e3b\u6d41\u652f\u4ed8\u5e73\u53f0\u6982\u89c8 \u5728&hellip;","og_url":"https:\/\/www.deekpay.com\/ko\/2025\/05\/19\/\u8d8a\u5357\u652f\u4ed8api\u600e\u4e48\u63a5\uff1f\u5f00\u53d1\u5b9e\u6218\u6559\u7a0b\/","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-19T02:03:05+00:00","author":"deekpay","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"deekpay","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"5\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.deekpay.com\/en\/2025\/05\/19\/%e8%b6%8a%e5%8d%97%e6%94%af%e4%bb%98api%e6%80%8e%e4%b9%88%e6%8e%a5%ef%bc%9f%e5%bc%80%e5%8f%91%e5%ae%9e%e6%88%98%e6%95%99%e7%a8%8b\/#article","isPartOf":{"@id":"https:\/\/www.deekpay.com\/en\/2025\/05\/19\/%e8%b6%8a%e5%8d%97%e6%94%af%e4%bb%98api%e6%80%8e%e4%b9%88%e6%8e%a5%ef%bc%9f%e5%bc%80%e5%8f%91%e5%ae%9e%e6%88%98%e6%95%99%e7%a8%8b\/"},"author":{"name":"deekpay","@id":"https:\/\/www.deekpay.com\/#\/schema\/person\/91e4e842fdd04f8c957a9f642506f51d"},"headline":"\u8d8a\u5357\u652f\u4ed8API\u600e\u4e48\u63a5\uff1f\u5f00\u53d1\u5b9e\u6218\u6559\u7a0b","datePublished":"2025-05-19T02:03:05+00:00","dateModified":"2025-05-19T02:03:05+00:00","mainEntityOfPage":{"@id":"https:\/\/www.deekpay.com\/en\/2025\/05\/19\/%e8%b6%8a%e5%8d%97%e6%94%af%e4%bb%98api%e6%80%8e%e4%b9%88%e6%8e%a5%ef%bc%9f%e5%bc%80%e5%8f%91%e5%ae%9e%e6%88%98%e6%95%99%e7%a8%8b\/"},"wordCount":87,"commentCount":0,"publisher":{"@id":"https:\/\/www.deekpay.com\/#organization"},"articleSection":["\u8d8a\u5357\u652f\u4ed8"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.deekpay.com\/en\/2025\/05\/19\/%e8%b6%8a%e5%8d%97%e6%94%af%e4%bb%98api%e6%80%8e%e4%b9%88%e6%8e%a5%ef%bc%9f%e5%bc%80%e5%8f%91%e5%ae%9e%e6%88%98%e6%95%99%e7%a8%8b\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.deekpay.com\/en\/2025\/05\/19\/%e8%b6%8a%e5%8d%97%e6%94%af%e4%bb%98api%e6%80%8e%e4%b9%88%e6%8e%a5%ef%bc%9f%e5%bc%80%e5%8f%91%e5%ae%9e%e6%88%98%e6%95%99%e7%a8%8b\/","url":"https:\/\/www.deekpay.com\/en\/2025\/05\/19\/%e8%b6%8a%e5%8d%97%e6%94%af%e4%bb%98api%e6%80%8e%e4%b9%88%e6%8e%a5%ef%bc%9f%e5%bc%80%e5%8f%91%e5%ae%9e%e6%88%98%e6%95%99%e7%a8%8b\/","name":"\u8d8a\u5357\u652f\u4ed8API\u600e\u4e48\u63a5\uff1f\u5f00\u53d1\u5b9e\u6218\u6559\u7a0b - 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-19T02:03:05+00:00","dateModified":"2025-05-19T02:03:05+00:00","breadcrumb":{"@id":"https:\/\/www.deekpay.com\/en\/2025\/05\/19\/%e8%b6%8a%e5%8d%97%e6%94%af%e4%bb%98api%e6%80%8e%e4%b9%88%e6%8e%a5%ef%bc%9f%e5%bc%80%e5%8f%91%e5%ae%9e%e6%88%98%e6%95%99%e7%a8%8b\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.deekpay.com\/en\/2025\/05\/19\/%e8%b6%8a%e5%8d%97%e6%94%af%e4%bb%98api%e6%80%8e%e4%b9%88%e6%8e%a5%ef%bc%9f%e5%bc%80%e5%8f%91%e5%ae%9e%e6%88%98%e6%95%99%e7%a8%8b\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.deekpay.com\/en\/2025\/05\/19\/%e8%b6%8a%e5%8d%97%e6%94%af%e4%bb%98api%e6%80%8e%e4%b9%88%e6%8e%a5%ef%bc%9f%e5%bc%80%e5%8f%91%e5%ae%9e%e6%88%98%e6%95%99%e7%a8%8b\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/www.deekpay.com\/"},{"@type":"ListItem","position":2,"name":"\u8d8a\u5357\u652f\u4ed8API\u600e\u4e48\u63a5\uff1f\u5f00\u53d1\u5b9e\u6218\u6559\u7a0b"}]},{"@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\/2827","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=2827"}],"version-history":[{"count":1,"href":"https:\/\/www.deekpay.com\/ko\/wp-json\/wp\/v2\/posts\/2827\/revisions"}],"predecessor-version":[{"id":2828,"href":"https:\/\/www.deekpay.com\/ko\/wp-json\/wp\/v2\/posts\/2827\/revisions\/2828"}],"wp:attachment":[{"href":"https:\/\/www.deekpay.com\/ko\/wp-json\/wp\/v2\/media?parent=2827"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.deekpay.com\/ko\/wp-json\/wp\/v2\/categories?post=2827"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.deekpay.com\/ko\/wp-json\/wp\/v2\/tags?post=2827"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}