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

object

type

data

effective_at

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