search_nicepay_docs
Search NicePay developer documentation to find payment API guides, endpoint details, code samples, and SDK methods using keywords.
Instructions
나이스페이 개발자 가이드 문서를 검색합니다. 키워드로 관련 문서를 찾을 수 있습니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | 검색할 키워드 (예: "결제창", "취소", "웹훅", "API" 등) |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "검색할 키워드 (예: \"결제창\", \"취소\", \"웹훅\", \"API\" 등)",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}