Languages & Frameworks
Samples of Billflow integrated
Billflow provides an HTML/Javascript snippet that can be embedded on any frontend framework. Below you will find examples of Billflow embedded in some popular frontend frameworks. More coming soon!
The following functions are exposed by the Billflow js.
Function | Usage |
init(settings) | call this when your user enters the page with billflow embedded |
destroy() | call this when your user leaves the page with billflow embedded |
refresh(settings) | call this if your application updates some settings while user remains on the page |
Seeing React errors? It could be because of loading the Billflow js multiple times. To prevent Billflow from automatically starting, pass
initialize: "no"
to the configBelow are samples of full stack integrations with Billflow including user creation, security hash (HMAC), user auth, and webhooks. More coming soon!
This is a sample of a Billflow integration with the most popular Node.js Boilerplate on Github. It includes:
- User Signup & Authentication
- Customer & Subscription creation with the Subscription Management Portal
- User data updates with handleResponse
- User data updates with webhooks
Last modified 1yr ago