Error {codeINVALID_REQUEST,message필수 파라미터가 누락되었습니다. (LGD_RESPCODE)}

Hello, I'm Khiem from Vietnam, I'm developer, I'm trying to build a service in Korean and need the payment. I have an issue while using:
button.addEventListener('click', function () {
              tossPayments.requestPayment('카드', {
                amount: 15000,
                orderId: 'Noz4ablB94pV49KtDN7Un',
                orderName: '토스 티셔츠 외 2건',
                customerName: '박토스',
                successUrl: 'http://localhost:8080/success',
                failUrl: 'http://localhost:8080/fail',
              })
            })

I received the message at the end of payment progress. Could someone help me out? Thanks
Was this page helpful?