Creating a User Payment System

5 replies
I have a contact form on my company website which forwards all the submitted info to our email. My goal is that after receiving the user's info, I can either deny or accept them as our customer. If I accept them, I'll send them to the billing page. Now this presents an interesting issue, because I'd like the process to be as smooth as possible. We currently offer 3 packages, each with a recurring monthly payment. What would be the best way to implement Stripe on the billing page to make the process as easy for the customer as possible?

Note: I'm not asking how to set up Stripe. I'm wandering how to structure the billing page to serve 3 types of packages we offer.

Thank you, and happy birthday.
#creating #payment #system #user
  • Profile picture of the author rondo
    Create a pricing table which lists the features of each package/plan. If you're using WP there are lots of plugins available.
    Integrate Stripe with your favorite recurring billing app. https://stripe.com/docs/integrations
    Link to corresponding checkout pages.


    Andrew
    Signature
    {{ DiscussionBoard.errors[9453464].message }}
  • Profile picture of the author awledd
    Why not create 3 different billing pages?
    Signature
    {{ DiscussionBoard.errors[9453546].message }}
  • Profile picture of the author ColT83
    Pricing table or drop down menus its not rocket science here!
    {{ DiscussionBoard.errors[9453562].message }}
  • Profile picture of the author LuckyIMer
    Why not integrate a billing system in which stripe is also integrated and the system can automate everything for you and for your clients, I would go that root.
    {{ DiscussionBoard.errors[9456418].message }}
  • Profile picture of the author Skyldust
    Thanks guys.

    The customer will be directed to a specific page once he's accepted.
    {{ DiscussionBoard.errors[9471372].message }}

Trending Topics