Solid examples for using StripeKit package

I’ve built an E-commerce store web site using vapor and I’d like to use StripeKit package. After viewing the StripeKit on the GitHub, I found the description of using the API is not very clear and I had no idea how to intrgrate it with my original project .
Does anyone know solid examples for using StripeKit package? Your help would be appreciated.

You should use GitHub - vapor-community/stripe: Stripe library for Vapor for integrating StripeKit with Vapor

Hi, 0xtim
I’ve used the Stripe package with my vapor project and successfully gotten the payment_intent key and client_secret key. Thanks a lot for your help.

1 Like