Skip to content

Instantly share code, notes, and snippets.

@wehub
Created April 21, 2017 16:24
Show Gist options
  • Select an option

  • Save wehub/1cca4d6ecede13bfa58e0f7702c07ccc to your computer and use it in GitHub Desktop.

Select an option

Save wehub/1cca4d6ecede13bfa58e0f7702c07ccc to your computer and use it in GitHub Desktop.
curl https://stage.wepayapi.com/v2/preapproval/create \
-H "Authorization: Bearer STAGE_8a19aff55b85a436dad5cd1386db1999437facb5914b494f4da5f206a56a5d20" \
-d "account_id=123456789" \
-d "period=once" \
-d "amount=19.99" \
-d "mode=regular" \
-d "short_description=A subscription to our magazine." \
-d "redirect_uri=http://example.com/success/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment