Hello everyone,
I need help please trying to understanding how to implement stripe.js into my workflow and app for subscription based payment, I want to have a custom design which is why I used stripe.js
The design is as follows, to the left I have the outstanding billing due, usually after the end of the month we show the charge ie “22nd February 2020, x $3.00”
And below we show billing history, based on month with paid or not paid indication and to the right is a form I designed using basic input from bubble.
Using stripe.js currently when a user signs up, we create the customer using their details.
Problem I am having is
- subscribing the customer to the subscription once they sign up to our platform
- Turning the basic input to collect the card details and accept payment
- Show the billing history.
Thank you