Skip to content

Instantly share code, notes, and snippets.

@keikubo
Created April 25, 2013 16:59
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 keikubo/5461317 to your computer and use it in GitHub Desktop.
Save keikubo/5461317 to your computer and use it in GitHub Desktop.
curl "https://api.webpay.jp/v1/plans" \
-u "test_secret_key:" \
-d "amount=1500" \
-d "interval=week" \
-d "name=すごいプラン" \
-d "currency=jpy" \
-d "id=great plan" \
-d "interval_count=5"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment