POST
Credit Card Webhooks (BETA)

Authorizations

X-API-Key
string
header
required

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

Headers

X-Bolt-Hmac-Sha256
string

Bolt sends a signed HMAC for hook verification

Body

application/json
type
enum<string>
Available options:
credit_card_deleted
Example:

"credit_card_deleted"

object
enum<string>
Available options:
credit_card
Example:

"credit_card"

data
object

This is a generic wrapper for the merchant's data. Open to see properties.

Response

Webhooks Transaction Response

status
enum<string>
required
Available options:
succeeded,
failed
Example:

"succeeded"