requestPayment내 appScheme 값 문의

- : https://docs.tosspayments.com/guides/windows/card

, requestPayment'appScheme'.
appScheme.

const tossPayments = await loadTossPayments(clientKey!);

tossPayments.requestPayment('', {
amount: 15000,
orderId: 'testOrderId00001',
orderName: '',
customerName: 'Bold Action',
successUrl: ${window.location.origin}/product,
failUrl: ${window.location.origin}/product,
appScheme: 'livenapp://'
});

.
.
'{ amount: number; orderId: string; orderName: string; customerName: string; successUrl: string; failUrl: string; appScheme: string; }' 'PaymentRequest' .
'PaymentRequest' 'appScheme'() .ts(2769)
.
신용·체크카드 결제창 연동하기 | 토스페이먼츠 개발자센터
Was this page helpful?