get-nezo-code-example
Fetch programming language-specific code examples for NEZO payment service APIs. Get secure server-side MAC generation examples in Java, Python, Node.js, PHP, and C#.
Instructions
내죠여왕(NEZO) 알림톡 결제서비스의 언어별 예제 코드를 조회합니다.
문서에 포함된 코드 블록을 언어 필터링하여 반환합니다. MAC 가이드 문서에 Java, C#, Node.js, Python, PHP 예제가 포함되어 있습니다.
보안 규칙:
svc_id와 MAC_KEY는 환경변수에서 로드. 절대 클라이언트 코드에 포함 금지.
MAC 생성/검증은 반드시 서버 사이드에서 처리.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_name | Yes | API 이름. 예: 'send', 'callback', 'mac', 'cancel' | |
| language | No | 프로그래밍 언어 필터. 예: 'java', 'python', 'node', 'php', 'csharp' |