### Read a gateway's callback URL

`GET /api/v1/admin/payments/config/{gateway}/webhook-url`

The exact URL to register with the provider, including the per-tenant secret path segment. Copy it verbatim.

- Authentication: manager session (JWT) or API token
- Permission: `prm_settings` (Manage settings)
- Risk: danger

#### Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `gateway` | path | string | yes | Driver id. |

#### Note

The URL contains a secret. It is what proves an inbound callback came from the provider you configured, so treat the response as a credential and do not paste it into a ticket.

