v1

latestOpenAPI 3.0.12026-08-0674476716.0 KB
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.