Webhooks
Create a Webhook
Create a Webhook
POST
Headers
API key is required to call Solid APIs. You can view and manage your API keys in the Solid dashboard.
Body
application/json
description of the webhook
an array of events to enable for this webhook endpoint. Example ["transaction.status.declined","transaction.status.received"]
url of the webhook endpoint
Response
201 - application/json
unique id of the client that issued the card
description of the webhook
an array of events to enable for this webhook endpoint. Example ["transaction.status.declined","transaction.status.received"]
unique id of the webhook created
webhook signing secret which is returned only at the time of webhook creation
status of the webhook
Available options:
active
, inactive
url of the webhook endpoint