latestOpenAPI 3.0.12026-08-1974476716.3 KB
08c7d0c9ce60
Webhooks
Get webhook config
The GET /webhook/config endpoint retrieves the webhook configuration.
get/webhook/config
Response
Successful response
Example response
{
"config": {
"type": [
"PAYMENT_STATUS_CHANGED"
],
"url": "your-webhook-url.com"
}
}