I want to implement Stripe, but I don't want to use it for subscriptions. On my website, there will be a place where I will gather the user's payment method information, and I want to store it in my database so that I won't have to ask the user again for their information. I want to store the user's information because I'll need it to instantly charge them in one of my website's features, but I don't want the user to have to provide their information every time they are charged. If you have any ideas on how I could do this or where I could learn how to do it, let me know. Any help is much appreciated.