Update webhook config
Webhooks
Update webhook config
Update the partner’s webhook configuration
PATCH
Update webhook config
Authorizations
Partner API key (sk_live_* for production, sk_test_* for sandbox)
Body
application/json
HTTPS URL to receive events. Must use https://
Example:
"https://your-app.com/webhooks/contro"
Secret for HMAC-SHA256 signature verification. Min 16 characters
Minimum string length:
16Example:
"whsec_your_secret_min_16_chars"
Event types to subscribe to
Example:
[
"card.transaction",
"cardholder.kyc.updated",
"balance.low"
]Response
Webhook config updated
Available options:
true