#MICOZ
1 messages · Page 1 of 1 (latest)
hi
👋 happy to help
I started an ecommerce where I sell clothing, I need to know what is the best option to manage payments and order shipping information
i have to add stripe checkout page
maybe with session could be the easiest way
yes if you want an easy way to start integrating with Stripe you can check out this doc https://stripe.com/docs/checkout/quickstart about Checkout
but to manage all shipping info how can i do?
where is your account located?
ok perfect
and to see all orders made how can i do?
because I have transactions of different products and they are all mixed up
I don't quite follow the Q, what are you trying to achieve? there are multiple ways of attempting to answer this but would prefer if you could elaborate more so I could answer you more accurately
I would like to see the transactions made of only one product
on the dashboard?
I need to have all the addresses to prepare the packages to be sent to customers
yes
I'm not sure if this is possible through the dashboard
And without how could I do ?
have you implemented a webhook endpoint to listen to the checkout.session.completed event?
you can read about this hear https://stripe.com/docs/payments/checkout/fulfill-orders