토스 테스트 환경 common error문의드립니다
제목: [테스트 환경] 결제 준비 API 요청 시 COMMON_ERROR 500 오류 발생 문의
안녕하세요, Toss Payments API 연동을 테스트 중입니다.
현재 테스트 환경에서
테스트키로 api 연동중인 상태입니다. toss 문서에 따라 필수 필드는 모두 포함하였으나 지속적으로 500오류가 발생하여 확인을 요청 드립니다 감사합니다.
테스트 키: testsk**
요청 시 사용한 주요 정보:
- amount: 135000
- orderName: 한국전통음식문화체험관정강원 기본객실 숙박 1박
- orderId: c788064b-8f49-4ad4-a753-2a61d872fa44
- successUrl: http://localhost:5173/tosssuccess
- failUrl: http://localhost:5173/tossfail
- customerName: 테스트유저
- customerEmail: test@staypick.com
응답 로그 중 오류 메시지:
```json
{
"result":"ERROR",
"data":null,
"error":{
"code":"COMMON_ERROR",
"message":"처리 중 오류가 발생했습니다",
"data":{
"failUrl":"https://pages.tosspayments.com/error/?code=COMMON_ERROR..."
}
}
}
안녕하세요, Toss Payments API 연동을 테스트 중입니다.
현재 테스트 환경에서
/v1/payments 엔드포인트로 POST 요청 시 아래와 같은 응답으로 인해 결제 진행이 되지 않고 있어 문의드립니다.테스트키로 api 연동중인 상태입니다. toss 문서에 따라 필수 필드는 모두 포함하였으나 지속적으로 500오류가 발생하여 확인을 요청 드립니다 감사합니다.
테스트 키: testsk**
요청 시 사용한 주요 정보:
- amount: 135000
- orderName: 한국전통음식문화체험관정강원 기본객실 숙박 1박
- orderId: c788064b-8f49-4ad4-a753-2a61d872fa44
- successUrl: http://localhost:5173/tosssuccess
- failUrl: http://localhost:5173/tossfail
- customerName: 테스트유저
- customerEmail: test@staypick.com
응답 로그 중 오류 메시지:
```json
{
"result":"ERROR",
"data":null,
"error":{
"code":"COMMON_ERROR",
"message":"처리 중 오류가 발생했습니다",
"data":{
"failUrl":"https://pages.tosspayments.com/error/?code=COMMON_ERROR..."
}
}
}
