Created
April 21, 2017 16:28
-
-
Save wehub/55e60eb00135a6f88bf68ff517ff9b9a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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