해당 mid 의 테스트버전의 securityKey 로 body 를 암호화 하고 요청을 보내고있는데
500 이 발생하고 있는데 어떤 문제인지 파악하기가 어려워 문의드립니다.
val amountMap = mutableMapOf<String, Any>( "currency" to "KRW", "value" to request.amount, ) val body = mutableMapOf( "refPayoutId" to refPayoutId, "destination" to request.destination, "amount" to amountMap, "scheduleType" to request.scheduleType, "transactionDescription" to "(주)피트너스" ) 위와같은 형식의 body를 list 배열로 감싸서 암호화 후 요청을 보내고있습니다
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
Tp개커
Toss payments 개발자 커뮤니티
Toss payments 개발자 커뮤니티입니다. 결제 연동하며 겪는 기술 문의부터, 결제 시장에 대한 다양한 정보까지 얻어가세요~