Events
Each webhook that is sent is the result of an event within the payment gateway. These events are usually named with the following convention:
subject:event
For example, when a purchase succeeds your system (if configured) may receive the purchase:success event.
Currently the following events are published out of the gateway:
| Name | Description |
|---|---|
| purchase:success | A purchase has successfully been processed |
| purchase:failed | A purchase was not processed successfully |
| capture:success | A capture has successfully been processed |