Which events does Paymill send to a store?

ID Description
app.merchant.activated returns a merchant-object if a connected merchant was activated
app.merchant.app.disabled returns a merchant object if a connected merchant disabled your app
app.merchant.deactivated returns a merchant-object if a connected merchant was deactivated
app.merchant.live_requests_allowed returns a merchant-object if a connected merchant allows live requests
app.merchant.live_requests_not_allowed returns a merchant-object if a connected merchant denys live requests
app.merchant.rejected returns a merchant-object if a connected merchant was rejected
chargeback.executed returns a transaction-object with state set to chargeback
client.updated returns a client-object if a client was updated
invoice.available returns an invoice-object with the fees sum for the invoice period
payment.expired returns a payment-object if a creditcard is going to expire next month
payout.transferred returns an invoice-object with the payout sum for the invoice period
refund.created returns a refund-object
refund.failed returns a refunds-object
refund.succeeded returns a refunds-object
subscription.activated returns a subscription-object
subscription.canceled returns a subscription-object
subscription.created returns a subscription-object
subscription.deactivated returns a subscription-object
subscription.deleted returns a transaction object and a subscription-object
subscription.expiring returns a subscription-object
subscription.failed returns a transaction object and a subscription-object
subscription.succeeded returns a transaction object and a subscription-object
subscription.updated returns a subscription-object
transaction.created returns a transaction object
transaction.failed returns a transaction object
transaction.pending returns a transaction object when a transaction was created but is still pending
transaction.succeeded returns a transaction object

https://developers.paymill.com/API/index#webhooks

See also: