Skip to main content

Payment Events

Introduction

Payments generate events, which are in turn emitted as webhooks. They are updates on the state of the payment, and as such contain references to both the events themselves and the relevant payment resource.

Events are stored indefinitely and can provide a way to visualise the states the payment went through.

Usage

If you want to look up a specific event, the GET Payment Event will return a single event after providing the API with an event number.

In case you are looking to find any number of events related to a specific payment ID or a merchant reference number, the [GET Payment Events](/api/embedded-wallets/business/2.0.0/wallet/get-payment-events] endpoint provides a way to get a paginated set of relevant results.