v1
latestOpenAPI 3.0.02026-07-265892227.1 KBWebhooks
Get a webhook
get/webhooks/{id}
Path parameters
idstring required
Example:wh_z1urYtVFgEebtcj8fxp4v
Unique identifier for the Webhook
Headers
ApiKeystring required
Your api key. To create a key, please get into our dashboard. If you don't have access to it, please reach the Support team.
MerchantIdstring required
Your merchant ID. This information is available in our dashboard. If you don't have access to it, please reach the Support team.
Environment'live' | 'sandbox' required
Allow you to choose between the sandbox mode to perform some tests or the live mode for real world transactions.
Response
Example response
{
"id": "wh_z1urYtVFgEebtcj8fxp4v",
"createdAt": "2020-10-15T12:09:49.355Z",
"updatedAt": "2020-10-15T12:09:49.355Z",
"mode": "live",
"description": "This is a webhook trigger upon payment & payment_intent creation",
"events": [
"payment.created",
"payment_intent.created"
],
"metadata": {},
"secret": "5257a869e7ecebeda32affa62cd...",
"status": "enabled",
"url": "https://my.webhook.target"
}