Kakaopay 400 bad request

결제 승인 요청 시 400 BAD REQUEST 발생합니다.

ResponseEntity response = new RestTemplate().postForEntity(“https://kapi.kakao.com/v1/payment/approve”, entityMap, KakaopayPO.class);

주문번호 : 2105041308435939
kakaoApiAdminKey : ba99efaa62a0e8c81b6691c453acb9f9
partner_user_id : 1000

가이드에 나와있는 정보로는 추후 처리 방법이 없어서 이렇게 문의 드립니다.

Sample: 결제 수단 CARD 일 때 실패
HTTP/1.1 400 Bad Request
Content-type: application/json;charset=UTF-8
{
“code”: -780,
“msg”: “approval failure!”,
“extras”: {
“method_result_code”: “USER_LOCKED”,
“method_result_message”: “진행중인 거래가 있습니다. 잠시 후 다시 시도해 주세요.”
}
}