Created
July 28, 2014 17:57
-
-
Save matthewarkin/70d5a775175e6b915f55 to your computer and use it in GitHub Desktop.
stripe set customer default card
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
curl https://api.stripe.com/v1/customers/cus_id | |
-u YOUR_SECRET_KEY: | |
-d "default_card=card_id" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment