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