Stripe webhook handler
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Event Schema
id
- type: string
required- The ID of the event.
object
- type: string
required- String representing the object's type. Objects of the same type share the same value.
type
- type: string
required- Description of the event.
data
- type: object
required- Object containing data associated with the event.
effective_at
- type: string
- The time that the request was effective.
Response Codes
```
200 Successful Response
422 Validation Error
500 A server error has occurred.
```
CURL Example
curl --request POST \
--url https://contact/%20sales%20to%20enable%20your%20sandbox/public/v1/webhooks/stripe \
--header 'accept: application/json' \
--header 'content-type: application/json'
Sample Responses
application/json422500