How it works
Learn about webhooks and webhook event types.
Event types
Every webhook has an event type name that describes its trigger. In order to create a webhook, you'll need to choose an event type and use either its webhookEventTypeName
or webhookEventTypeId
in your request.
The following table lists all of the event types currently supported by the Equals Money API. You can click on a webhook event type’s name to view an example event payload. Every event payload includes a webhookEventTypeName
and a messageId
. Beyond that, the payload structure varies depending on the event type.
Webhook event type name | Webhook event type ID |
---|---|
AccountCreated |
7e71bf60-40f3-489f-bd09-e03035d5cd0a |
AccountActivated |
a4dcc403-41aa-4f2e-acf6-32dbaec78e72 |
RecipientCreated |
64b18e0e-4561-4509-ad35-ecc8d342d291 |
RecipientDeleted |
ed6dfe0e-6cf2-43d5-9f35-aebf873f4e77 |
BoxCredited |
25d5b682-7449-4d07-b6fc-7c9bf1239561 |
BoxDebited |
fc05160e-0f0c-44e0-87a8-e2f093b09ff4 |
OrderCreated |
06e852d1-fcd5-43e6-babe-65a06a43266b |
OrderCompleted |
4649fed2-1b40-4d8b-b947-bd0e60a2c2e5 |
OrderCancelled |
06e852d1-fcd5-43e6-babe-65a06a43266b |
FeeCreated |
b5af8772-a4a8-4296-b63a-e38744f07bfe |
3DSAuthRequest |
2704f4e3-7790-43a0-905c-e0a6aaf89cdd |
CardTransaction |
da153b21-9c8d-46d2-8911-83c6da10655a |
DigitalWalletTokenTransition |
c1a5f01c-67e4-48e5-8cd3-5866b6aa8c85 |
Webhook retries
If a webhook fails to deliver due (i.e., results in a timeout or any non-2XX
response), we'll retry sending it every 5 minutes for a period of two weeks until we get a 200 Success
response.
info
If your issues persist, please get in touch with your account manager.