해외결제 에러
현제 로컬에서 테스트키로 테스트를 해보았을때 정상적으로 해외결제가 이루어지는데
운영서버에서 페이팔쪽에서는 결제가 됬지만 결제 승인 API 호출시 에러가 나는 상황입니다.
ERROR c.r.x.payment.service.PaymentService - Exception [Err_Location] : org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:217)
2024-06-03 19:38:44 [https-jsse-nio-8080-exec-9] ERROR c.r.x.p.controller.PaymentController - Exception [Err_Msg]: 400 Bad Request from POST https://api.tosspayments.com/v1/payments/confirm
국내 결제 승인 api 는 잘됩니다.
운영서버에서 페이팔쪽에서는 결제가 됬지만 결제 승인 API 호출시 에러가 나는 상황입니다.
ERROR c.r.x.payment.service.PaymentService - Exception [Err_Location] : org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:217)
2024-06-03 19:38:44 [https-jsse-nio-8080-exec-9] ERROR c.r.x.p.controller.PaymentController - Exception [Err_Msg]: 400 Bad Request from POST https://api.tosspayments.com/v1/payments/confirm
국내 결제 승인 api 는 잘됩니다.
