Skip to main content
PATCH
curl

Authorizations

Authorization
string
header
required

Your PayBridgeNP API key. Obtain one from the dashboard under Settings → API Keys. Prefix: sk_test_ for testing, sk_live_ for production.

Path Parameters

id
string
required

Webhook endpoint ID (prefix: we_).

Body

application/json
url
string<uri>

New delivery URL. Must be https://. Internal/private IP ranges are rejected.

Example:

"https://yourapp.com/webhooks/paybridgenp"

events
string[]

Replace the subscribed event list. Pass an empty array to receive all events.

Example:
enabled
boolean

Set false to temporarily pause deliveries without deleting the endpoint.

Example:

true

Response

Endpoint updated.

id
string
url
string<uri>
events
string[]
enabled
boolean