Webhook Endpoints
Create webhook subscriptions
Registers a new webhook endpoint so your application can receive real-time events (such as charge.succeeded
). You must provide the public URL Charge should call and the list of events you want to subscribe to.
POST
Body
application/json
Response
200
application/json
Returns the newly created Webhook Endpoint object, including a secret property used to sign events.