ApiBilling
Stripe Webhook
Receive Stripe webhooks. Verifies signature, logs the event.
Receive Stripe webhooks. Verifies signature, logs the event.
curl -X POST "https://api.levainlabs.com/api/v1/billing/webhook"{
"property1": "string",
"property2": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}