#User 1

1 messages · Page 1 of 1 (latest)

rotund nebulaBOT
royal rose
#

hello! You would want to listen for the checkout.session.completed event [0] or retrieve the Checkout Session object [1] to see the custom values the user inputs during Checkout

See these references for more details about webhooks :

You can take a look at this document for Subscription related webhooks :
https://stripe.com/docs/billing/subscriptions/webhooks

[0] https://site-admin.stripe.com/docs/api/events/types#event_types-checkout.session.completed
[1] https://stripe.com/docs/api/checkout/sessions/retrieve

strong crater
royal rose
#

the webhooks quickstart provides you with an example using node

strong crater
#

Awesome, thanks

strong crater
royal rose
#

what do you mean by local API?

strong crater
# royal rose what do you mean by `local API`?

The code I'm looking at in the documentation appears to want to create an express app. My code is all backend with nothing frontend so I shouldn't need to do that. Is there documentation surrounding not needing to do that part while still having everything work as expected?

royal rose
strong crater
#

But that's the thing, I don't need that.