#supriya
1 messages · Page 1 of 1 (latest)
while i am checking through the R and D its showing const result =stripe.createPaymentMethod({
type: 'card',
card: cardElement,
billing_details: {
// Include any additional collected billing details.
name: 'Jenny Rosen',
},
})
like this
Hello! Have you read these docs on how to do this? https://stripe.com/docs/payments/build-a-two-step-confirmation#create-pm
That dode snippet you just gave is how you'd do it for card element, which isn't the same as payment element
but how we get the card element after clicking the submit button in JS + .NET
okay checking