자동결제(빌링) 카드 등록창 취소 시 처리 방법....?

서 SDK
payment.requestBillingAuth({
method: 'CARD',
successUrl: window.location.origin + '/payment/billing',
failUrl: window.location.origin + '/fail',
customerEmail: 'customer123@gmail.com',
customerName: '',
});

.......
Was this page helpful?