v1

latestOpenAPI 3.1.0© Modulr Finance2026-08-04207430590.4 KB
Channel Manager Webhook Notifications

Create a Webhook notification configuration

Create a Webhook notification configuration for the authenticated Channel Manager

post/channel-managers/webhook-notifications

Request body

typestring required

Webhook type

destinationstring required

URL destination

retryboolean required

Flag indicating whether failed webhooks should be retried

secretstring required

Webhook secret, must be 32 chars

hmacAlgorithm'hmac-sha1' | 'hmac-sha256' | 'hmac-sha384' | 'hmac-sha512' required

Signing algorithm that is used in Webhook HMAC calculation

Example request

{
  "destination": "https://example.com/webhook"
}

Response

Webhook notification created

idstring

Unique identifier for the notification

type'PAYIN' | 'PAYOUT' | 'CARD_AUTH' | 'CARD_AUTH_OFFLINE'

Webhook type

status'ACTIVE' | 'INACTIVE'

Status of notification

destinationstring

URL destination

retryboolean

Flag indicating whether failed webhooks should be retried

secretstring

Webhook secret, must be 32 chars

hmacAlgorithm'hmac-sha1' | 'hmac-sha256' | 'hmac-sha384' | 'hmac-sha512'

Signing algorithm that is used in Webhook HMAC calculation