복수사업자로 사용하고 싶어요
Last updated
Last updated
복수사업자 사용을 위해서는 KIS-NAGT에서 설정해야하는 부분과 POS업체에서 개발해야하는 부분이 있습니다.
KIS-NAGT 설정
복수 사업자로 사용할 가맹점 정보를 다운로드 합니다. 이때 "구분"은 "복수" 로 선택하여 가맹점 정보를 다운로드 합니다.
정상적으로 복수사업자 정보 다운로드 시 우측에 해당 단말기 번호가 기재됩니다.
POS업체 개발 사항
inCatid 에 결제 하고자 하는 TID 입력하여 전달.
(ex) 신용 승인 예제
axKisPosAgent1.inAgentIP = "127.0.0.1";
axKisPosAgent1.InAgentPort = "1515";
axKisPosAgent1.inTranCode = "NV";
axKisPosAgent1. inTradeType = "D1";
axKisPosAgent1.inTranAmt = "1004";
axKisPosAgent1.inCatid = "90071085";
axKisPosAgent1.KIS_ICApproval();