Skip to main content

Webhooks

Listen to events happening with our webhook feature so that you can have your integration tailored to your needs.

Webhooks table

The Webhooks table collects all of your Webhooks and displays them based on the date they were created.

URL

URL of your Webhook.

Trigger

The preferred triggers of your Webhook.

Encoding Type

Encoding type of the Webhooks. Possible encoding type currently is JSON.

Request Type

Request type of the Webhooks. Possible request type currently is Basic.

Actions

  • Test Webhook: Send a test request with your configuration.

  • Copy Public Key: Copy your Public Key. Please be aware that this is not identical to a Public API Key.

  • Edit Webhook: Edit your existing Webhook.

  • Delete: Delete your existing Webhook.

caution

Once a Webhook has been deleted, the action cannot be undone.

Create New Webhook

To create a new Webhook, simply click on the New Webhook button on the Webhooks list page. This opens the Webhook Create modal.

URL

URL of your new Webhook.

info

Our Hub uses HTTPS transfer protocol. HTTP is not supported.

Triggers

Possible triggers for you Webhook.

TriggerDescription
Transaction InitiateWebhook event triggered when a transaction has been initiated.
Transaction PendingWebhook event triggered when a transaction's status has changed to pending.
Transaction DeclineWebhook event triggered when a transaction's status has changed to declined.
Transaction SettlementWebhook event triggered when a transaction's status has changed to settled.
Transaction VoidWebhook event triggered when a transaction's status has changed to voided.
Transaction RefundWebhook event triggered when a transaction's status has changed to refunded.
Subscription CreateWebhook event triggered when a subscription has been created.
Subscription UpdateWebhook event triggered when a subscription has been updated.
Subscription DeleteWebhook event triggered when a subscription has been deleted.
Subscription CancelWebhook event triggered when a subscription has been canceled by the merchant.