Subscribe to a webhook event

Subscribe to receive webhook notifications when specific events occur. When an event is triggered, a POST request will be sent to the provided URL with the event data.

All webhook callbacks are signed. You can find the signature in the request header "Pongo-Signature" in the format: t={timestamp},v1={hmac} where {timestamp} is the timestamp when the webhook was sent and {hmac} is a sha256 hash of "request body + timestamp" with the webhook secret as key.

Supported events:

  • customer.created: Triggered when a customer was created.
  • customer.updated: Triggered when a customer was updated.
Language
Credentials
Bearer
Click Try It! to start a request and see the response here!