#Gajendra.kumar-zip

1 messages · Page 1 of 1 (latest)

round mica
#

Hi! Can you clarify which Stripe integration you are using? Checkout Session, Payment Element, etc. ?

eager drift
#

checkout session

#

and I am using legacy integration

round mica
eager drift
#

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