update Webhook

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Update an existing webhook URL or events. Requires Merchant Portal Bearer token.

Flow

sequenceDiagram
    autonumber
    participant A as Portal Admin
    participant D as DigetPay Portal API

    A->>D: PATCH /merchant/account/webhooks/{webhookId}
    Note right of A: url, events, active
    D-->>A: 200 { id, url, active }

Responses

{
  "success": {
    "status": 200,
    "body": {
      "id": "wh_abc123",
      "url": "https://yourstore.com/webhooks/digetpay-v2",
      "active": true
    }
  }
}

Guide →

Path Params
string
required
Response

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json