Skip to content

Instantly share code, notes, and snippets.

@caffo
Created August 17, 2011 18:50
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 caffo/1152296 to your computer and use it in GitHub Desktop.
Save caffo/1152296 to your computer and use it in GitHub Desktop.
create_subscription_using_coupon.json
{"subscription":{
"product_handle":"my-product",
"customer_attributes":{
"first_name":"Joe",
"last_name":"Blow",
"email":"joe@example.com"
},
"credit_card_attributes":{
"full_number":"1",
"expiration_month":"10",
"expiration_year":"2020"
},
"coupon_code":"EARLYBIRD"
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment