Skip to main content

Welcome to our Dev Docs!

Payment Failed

This webhook is triggered when a payment transaction failed.

Typical Scenario

Note

Remark: In most cases, it's not required nor suggested to handle this webhook yourself. Use payment escalated instead.

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

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