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:

NameDescription
purchase:successA purchase has successfully been processed
purchase:failedA purchase was not processed successfully
capture:successA capture has successfully been processed