Webhook Events
Valmi Value can send webhooks for the following events:invoice.created- Invoice generatedinvoice.paid- Invoice paidoutcome.completed- Outcome achievedpayment.successful- Payment processedsubscription.created- Subscription createdsubscription.updated- Subscription updatedsubscription.cancelled- Subscription cancelled
Configuring Webhooks
- Navigate to Settings → Webhooks
- Click Add Webhook
- Configure:
- URL: Your webhook endpoint
- Events: Which events to subscribe to
- Secret: Webhook secret for verification
- Save
Webhook Payload
Webhooks send POST requests with JSON payloads:Webhook Security
Verify webhook authenticity using the webhook secret:Webhook Retries
Webhooks are retried if your endpoint returns an error:- Retry Schedule: 1min, 5min, 15min, 1hr, 6hr, 24hr
- Max Retries: 6 attempts
- Timeout: 30 seconds per attempt