Skip to main content

Welcome to our Dev Docs!

Dunning Created

This webhook is triggered when a new dunning PDF was created and sent/archived.

Typical Scenario

Note

Remark: Not finished yet! You want to listen to this hook to download all individual dunning PDF files.

HTTP/1.1
POST /billwerk-hook
Host: example.com
Content-Type: application/json

{
    "Event" : "DunningCreated",
    "DunningId" : "51d97067cb596a1239fff424",
    "CustomerId" : "64ccae03385f8210a5df38d7",
    "ContractID" : "64ccaf64082819a8964eca69",
}