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.
Changes
No recorded changes to this endpoint across all 2 revisions of this API.