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 Escalated 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" }