You don't need to use Stripe products to charge something. You can manage simple charges. Not sure what you want exactly.
credit card charge (can't find a good api)
i'm trying to add a single charge feature to my project i have a table for products and orders i don't want to use
stripe's product feature i just want to make a charge, all products and orders will pe stored on my own DB,
just want a good payment api for just the checkout feature nothing more.
Go with the underlying Stripe library that Cashier uses (in other words, if you don't use Cashier for anything else, don't use it and go directly with Stripe's library). As for what you need, it depends on your location. In North America, people often go with charges because it is the fastest and easiest way to handle payments. However, if you live in Europe, or you sell to the European market, you should look into payment intents instead, which comply to European regulations.
Please or to participate in this conversation.