This webhook event is triggered when a submitted pricing template is declined by Fiska review.
Headers
-
The unique message id for this delivery. Constant across retries of the same message.
-
The time the message was sent, as a Unix timestamp in seconds. Reject stale timestamps to protect against replay attacks.
-
One or more space-delimited signatures in the form
v1,<base64 signature>— an HMAC-SHA256 over{svix-id}.{svix-timestamp}.{raw request body}keyed with the endpoint's signing secret. See the Webhook Configuration section for verification details.
Body
The request body for the pricing_template.rejected webhook event.
-
Webhook event details for merchant lifecycle events. Extends the standard event envelope with the merchant the event relates to, once a merchant record exists.
-
Details for a merchant lifecycle event. Every field is always present; fields that do not apply to the event type are null. Payloads are PII-safe by design — they never carry underwriting documents, bank details, or tax identifiers.
{
"event": {
"id": "01JZM7Q2XVGT5H8RC3W9K4N6PJ",
"type": "pricing_template.rejected",
"timestamp": "2026-07-09T14:30:00Z",
"merchantId": null
},
"data": {
"isvId": "isv_01JY9FCPM8Q5T2V7R4W1XKB6ZD",
"merchantName": null,
"applicationId": null,
"fromStatus": null,
"toStatus": null,
"reason": "Credit card discount rate exceeds the approved range for this region.",
"templateName": "Standard US Card-Present",
"templateRegion": "US",
"templateVersion": "3",
"portalLink": "https://partner-portal.omni.integratedcommerce.io/settings/onboarding-links"
}
}
{
"value": {}
}