Create a Webhook
Create a Webhook
Headers
API key is required to call Solid APIs. You can view and manage your API keys in the Solid dashboard.
"{{api_key}}"
Body
description of the webhook
"Transaction webhook"
url of the webhook endpoint
"http://test-url.com/txn-webhook"
an array of events to enable for this webhook endpoint. Example ["transaction.status.declined","transaction.status.received"]
Response
unique id of the webhook created
"whk_a8d2b191fa0e960d8e49a4bfd320e07b"
unique id of the client that issued the card
"cli_64c6c87ee9d609f36a6f390dc378a4ce"
description of the webhook
"Transaction webhook"
url of the webhook endpoint
"http://test-url.com/txn-webhook"
an array of events to enable for this webhook endpoint. Example ["transaction.status.declined","transaction.status.received"]
webhook signing secret which is returned only at the time of webhook creation
"pPibTgWHeiAAlJR7I0gzuXJpU3iNcwlf"
status of the webhook
active
, inactive
"active"