Payment Bearer Expired
This webhook notifies you about a payment bearer that just expired. The next payment will fail and you probably want to take appropriate action.
Typical Scenario
The credit card expired and you want to show the customer a notification, that the current payment method is invalid.
HTTP/1.1
POST /billwerk-hook
Host: example.com
Content-Type: application/json
{
"Event" : "PaymentBearerExpired",
"ContractId" : "51d970c8eb596a1168df119a",
"ExpiryDate" : "2013-12-22T11:11:11Z"
}