8
15 Comments

ShowIH: BillingHistory.io

https://billinghistory.io

Just released a new micro SaaS: https://billinghistory.io

BillingHistory.io is a simple widget that shows your customers billing history in your app. Users can view the invoices and download the PDF receipts from the widget.

Setup is effortless, add the widget javascript snippet and add the customer id from Stripe and you all are set!

I would appreciate any feedback! :)

#landing-page-feedback

submitted this linkon June 26, 2019
  1. 3

    Awesome job! One suggestion I have:

    I wish I could see the UI before actually signing up. It would be neat if you were able to include a code snippet with a test API key on your home page just like stripe.com does.

    1. 1

      Thanks!
      Good idea! We will add example.

  2. 2

    I like the header. It conveys what the product well enough.

    Now, this is something that I might be interested in but two things jumped out at me. What is the pain point you're trying to solve. I am sure your product is awesome, but I don't care. I want to know if your product solves my need.

    You say minimal ui but don't show any ui at all, why? I would have to create an account, add your javascript and then see it. Massive barrier.

    Also, I would genuinely be interested in implementing this into my website, but I don't know how I could do with Angular 6.X. Maybe do some research on the top libraries (Vue, React, Angular)

    1. 1

      Thanks for the feedback!

      We will add a demo of the UI soon.

      I believe that this should be a fairly straightforward implementation in an Angular or Vue project. We have an async javascript file that is loaded and you can trigger the UI element from any html button or link. But we will study and add examples for these also. :)

      1. 1

        Like the demo. Would like a pdf of all the invoices within a list. Can you do that?

        1. 1

          Do you mean a zip archive or a single PDF containing all of the invoices?

          1. 1

            The latter.

            My clients ask me for a single download of all the invoices.

            1. 1

              I believe we could do that. I'll have to investigate :)

  3. 1

    I would suggest to add the process, screenshots "how it works" because else it's not clear how I would use it.
    Good luck!

  4. 1

    I like the term Micro SAAS. How much SAAS could a micro SAASER SAAS if a micro SAASER could SAAS SAAS?

    Great concept btw, wish you well.

  5. 1

    9.95 per...? month? per 5k users?

    Really like the idea. Definitely a common use case. Well done.

  6. 1

    Great product @haapahovi!! Here's the feedback from me.

    • The landing page looks great except the mailto link for Contact doesn't work on Google Chrome.

    • There's an extra space in the word 5000 in copy The basic plan includes up to 5 000 customers. If you have more than that you can contact our support and we will make a custom plan for you.

    Let me know if you have any questions.

    1. 1

      Thanks! Will fix those.

  7. 1

    Cool product! How do you associate a websites users with a transaction? Email address?

    1. 1

      We use the stripe customer_id right now that comes as a response from successful payment.

      But we could also use email. That's a good idea.