테스트결제에서 "NOT_SUPPORTED_CARD_TYPE" 오류가 뜹니다.

Response Body
{
  "code": "NOT_SUPPORTED_CARD_TYPE",
  "message": "지원되지 않는 카드 종류입니다."
}

Response Header
{
  "X-TossPayments-Trace-Id": "6a02f2230060f4fd28665b2cdc7ebda2"
}


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"
}


, .
Was this page helpful?