Skip to content

Instantly share code, notes, and snippets.

@nathan-appere
Last active May 10, 2016 23:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathan-appere/163a7b368ba334df6b310cd8d0c3bbdf to your computer and use it in GitHub Desktop.
Save nathan-appere/163a7b368ba334df6b310cd8d0c3bbdf to your computer and use it in GitHub Desktop.
curl https://api.stripe.com/v1/subscriptions
-u API_KEY:
-d plan=account1_subscription25_1462918904
-d customer=cus_8QbM9gs5JyjLGs
-d trial_end=1462942058
curl https://api.stripe.com/v1/subscriptions/sub_8QbO9XNSu8xEIX
-u API_KEY:
-d "metadata[account_id]=2&metadata[ignore_cancelation]=true&metadata[subscription_id]=19"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment