diff --git a/src/content/docs/ko/v2-payment/pg/smartro-v2.mdx b/src/content/docs/ko/v2-payment/pg/smartro-v2.mdx
index 1248a4c42..657a4ecea 100644
--- a/src/content/docs/ko/v2-payment/pg/smartro-v2.mdx
+++ b/src/content/docs/ko/v2-payment/pg/smartro-v2.mdx
@@ -829,6 +829,7 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
#### 빌링키 발급 주요 파라미터
+
- `channelKey` **\*** **string**
**채널 키**
@@ -845,10 +846,14 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
**카드 결제 시 파라미터**
+
+
- `credential` **string**
**인증 관련 정보**
+
+
- `number` **object**
**카드 번호**
@@ -869,10 +874,17 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
**비밀번호 앞 두자리**
+
+
+
+
+
- `customer` **object**
**고객 정보**
+
+
- `customerId` **string**
**구매자 고유 ID**
@@ -880,6 +892,12 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
- 스마트로의 경우 빌링키 발급 시 필수로 입력해야 합니다.
- 20자 이하로만 입력 가능합니다.
+
+
+
+
+
+
### API 빌링키 단건 결제 요청하기
발급된 빌링키로 단건 결제를 하기 위해 `POST /payments/${PAYMENT_ID_HERE}/billing-key`를 이용하여 결제를 요청합니다.
@@ -916,6 +934,8 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
#### 빌링키 단건 결제 주요 파라미터
+
+
- `paymentId` **\*** **string**
**결제 주문 번호**
@@ -935,12 +955,16 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
**결제 금액**
+
+
- `total` **\*** **number**
**총 결제 금액**
결제 금액으로 결제를 원하는 통화(currency)별 scale factor(소수점 몇번째 자리까지 유효한지)를 고려한 number 형식만 허용됩니다.
+
+
- `currency` **\*** **string**
**결제 통화**
@@ -951,10 +975,14 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
**고객 정보**
+
+
- `name` **object**
**고객 이름**
+
+
- `full` **string**
**한 줄 이름 형식 (ex. 김포트)**
@@ -963,6 +991,8 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
**분리된 이름**
+
+
- `first` **string**
**이름**
@@ -971,6 +1001,10 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
**성**
+
+
+
+
- `phoneNumber` **string**
**구매자 연락처**
@@ -979,10 +1013,14 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
**구매자 이메일**
+
+
- `productCount` **integer**
**상품 개수**
+
+
### API 빌링키 예약/반복 결제
예약 결제를 하기위해서는 `POST /payments/${PAYMENT_ID_HERE}/schedule` 를 이용하여 결제를 예약합니다.
@@ -1017,6 +1055,8 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
#### 빌링키 예약 결제 주요 파라미터
+
+
- `paymentId` **\*** **string**
**결제 주문 번호**
@@ -1028,6 +1068,8 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
**빌링키 결제 요청 입력정보**
+
+
- `billingKey` **\*** **string**
**빌링키 결제에 사용할 빌링키**
@@ -1040,18 +1082,26 @@ import Tabs from "~/components/gitbook/tabs/Tabs.astro";
**결제 금액**
+
+
- `total` **\*** **number**
**총 결제 금액**
결제 금액으로 결제를 원하는 통화(currency)별 scale factor(소수점 몇번째 자리까지 유효한지)를 고려한 number 형식만 허용됩니다.
+
+
- `currency` **\*** **string**
**결제 통화**
결제통화로 원화 결제 시 `KRW`로 입력해야 합니다.
+
+
- `timeToPay` **\*** **string**
**결제 예정 시점**
+
+