#sejo
1 messages · Page 1 of 1 (latest)
Hi, can you add more details here?
Hello, Yes.. I already incorporated check, session.create I was for the purchase of products ... Now I want to make subscriptions.. but there are some things I want to add as user information and I don't see how to add it
I don't understand what stripe.prices.list() is for?
I would like to be able to add information of the user who subscribed so that each month can pay
You can add additional information on the Checkout session by using the metadata: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-metadata. To use Checkout, you'd need to manage your Price/ Product which explains here: https://stripe.com/docs/products-prices/manage-prices
A question where do I get this from?
You need to create the Price and Product: https://stripe.com/docs/api/prices first