Create a Webhook Endpoint

POST {{api_base_url}}/v1/webhooks

Create a new webhook to receive notifications from Bolt about various events, such as transaction status. Webhooks must have a unique configuration.

Required Variables

webhook_url:

The endpoint path subscribed to receive Bolt webhook events.

Request Body

{"events"=>["pending", "capture", "void", "credit", "auth", "rejected_irreversible"], "division_id"=>"{{division_id}}", "url"=>"{{webhook_url}}"}

HEADERS

KeyDatatypeRequiredDescription
X-API-KeystringBolt Account API Key