#lennard.

1 messages · Page 1 of 1 (latest)

astral oliveBOT
cobalt flax
#

I'll let Rubeus know your kind words

rigid yoke
rigid yoke
cobalt flax
#

makes sense. You don't need to have the customer's actual credit card details then, you can just use a normal Stripe payments integration!

rigid yoke
#

Okay, is there a good documentation I can refer to? As in the whole flow of redirecting etc.

cobalt flax
rigid yoke
#

Plus, what my problem is, that I do not charge for a product instance on my Stripe dashboard.

#

The list of products is stored on my end as the users use my dashboard.

#

Or can I use the Stripe API instead to create products for the customers (call the Stripe API when they create one on my dashboard) and then store the product_id on my DB? @cobalt flax

#

(One thing I wondered too: Is the SDK used more safely on backend or direct API requests using fetch? Never where sure abt that)

cobalt flax
#

there's no requirement to use Stripe Products if you don't want to, there are multiple ways to integrate. And yes, you could also call the API and create Products to mirror what you have in your own database, that's all possible.

cobalt flax