#Mini
1 messages · Page 1 of 1 (latest)
hello! you'll be able to see successful payments on https://dashboard.stripe.com/payments
are you creating Checkout Sessions via the API?
yes I'm creating the checkout sessions via API and I want to get the response and store it to a database would that be possible through a webhook or API?
you would listen for the checkout.session.completed webhook event. You can take a look at these guides :
https://stripe.com/docs/payments/checkout/fulfill-orders
https://stripe.com/docs/webhooks/quickstart