> ## Documentation Index
> Fetch the complete documentation index at: https://docs.slickerhq.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Recovery Action Event

> This webhook is triggered by Slicker when its algorithms determine a payment should be retried.        




## OpenAPI

````yaml v2.yaml webhook recovery_action
openapi: 3.1.0
info:
  title: Slicker Merchant Webhook API (v2)
  version: '2.0'
  description: >
    Webhook API specification for merchants integrating with Slicker.


    All webhook events share a common envelope structure with:

    - `id`: Unique identifier for the webhook event

    - `type`: Event type identifier (e.g., recovery_action, pause_collection,
    complete_dunning)

    - `created`: Timestamp when the webhook was created

    - `data`: Event-specific payload that varies based on the event type
  contact:
    name: Slicker Support
    url: https://support.slickerhq.com
servers:
  - url: https://api.your-company.com/slicker-webhook
    description: Example URL - replace with your actual webhook endpoint URL
security: []
paths: {}

````