Skip to main content

Super Publication Test

Recurring Billing Approaching

This webhook is triggered when a billing period ended. Depending on your billing delay settings you can use this webhook to pass remaining metered usage or rated items before the actual recurring billing is processed.

Typical Scenario

You want to listen to this hook to pass metered usage or rated itmes before the next recurring billing.

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

{
    "Event" : "RecurringBillingApproaching",
    "ContractId" : "51d970c8eb596a1168df119a",
}