Create a Webhook

This endpoint generates a webhook

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
🚧

Note:

  • Ensure the URL endpoint you provide is secure, can verify the webhook payload using the secret, and can handle incoming POST requests.
  • Regularly review the events you've enabled for notifications to ensure they align with your integration requirements.
  • The secret should be kept confidential and not be exposed.
Body Params
string
required

URL endpoint where the webhook notifications are sent

string
required
Defaults to 1234

webhook secret key

enabled_events
array of strings
required

An array of event names that you want to receive notifications i.e. ["transaction.created", "transaction.processing"]

enabled_events*
Headers
string

your app key

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json