빌링 서비스 카페24 페이지로 연결

<head>
<title></title>
<meta charset="utf-8" />
<!-- 창 SDK -->
<script src="https://js.tosspayments.com/v1/payment"></script>
</head>
<body>
<script>
// ------ ------
var clientKey = "test_ck_kYG57Eba3GY67MQ7PeDwrpWDOxmA";
var tossPayments = TossPayments(clientKey);
tossPayments
.requestBillingAuth("", {
// (.)
//
customerKey: 'EOINMhpcjwuWw4Sm6xjoR', // 자 ID. . : https://docs.tosspayments.com/sdk/payment-js#결제-정보-5
successUrl: "https://my-store.com/success", // ()
failUrl: "https://my-store.com/fail", // ()
})
.catch(function (error) {
if (error.code === "USER_CANCEL") {
//
}
});
</script>
</body>

서 textedit 고 billing.html 페24 일 FTP .
() ? https://ecimg.cafe24img.com/pg2334b32948014078/pifhouse/web/pif-billing.html
창 JavaScript SDK , .
결제창 JavaScript SDK(Version 1) | 토스페이먼츠 개발자...
Was this page helpful?