Skip to main content
Glama

NicePay MCP Server

get_sdk_method

Retrieve JS SDK method usage information for NicePay payment integration, including parameters and implementation examples for methods like requestPay and cancelPay.

Instructions

JS SDK 메서드 정보를 조회합니다. AUTHNICE.requestPay() 등의 메서드 사용법을 제공합니다.

Input Schema

NameRequiredDescriptionDefault
method_nameYes조회할 SDK 메서드 이름 (예: "requestPay", "cancelPay" 등)

Input Schema (JSON Schema)

{ "properties": { "method_name": { "description": "조회할 SDK 메서드 이름 (예: \"requestPay\", \"cancelPay\" 등)", "type": "string" } }, "required": [ "method_name" ], "type": "object" }

Other Tools from NicePay MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/FaithCoderLab/nicepay-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server