Fast Checkout with SMS Verification
Created by: Stripe Inc.
- Verify
- JavaScript
- Python
Verification is useful for more than just logins. This code example integrates Twilio's Verify API with Stripe checkout to validate transactions using an SMS one time passcode sent to the user.
This example uses:
- Twilio Verify to authenticate the customer via SMS code
- Stripe Checkout to collect payment details for future payments and charge their stored card
Grab the code below, or:
- Play with a live demo
- Watch a code walkthrough:
- Choose a language
This project is available in multiple programming languages.
- Get the code for this project
The code for this sample is available on GitHub to view and download.
- Get Twilio credentials
You will need an Account SID and Auth Token in order to run this code.
Checking for existing account...
- Set up the code sample locally
Follow the setup instructions in the README to get the sample up and running.