ReactNative에서 결제정보 데이터 구성에 질문이 있습니다.

. . ReactNative갈 App, 서 url .

const testPaymentData: TossPaymentRequestDataTypes = {
orderId: 'KR' + Date.now().toString(),
amount: 100,
customerName: '',
customerEmail: '',
orderName: '',
appScheme: 'YOUR_APP_SCHEME://',
successUrl: 'https://your.website/success',
failUrl: 'https://your.website/fail',
};

때 Url이 Origin, ReactNative App. . 서 web service에 success, fail page?
Was this page helpful?