Skip to content

Transaction Webhooks

POST
/webhooks_transaction

This request updates the merchant on the status of the transaction.

Authorization

ApiKeyAuth X-API-Key
X-API-Key<token>

Admins and Developers can obtain their Bolt API key from the Bolt Merchant Dashboard.

In: header

Scope: X-API-Key

Header Parameters

X-Bolt-Hmac-Sha256?string

Bolt sends a signed HMAC for hook verification

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/webhooks_transaction" \  -H "Content-Type: application/json" \  -d '{}'
{  "status": "succeeded"}