Webhook Service
View webhook secret
Returns the webhook secret to be used in validating legacy webhooks for the specified merchant ID or payout account ID. To create a secret, use the /webhook/v3/secret endpoint.
For a tutorial about verifying the signature, see Receiving legacy webhooks in Guides.
<!-- theme: info --><!-- theme: warning -->📘 Note
For the current workflow, see the Register webhook URLs endpoint instead.
<div style="display:none;">⚠️ Try It
To use the Try It feature for this endpoint, you must use the credentials for your Sandbox API user.
Request parameters
- id
Response parameters
- secret
get/webhook/v3/secret/{id}
Path parameters
idstring required
Example:000999
The merchant ID or payout account ID to get the webhook secret for.
Response
Success