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
Headers
Example:
"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"
Body
application/json
The name of the webhook event.
Maximum length:
255
Example:
"Test Webhook Event"
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
Example:
"charge.created"
Was this page helpful?