Question regarding placing payment in test mode
Is there a way to test out toss pay in TEST mode without using the app? I need to check the success/failed payment response. Plus, we are not sure where to check the success/failure result.
4 Replies
⏳ 잠시만 기다려주세요! 곧 답변드리겠습니다
오류 문의일 경우 아래 정보를 미리 전달해주시면, 빠른 답변에 도움이 됩니다.
- 주문번호(orderId) :
- 문의 내용 :
(img를 함께 첨부해주시면 도움이됩니다)
* 계약관련 내용은 1544-7772로 문의주세요.
* 주말/공휴일에는 답변이 늦을 수 있어요.
use below Parameter in reqeustPayment();
//'_skipAuth' : 'FORCE_SUCCESS', // 강제 success 유발
//'_skipAuth' : 'FORCE_FAIL' // 강제 fail 유발
Can you please suggest where exactly do we need to add this parameter
I tried to add it in the below code, but it says there is no _skipAuth property we can add here
await tossPayments.requestPayment("카드", {
amount: tier.price,
customerEmail: email,
orderId: Math.random().toString(36).slice(2),
orderName:
Mock Interview ${tier.interviews}회,
successUrl:
${window.location.origin}/payment/complete,
failUrl:
${window.location.origin}/payment/fail,
});
ignore the above message, i have found a way to make it work❤️ 기술문의 경험이 어떠셨나요?!
간단히 코멘트 남겨주세요! 제품 발전에 큰 힘이 됩니다.