Skip to main content
POST
/
v1
/
billing
/
stripe
/
webhook
Receive event from Gateway Stripe
curl --request POST \
  --url http://0.0.0.0:3000/v1/billing/stripe/webhook \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful response