토스 테스트 환경 common error문의드립니다

: [] 비 API 시 COMMON_ERROR 500

, 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..."
}
}
}
Was this page helpful?