Skip to content

Credit Card Webhooks (BETA)

POST
/webhooks_credit_card

This request notifies merchants on changes to a existing customer's saved credit card information.

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_credit_card" \  -H "Content-Type: application/json" \  -d '{}'
{  "status": "succeeded"}