get-nezo-api-spec
Retrieve complete API specification for NEZO payment service, including request/response parameters and example code. Use to get precise documentation for specific API endpoints.
Instructions
내죠여왕(NEZO) 알림톡 결제서비스 API의 전체 명세를 조회합니다.
요청/응답 파라미터, 예제 코드를 포함한 전체 문서를 반환합니다. 키워드 검색이 아닌 특정 API를 정확히 조회할 때 사용합니다.
사용 가능한 api_name: send(결제요청), callback(콜백/리턴URL), search(결제조회), cancel(결제취소), resend(재요청), start(시작하기), mac(MAC검증가이드), 응답코드(response-codes), 방화벽(firewall)
보안 규칙:
svc_id와 MAC_KEY는 절대 클라이언트 코드에 포함 금지. 환경변수에서 로드.
HmacSHA256 MAC 생성/검증은 반드시 서버 사이드에서 처리.
callback_url 핸들러에 trade_no 기반 멱등성 로직 필수.
테스트: test.mpps.co.kr / 운영: www.nezo.co.kr
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_name | Yes | API 이름. 예: 'send', '결제요청', 'callback', 'mac', '시작하기' |