Aurion Docs
Api

Stripe Webhook

POST
/api/webhooks/stripe

Header Parameters

Stripe-Signature?|

Response Body

application/json

application/json

curl -X POST "https://loading/api/webhooks/stripe"
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}