브랜드페이와 일반결제 모두 사용할 때 api요청 시 SECRET_KEY가 다른 상황에서 브랜드페이와 일반결제를 구분해서 요청할 수 있는 방법이 있을까요? HttpHeaders headers = new HttpHeaders(); String authorization = Base64.getEncoder().encodeToString((SECRET_KEY + ":").getBytes()); headers.set("Authorization", "Basic " + authorization); headers.setContentType(MediaType.APPLICATION_JSON);
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
Tp개커
Toss payments 개발자 커뮤니티
Toss payments 개발자 커뮤니티입니다. 결제 연동하며 겪는 기술 문의부터, 결제 시장에 대한 다양한 정보까지 얻어가세요~