Skip to main content
POST
/
api
/
stripe
/
webhook
Handle Stripe webhook event
curl --request POST \
  --url http://localhost:3091/api/stripe/webhook \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'Stripe-Signature: <stripe-signature>' \
  --data '"<string>"'
"<string>"

Authorizations

Authorization
string
header
required

JWT access token from POST /v1/api/auth/login

Headers

Stripe-Signature
string
required

Body

application/json

The body is of type string.

Response

Webhook processed successfully

The response is of type string.