【发布时间】:2022-12-04 12:15:03
【问题描述】:
const payload = await stripe!.confirmCardPayment(clientSecret, {
payment_method: {
card: elements!.getElement(
CardNumberElement
) as StripeCardNumberElement,
},
},
);
<DialogContent className=\'popup-check\'>
<Elements stripe={stripePromise}>
<NFTCheckout
{...props}
setShowCountDown={setShowCountDown}
/>
</Elements>
</DialogContent>
Went through documentation everything is fine only at the time of 3d secure authentication the issue happening
标签: reactjs react-hooks frontend stripe-payments payment-gateway