Created
April 21, 2017 16:24
-
-
Save wehub/1cca4d6ecede13bfa58e0f7702c07ccc 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