This project is an example of a basic Signup application in JS by using SubscriptionJS and REST API through billwerk node wrapper
- Clone repo
https://github.com/billwerk/vuejs.git - Run
npm installin the cloned repo to install all dependencies - Login to your account on Sandbox server
- Make sure that your account has any active planvariants (Products)
- Allow signup via selfservice in the planvariant itself
- If you see "undefined" in the planvariant selection dropdown, please fill the description of the planvariant in the billwerk UI
- Make sure that your account has set both whitelabel FakeProvider payment methods (Settings/Payment Settings)
- Populate your settings in
envs\environment.js:publicApiKey- please visit Settings/Self-Service and copy yourPublic API KeyonGeneraltabclientIdandclientSecret- please visit Settings/My Apps, create a newConfidentialclient and copyIdandSecret
- Run
npm run servein the cloned repo for a sandbox server - Navigate to http://localhost:8080/ in your browser