Register a webhook
Registers a webhook for one event type. Exactly one active registration is allowed per association and event type; registering a type that already has one returns 409, so deactivate the existing one first. The URL must be https (plain http is tolerated in the sandbox only).
Authorizations
Access token issued by POST /v1/auth/token.
Application secret (the apiKey issued at registration), validated at the Kong edge.
Body
HTTPS endpoint that receives events. Plain http is tolerated in the sandbox only.
The event that triggers delivery. One active registration is allowed per association and event type.
IntentInitiated, IntentProcessing, IntentFailed, IntentSuccessful, IntentRefunding, IntentRefunded, IntentRefundFailed, IntentCancelled Response
Webhook registered.
The new registration id.