Skip to content
Vessios Docs
English
Esc
navigateopen⌘Jpreview

Internal Billing Webhook

gateway からの署名検証済み Stripe イベントを受ける(内部のみ)。

POST/internal/billing/webhook
Header parameters
x-internal-secretstring | any
Request body
requiredapplication/json
typestringrequired
event_idstring
default: ""
stripe_eventobject
default: {}
Responses
200Successful Response
any
422Validation Error
detailValidationError[]
Show properties
Array of ValidationError
locstring | integer[]required
Show properties
Array of string | integer
Any of:
string
string
integer
integer
msgstringrequired
typestringrequired
Request
curl -X POST "/internal/billing/webhook" \
  -H "Content-Type: application/json" \
  -d '{
  "type": "string",
  "event_id": "",
  "stripe_event": {}
}'
Response
"string"