Creating stripe products #1449
DjamelAbbou
started this conversation in
General
Replies: 1 comment
-
hey this sdk only handles collecting payment data from the frontend. I would recommend to checkout the official stripe docs: https://stripe.com/docs/invoicing/products-prices |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, hope you are doing great.
I wanted to ask if this library has an API that can be used to create stripe products ?
For example on nodejs i can do the following to create a stripe product: stripe.products.create({...})
Beta Was this translation helpful? Give feedback.
All reactions