Skip to main content

Welcome to our Dev Docs!

Payment Succeeded

This webhook is sent when a payment was successfully completed. Usually, it's not required that you worry about this in your application.

Typical Scenario

Note

Remark: Use Order Succeeded instead and Payment Succeeded for further controlling, if there are outstanding receivables

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

{
    "Event" : "PaymentSucceeded",
    "PaymentTransactionId" : "51d970c8eb596a1168df119a"
}