#ScottWrkout

1 messages · Page 1 of 1 (latest)

past daggerBOT
sand hare
steel totem
#

Understood. So I can make a call to the Stripe API to request the session data with the customer data, if I understand correctly?

We only truly need the Customer ID in order to correctly associate subscriptions to the correct person from the webhook.

sand hare
#

I see, in this case.. if you're only looking for the customer id, you'd get it on the checkout.session.completed event under customer:

#

Are you not seeing this?

steel totem
#

I'm doing requirements, so haven't yet written the code 😉

#

The sample event on your API docs shows customer as null