BramaPay Docs

Webhooks API

Dashboard endpoint management and delivery inspection.

These Dashboard endpoints require a merchant JWT and X-Project-Id.

MethodPathPurpose
POST/webhooks/endpointsRegister a URL; secret returned once
GET/webhooks/endpointsList endpoint metadata
DELETE/webhooks/endpoints/:idDeactivate an endpoint
POST/webhooks/endpoints/:id/rotate-secretReturn a new one-time secret and key ID
POST/webhooks/testQueue integration.test
GET/webhooks/deliveriesInspect status, attempts, and HTTP response
POST/webhooks/deliveries/:id/redeliverReopen a failed delivery cycle

These management endpoints are not a substitute for verifying received webhook signatures.