카카오페이 API 에서 오류를 받았을 때, 세부 오류 목록에 대하여 정의된 내용이 있는지 문의 드립니다.
예를 들면, 결제 승인 API 에서 오류를 받는 경우
{“msg”:“approval failure!”,“code”:-780,“extras”:{“method_result_code”:“LACK_BALANCE”,
“method_result_message”:“계좌 잔액이 부족합니다.”}}
혹은,
{“msg”:“approval failure!”,“code”:-780,“extras”:{“method_result_code”:“8326”,“method_result_message”:“사용한도초과”}}
와 같이 받습니다.
이와 같이 정의된 “method_result_code” 목록을 참조할 수 있는 방법을 문의드립니다.
감사합니다.