#Gajendra.kumar-zip
1 messages · Page 1 of 1 (latest)
Hi! Can you clarify which Stripe integration you are using? Checkout Session, Payment Element, etc. ?
So you are using this: https://site-admin.stripe.com/docs/legacy-checkout ?
invokeStripe() {
if (!window.document.getElementById('stripe-script')) {
const script = window.document.createElement('script');
script.id = 'stripe-script';
script.type = 'text/javascript';
script.src = 'https://checkout.stripe.com/checkout.js';
window.document.body.appendChild(script);
}
}
using this code to load stripe ref
and then above mentioned code to show strip credit card UI