#supriya

1 messages · Page 1 of 1 (latest)

oblique flaxBOT
cobalt wolf
#

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

high gate
#

That dode snippet you just gave is how you'd do it for card element, which isn't the same as payment element

cobalt wolf
#

but how we get the card element after clicking the submit button in JS + .NET