Glowb Dev Docs
Legacy APINice API

POST /ai/nice/authenticate

결제 인증

결제 인증

Nice 결제 인증을 처리합니다.

Deprecated: 이 API는 레거시입니다.

HTTP 요청

POST /ai/nice/authenticate
Content-Type: application/json

Request Body

{
  "AuthResultCode": "0000",
  "AuthResultMsg": "인증 성공",
  "AuthToken": "NICETOKEN123456789",
  "PayMethod": "CARD",
  "MID": "MERCHANT001",
  "Moid": "ORDER123456",
  "Amt": "50000",
  "ReqReserved": "추가정보",
  "TxTid": "TX123456789",
  "NextAppURL": "https://example.com/next",
  "NetCancelURL": "https://example.com/cancel"
}

Request Body 스키마

필드타입필수설명
AuthResultCodestring인증 결과 코드
AuthResultMsgstring인증 결과 메시지
AuthTokenstring인증 토큰
PayMethodstring결제 수단 (CARD 등)
MIDstring가맹점 ID
Moidstring주문 ID
Amtstring결제 금액
ReqReservedstring아니오예약 필드
TxTidstring거래 ID
NextAppURLstring아니오다음 앱 URL
NetCancelURLstring아니오취소 URL

응답

성공 응답 (200 OK)

(empty body)

API 테스트

On this page