Skip to content

Instantly share code, notes, and snippets.

@dashdanw
Created June 1, 2018 16:44
Show Gist options
  • Save dashdanw/02ed965a1e08d15c22991b551bb24f66 to your computer and use it in GitHub Desktop.
Save dashdanw/02ed965a1e08d15c22991b551bb24f66 to your computer and use it in GitHub Desktop.
#!/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