chris
chris
결제 웹훅 문의..?
https://developers.portone.io/docs/ko/result/webhook 에서 보면 status 라는 파라미터가 있는거같은데 아무값도 전달이 안되는거같아서요 결제상태에 대한 상태값을 받으려면 어떻게할까요? callback_receive 에서 String imp_uid= (String)model.get("imp_uid"); String merchantUid = (String)model.get("merchant_uid"); boolean success = (boolean)model.get("success"); 이 세가지 값은 잘 들어오는 상태입니다. String status = (String)model.get("status"); 이게 안들어오네용
8 replies