#José Rodolpho
1 messages · Page 1 of 1 (latest)
Hi there
You are looking to create a Checkout Session?
https://stripe.com/docs/payments/accept-a-payment is our guide to integrating Checkout
You can also refer to https://stripe.com/docs/checkout/quickstart for a basic sample
i receive the payment, the money and etc
but i want to see how many i bought and how much the product is
Oh okay
So then you want to retrieve the Checkout Session and expand the line_items. You use https://stripe.com/docs/api/checkout/sessions/retrieve
And if you aren't familiar with expansion then take a look at: https://stripe.com/docs/expand
but, how can i see this on the stripe website?