Configure and manage webhook endpoints for real-time notifications.
/v1/webhooks{
"url": "https://yoursite.com/webhooks/payflow",
"events": ["payment.succeeded", "payment.failed"]
}/v1/webhooks{
"data": [
{
"id": "wh_1234567890",
"url": "https://yoursite.com/webhooks/payflow",
"status": "active",
"events": ["payment.succeeded"]
}
]
}