Skip to main content

Welcome to our Dev Docs!

Order Succeeded

Sent when an order was finished successfully. This includes all order types (signup, upgrade, ...).

Typical Scenario

You want to listen to this hook to send an order confirmation by email to the customer.

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

{
    "ContractId":"6298a006e636b694d807080f",
    "OrderId":"6299046051606668b2b9ef75",
    "CustomerId":"6298a006e636b694d8070809",
    "Event":"OrderSucceeded",
    "EntityId":"62148e3c0c14e1609e9ca5c1"
}