latestOpenAPI 3.0.12026-08-1974476716.3 KB

08c7d0c9ce60

Webhooks

Set webhook config

The PUT /webhook/config endpoint sets the webhook configuration.

put/webhook/config

Request body

Example request

{
  "config": {
    "type": [
      "PAYMENT_STATUS_CHANGED"
    ],
    "url": "your-webhook-url.com"
  }
}

Response

Successful response

SetWebhookConfigResponse required

No data included or required in the response.