Debbie API Documentation home pagelight logodark logo
  • API Support
  • Developer login
  • Developer login
Using the API
API Reference
  • API Status
  • API Documentation
    • Introduction
    • Authentication
    • Idempotency
    Creditors
    • POST
      Create creditor
    • GET
      Get creditor
    • PATCH
      Patch creditor
    Customers
    • POST
      Create customer
    • GET
      Get customer id
    • GET
      Get customer by reference id
    • POST
      Add case vouchers
    • PATCH
      Patch user on customer
    Cases
    • POST
      Create case
    • GET
      Get case
    • GET
      Get cases
    • PATCH
      Patch case
    Case vouchers
    • POST
      Add case voucher
    • GET
      Get case vouchers
    Billing
    • GET
      Get deposit distribution
    Updates
    • GET
      Get update types
    • POST
      Create update
    • PATCH
      Patch update
    Files
    • POST
      Create file
    • GET
      Get file
    Webhooks
    • HOOK
      Update created
    • HOOK
      Update updated
    • HOOK
      Update deleted
    • HOOK
      Creditor created
    • HOOK
      Creditor updated
    • HOOK
      Case voucher created
    • HOOK
      Case voucher updated
    • HOOK
      Case voucher deleted
    • HOOK
      Payment plan status change
    • HOOK
      Interaction sent
    • HOOK
      Customer created
    • HOOK
      Case status change
    • HOOK
      Case merged
    • HOOK
      Case merge undoed
    • HOOK
      Billing created
    • HOOK
      Payout created
    Webhooks

    Payout created

    WEBHOOK
    payouts.create
    Copy
    {
      "event": "payouts.create",
      "time": "2025-01-01T20:00:00.000Z",
      "data": "<any>"
    }

    Body

    application/json

    Webhook payload

    The body is of type object.

    Billing created
    linkedin
    Powered by Mintlify
    Copy
    {
      "event": "payouts.create",
      "time": "2025-01-01T20:00:00.000Z",
      "data": "<any>"
    }
    Assistant
    Responses are generated using AI and may contain mistakes.