전자결제 [KCP] 한국사이버결제 에스크로
페이지 정보
본문
에스크로 마크 다운로드 : http://www.kcp.co.kr/alpa.escrow.certification.do
에스크로서비스는 전자상거래상에서 판매자와 구매자가 거래합의 후 상품배송 및 결제과정 중에서 거래사고를 예방하기 위해서 제3자 (에스크로 사업자)가 거래대금의 입출금을 공정하게 관리함으로써 매매를 보호하고, 판매자와 구매자간의 거래안전을 도모하는 서비스입니다. (2006.4.1 전자상거래 소비자보호법에 따른 의무 시행)
1. KCP 서비스 신청
1-1. KCP 관리자 페이지 로그인
1-2. 고객센터 > 서비스 변경 및 추가 > 에스크로 신청 클릭
신청과정에서 대표자 실명인증이 필요합니다.
2. 설치 방법 Type 1
2-1. kcp 폴더에 escrow_pop.html 파일을 생성하여 추가
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
<title>Untitled Document</title>
<style type="text/css">
body {margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;}
</style>
<script language="JavaScript">
function go_check()
{
var status = "width=500 height=450 menubar=no,scrollbars=no,resizable=no,status=no";
var obj = window.open('', 'kcp_pop', status);
document.shop_check.method = "post";
document.shop_check.target = "kcp_pop";
document.shop_check.action = "http://admin.kcp.co.kr/Modules/escrow/kcp_pop.jsp";
document.shop_check.submit();
}
</script>
</head>
<body>
<form name="shop_check" method="post" action="http://admin.kcp.co.kr/Modules/escrow/kcp_pop.jsp">
<input type="hidden" name="site_cd" value="상점고유번호">
<table width="300" height="300" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><a href="javascript:go_check()"><img src="/img/KCPescr_bn_01.gif" border="0"></a></td>
</tr>
</table>
</form>
</body>
</html>
2-2. 홈페이지 하단에 에스크로 관련 문구 삽입
<a href="/kcp/escrow_pop.html" onClick="window.open('/kcp/escrow_pop.html','new','resizable=no, width=300, height=300');return false">에스크로 가입확인</a>
3. 설치방법 Type 2
<a href="#" onclick="window.open('http://admin.kcp.co.kr/Modules/escrow/kcp_pop.jsp?site_cd=상점고유번호','new','resizable=no, width=500, height=450');return false">에스크로 가입확인</a>
4. 설치방법 Type 3
<script type="text/javascript">
<!--
// KCP 에스크로 새창 띄우기 함수 정의
function KCPescrowViewPopup() {
window.open("http://admin.kcp.co.kr/Modules/escrow/kcp_pop.jsp?site_cd=상점고유번호", "communicationViewPopup", "width=500, height=450, scrollbars=no, menubar=no");
}
//-->
</script>
<style type="text/css">
<!--
.KCPescrowCSS{color:#000; background-color:#ffffff; padding:2px 4px; border:solid 0 #ffffff; filter: Alpha(Opacity=100); }
-->
</style>
<a href="#" onkeypress="KCPescrowViewPopup()" onclick="KCPescrowViewPopup()" class="KCPescrowCSS">에스크로 가입사실확인</a>
5. 설치방법 Type 4
<script type="text/javascript">
<!--
// KCP 에스크로 새창 띄우기 함수 정의
function KCPescrowViewPopup() {
window.open("http://admin.kcp.co.kr/Modules/escrow/kcp_pop.jsp?site_cd=SR<?php echo $default['de_kcp_mid']; ?>", "communicationViewPopup", "width=500, height=450, scrollbars=no, menubar=no");
}
//-->
</script>
<a href="#" onkeypress="KCPescrowViewPopup()" onclick="KCPescrowViewPopup()"><img src="/img/KCPescr_bn_01.gif" border="0"></a>
에스크로서비스는 전자상거래상에서 판매자와 구매자가 거래합의 후 상품배송 및 결제과정 중에서 거래사고를 예방하기 위해서 제3자 (에스크로 사업자)가 거래대금의 입출금을 공정하게 관리함으로써 매매를 보호하고, 판매자와 구매자간의 거래안전을 도모하는 서비스입니다. (2006.4.1 전자상거래 소비자보호법에 따른 의무 시행)
1. KCP 서비스 신청
1-1. KCP 관리자 페이지 로그인
1-2. 고객센터 > 서비스 변경 및 추가 > 에스크로 신청 클릭
신청과정에서 대표자 실명인증이 필요합니다.
2. 설치 방법 Type 1
2-1. kcp 폴더에 escrow_pop.html 파일을 생성하여 추가
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
<title>Untitled Document</title>
<style type="text/css">
body {margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;}
</style>
<script language="JavaScript">
function go_check()
{
var status = "width=500 height=450 menubar=no,scrollbars=no,resizable=no,status=no";
var obj = window.open('', 'kcp_pop', status);
document.shop_check.method = "post";
document.shop_check.target = "kcp_pop";
document.shop_check.action = "http://admin.kcp.co.kr/Modules/escrow/kcp_pop.jsp";
document.shop_check.submit();
}
</script>
</head>
<body>
<form name="shop_check" method="post" action="http://admin.kcp.co.kr/Modules/escrow/kcp_pop.jsp">
<input type="hidden" name="site_cd" value="상점고유번호">
<table width="300" height="300" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><a href="javascript:go_check()"><img src="/img/KCPescr_bn_01.gif" border="0"></a></td>
</tr>
</table>
</form>
</body>
</html>
2-2. 홈페이지 하단에 에스크로 관련 문구 삽입
<a href="/kcp/escrow_pop.html" onClick="window.open('/kcp/escrow_pop.html','new','resizable=no, width=300, height=300');return false">에스크로 가입확인</a>
3. 설치방법 Type 2
<a href="#" onclick="window.open('http://admin.kcp.co.kr/Modules/escrow/kcp_pop.jsp?site_cd=상점고유번호','new','resizable=no, width=500, height=450');return false">에스크로 가입확인</a>
4. 설치방법 Type 3
<script type="text/javascript">
<!--
// KCP 에스크로 새창 띄우기 함수 정의
function KCPescrowViewPopup() {
window.open("http://admin.kcp.co.kr/Modules/escrow/kcp_pop.jsp?site_cd=상점고유번호", "communicationViewPopup", "width=500, height=450, scrollbars=no, menubar=no");
}
//-->
</script>
<style type="text/css">
<!--
.KCPescrowCSS{color:#000; background-color:#ffffff; padding:2px 4px; border:solid 0 #ffffff; filter: Alpha(Opacity=100); }
-->
</style>
<a href="#" onkeypress="KCPescrowViewPopup()" onclick="KCPescrowViewPopup()" class="KCPescrowCSS">에스크로 가입사실확인</a>
5. 설치방법 Type 4
<script type="text/javascript">
<!--
// KCP 에스크로 새창 띄우기 함수 정의
function KCPescrowViewPopup() {
window.open("http://admin.kcp.co.kr/Modules/escrow/kcp_pop.jsp?site_cd=SR<?php echo $default['de_kcp_mid']; ?>", "communicationViewPopup", "width=500, height=450, scrollbars=no, menubar=no");
}
//-->
</script>
<a href="#" onkeypress="KCPescrowViewPopup()" onclick="KCPescrowViewPopup()"><img src="/img/KCPescr_bn_01.gif" border="0"></a>
댓글목록
등록된 댓글이 없습니다.