Skip to content

Instantly share code, notes, and snippets.

@dimaip
Created May 20, 2020 07:41
Show Gist options
  • Save dimaip/4c3e272d71587b8d1b3cdd6a677c7f39 to your computer and use it in GitHub Desktop.
Save dimaip/4c3e272d71587b8d1b3cdd6a677c7f39 to your computer and use it in GitHub Desktop.
<CardElement
onChange={ev => {
if (ev.complete) {
const card = elements?.getElement(CardElement)
stripe
?.createPaymentMethod({
type: 'card',
card,
})
.then(result => console.log(result.paymentMethod?.card.country))
}
}}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment