#CheckMate-TOken
1 messages · Page 1 of 1 (latest)
Hi there, here's the API to create a token in frontend https://stripe.com/docs/js/tokens_sources/create_token?type=cardElement
I don't want to use stripe.js . I want to call an API on my frontend. Where is the api spec for it. What API is called by stripe.js
highly suggest you use Elements though since if you are touching raw PANs in your frontend you will likely have a higher PCI compliance burden (https://stripe.com/docs/security/guide#validating-pci-compliance)