diff --git a/src/content/docs/ko/smartrouting/smartrouting.mdx b/src/content/docs/ko/smartrouting/smartrouting.mdx index b953c768b..5ffafc360 100644 --- a/src/content/docs/ko/smartrouting/smartrouting.mdx +++ b/src/content/docs/ko/smartrouting/smartrouting.mdx @@ -269,7 +269,7 @@ API를 이용하는 경우 결제 호출 시 생성한 스마트 라우팅 그 virtaulAccount: { bank: "KOOKMIN", //은행별 enum 확인 후 발급할 은행 값을 입력해야 합니다. expiry: { - dueDate: "2023-12-21T00:00:00+09:00", //ISO8601 형식으로 입력해야 합니다. + dueDate: "2023-12-21T00:00:00+09:00", // RFC 3339 형식으로 입력해야 합니다. }, option: { type: "NORMAL", //일반 가상계좌 (회전식)인 경우 `NORMAL`로 입력해야 합니다.