Skip to content

Instantly share code, notes, and snippets.

@matthewarkin
Created July 28, 2014 17:57
Show Gist options
  • Save matthewarkin/70d5a775175e6b915f55 to your computer and use it in GitHub Desktop.
Save matthewarkin/70d5a775175e6b915f55 to your computer and use it in GitHub Desktop.
stripe set customer default card
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