테스트결제에서 "NOT_SUPPORTED_CARD_TYPE" 오류가 뜹니다.
Response Body
{
"code": "NOT_SUPPORTED_CARD_TYPE",
"message": "지원되지 않는 카드 종류입니다."
}Response Body
{
"code": "NOT_SUPPORTED_CARD_TYPE",
"message": "지원되지 않는 카드 종류입니다."
}Response Header
{
"X-TossPayments-Trace-Id": "6a02f2230060f4fd28665b2cdc7ebda2"
}Response Header
{
"X-TossPayments-Trace-Id": "6a02f2230060f4fd28665b2cdc7ebda2"
}Request Body
{
"paymentKey": "tnhig20251113163714TUNw4",
"orderId": "36_C_2_12_1763019434",
"amount": 50000
}Request Body
{
"paymentKey": "tnhig20251113163714TUNw4",
"orderId": "36_C_2_12_1763019434",
"amount": 50000
}Request Headers
{
"authorization": "Basic dGVzd***********************************************",
"user-agent": "ReactorNetty/1.0.26",
"content-type": "application/json"
}Request Headers
{
"authorization": "Basic dGVzd***********************************************",
"user-agent": "ReactorNetty/1.0.26",
"content-type": "application/json"
}카드 테스트는 삼성카드, 국민카드 두개로 했는데 두개다 동일한 결과입니다.
