diff --git a/src/content/docs/ko/pg/payment-gateway/eximbay.mdx b/src/content/docs/ko/pg/payment-gateway/eximbay.mdx
index 2c106428e..0ade872ed 100644
--- a/src/content/docs/ko/pg/payment-gateway/eximbay.mdx
+++ b/src/content/docs/ko/pg/payment-gateway/eximbay.mdx
@@ -176,14 +176,17 @@ import Hint from "~/components/Hint.astro";
}
}
```
+
- **국내 결제창 카드 별 승인 통화**
-
- **해외카드**
+ **국내 결제창 카드 별 승인 통화**
+
+ **해외카드**
+
- VISA/MAster/JCB : KRW 승인 (자국통화승인 서비스 가능)
- - AMEX/UnionPay : USD 승인 (자국통화승인 서비스 불가)
-
+ - AMEX/UnionPay : USD 승인 (자국통화승인 서비스 불가)
+
**국내카드(국내에서 발행 된 (8개) 카드사 모두 이용 가능)**
+
- 결제(승인)/정산 통화 : KRW만 지원
@@ -196,7 +199,7 @@ import Hint from "~/components/Hint.astro";
merchant_uid: "order_no_0001",
name: "주문명:결제테스트",
amount: 14.2,
- currency: "KRW",
+ currency: "KRW",
buyer_email: "test@portone.io",
buyer_name: "구매자이름",
buyer_tel: "010-1234-5678",
@@ -204,7 +207,7 @@ import Hint from "~/components/Hint.astro";
buyer_postcode: "123-456",
popup: false,
bypass: {
- issuercountry: "KR",
+ issuercountry: "KR",
},
});
```
diff --git a/src/content/docs/ko/pg/simple/payco.mdx b/src/content/docs/ko/pg/simple/payco.mdx
index b951371e4..fdb4e2b50 100644
--- a/src/content/docs/ko/pg/simple/payco.mdx
+++ b/src/content/docs/ko/pg/simple/payco.mdx
@@ -52,11 +52,12 @@ import Hint from "~/components/Hint.astro";
**`payco`** 로 지정하면 됩니다.
- **`popup`** **boolean**
+ **`popup`** **boolean**
- 페이코의 경우 모바일에서 기본으로 iframe 방식으로 결제창이 호출됩니다. `popup : true`로 설정하시면 결제창이 팝업창으로 뜨게 됩니다.
+ 페이코의 경우 모바일 환경에서 기본으로 iframe 방식으로 결제창이 호출됩니다.
+ 팝업 방식으로 결제창 호출을 원하시는 경우 `popup : true`로 설정해 주세요.
- **WebView 등 팝업이 차단되는 환경**에서는 `popup : false`로 설정하는 것을 권장합니다.
+ **WebView 등 팝업이 차단되는 환경**에서는 `popup : false`로 설정하신 후 호출하시길 권장드립니다.
**`pay_method`** **\*** **string**