Created
June 1, 2018 16:44
-
-
Save dashdanw/02ed965a1e08d15c22991b551bb24f66 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import sys | |
import stripe | |
email = sys.argv[1] | |
print(stripe.customer.create(email=email)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment