#Sam Stripe-webhook
1 messages · Page 1 of 1 (latest)
Hello, cheers
it's accessible through the received object.id
In a python request object would that be request.data['id']
it's event.data.object.id
you need to construct the event from the request then access the object on it
Cheers for that
Can the webhook have any authentication attached or does stripe need a completely public facing webhook
it should be accessible by Stripe