vlq
vlq
Error when generating a payment request
Thank you very much! We will share this information to our partner when preparing the contract with Toss
49 replies
Error when generating a payment request
No description
49 replies
Error when generating a payment request
Thank you! Can we skip 3DS verification, mean that pay by card only without OTP? @Ayaan이안
49 replies
Error when generating a payment request
i'm not sure how to input card information to peform payment
49 replies
Error when generating a payment request
No description
49 replies
Error when generating a payment request
No description
49 replies
Error when generating a payment request
No description
49 replies
Error when generating a payment request
Assuming, we have an Hana card (we don't have any mobile app). So, how can we try a payment with this card by inputing card information on the page? @Ayaan이안
49 replies
Error when generating a payment request
in case of we have an actual contract with Toss as a corporate/company then we can test by a VISA card, right? @Ayaan이안
49 replies
Error when generating a payment request
please scroll up to my first question when i try to generate a new payment request and then choose the pay by card -> choose VISA option. But got error. So, which option i can choose to test pay by a card?
49 replies
Error when generating a payment request
Can we test with a real card using a personal credential during development?
49 replies
Error when generating a payment request
So, i see that Toss does not provide any test cards whether we have an actual contract with Toss as a corporate/company or use a personal credential during development?
49 replies
Error when generating a payment request
It will be deducted money?
49 replies
Error when generating a payment request
"you can use local card payment" => Does the sandbox system provide any local card to test?
49 replies
Error when generating a payment request
No description
49 replies
Error when generating a payment request
Yes, We agree. We will try to implement something first. Thank you very much and look forward to hearing from you soon.
49 replies
Error when generating a payment request
button.addEventListener("click", async function () { // 결제를 요청하기 전에 orderId, amount를 서버에 저장하세요. // 결제 과정에서 악의적으로 결제 금액이 바뀌는 것을 확인하는 용도입니다. await widgets.requestPayment({ orderId: generateRandomString(), orderName: "토스 티셔츠 외 2건", successUrl: window.location.origin + "/success.html", failUrl: window.location.origin + "/fail.html", customerEmail: "customer123@gmail.com", customerName: "김토스", customerMobilePhone: "01012341234", }); });
49 replies
Error when generating a payment request
Then where we should set _skipAuth in somewhere?
49 replies
Error when generating a payment request
Intheory, i should change from <script src="https://js.tosspayments.com/v2/standard"></script> to <script src="https://js.tosspayments.com/v1"></script>
49 replies
Error when generating a payment request
Could you please share the v1 document link so we can try first?
49 replies