Webhook Events
Create a Webhook Event
This endpoint allows you to create a webhook event. The webhook event will listen to the event types that you specify and send a POST request to the URL that you specify.
POST
/
v1
/
webhook-events
Headers
Body
application/json
The name of the webhook event.
Maximum length:
255
The URL of the webhook, must be a valid URL with https
protocol
The event types that the webhook will listen to. The available events: charge.created, charge.updated, payout.created, order.created, order.updated, invoice.created, transfer.created, transfer.updated
Available options:
charge.created
, charge.updated
, payout.created
, order.created
, order.updated
, invoice.created
, invoice.updated
, transfer.created
, transfer.updated
Was this page helpful?