일반결제(카드사 앱등)에서도 api를 호출할 때 secretKey가 사용되나요?

.
도 api(String authorization = Base64.getEncoder().encodeToString((SECRET_KEY + ":").getBytes());) SECRET_KEY ?
Was this page helpful?