#Sam Stripe-webhook

1 messages · Page 1 of 1 (latest)

stone walrus
#

👋 happy to help

old void
#

Hello, cheers

stone walrus
#

it's accessible through the received object.id

old void
#

In a python request object would that be request.data['id']

stone walrus
#

it's event.data.object.id

#

you need to construct the event from the request then access the object on it

old void
#

Cheers for that

#

Can the webhook have any authentication attached or does stripe need a completely public facing webhook

stone walrus
#

it should be accessible by Stripe