Get webhook config
Webhooks
Get webhook config
Get the partner’s webhook configuration
GET
Get webhook config
Authorizations
Partner API key (sk_live_* for production, sk_test_* for sandbox)
Response
Webhook configuration
HTTPS URL that receives webhook events, or null if not configured
Example:
"https://your-app.com/webhooks/contro"
HMAC-SHA256 signing secret, or null if not configured
Example:
"whsec_your_secret_min_16_chars"
List of subscribed event types
Example:
[
"card.transaction",
"cardholder.kyc.updated"
]