Languages & Frameworks
Samples of Billflow integrated
Last updated
Samples of Billflow integrated
Last updated
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
NPM package is available for React.
Seeing React errors? It could be because of loading the Billflow js multiple times. To prevent Billflow from automatically starting, passinitialize: "no"
to the config
Below 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