토큰발급 후 리턴 질문입니다.

이 v1.

// ------ ------
const paymentWidget = PaymentWidget(clientKey, customerKey, {
// .
brandpay: {
// Access Token 트 URL
redirectUrl: window.location.origin + "/callback-auth",
},
});


트 url (callback-auth)?
어 customerKey
는 java(spring) .
Was this page helpful?