Skip to main content
GET
/
v1
/
webhooks
/
{id}
/
deliveries
curl
curl https://api.paybridgenp.com/v1/webhooks/we_01j9x2k3m4n5p6q7r8s9t0u1v2/deliveries \
  -H "Authorization: Bearer pk_sandbox_your_key"
{
  "data": [
    {
      "id": "<string>",
      "webhookEndpointId": "<string>",
      "eventType": "payment.succeeded",
      "httpStatus": 200,
      "success": true,
      "attemptCount": 123,
      "nextRetryAt": "2023-11-07T05:31:56Z",
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.paybridgenp.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Your PayBridge API key. Obtain one from the dashboard under Settings → API Keys. Prefix: pk_sandbox_ for testing, pk_live_ for production.

Path Parameters

id
string
required

Webhook endpoint ID.

Response

List of deliveries.

data
object[]