Skip to main content

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 below 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 nameWebhook event type ID
AccountCreated7e71bf60-40f3-489f-bd09-e03035d5cd0a
AccountActivateda4dcc403-41aa-4f2e-acf6-32dbaec78e72
PersonCreatedb5dcc403-41aa-4f2e-acf6-32dbaec77a72
KycInformationRequesta29521f8-0cee-4563-afa3-e9ceaad20eaa
KycUpdate66854098-aac7-4084-938e-bc2e62fb6a44
AccountStatusUpdateddd9043c6-9eeb-45a6-8e1d-a7e0db5675cd
RecipientCreated64b18e0e-4561-4509-ad35-ecc8d342d291
RecipientDeleteded6dfe0e-6cf2-43d5-9f35-aebf865f4e77
PaymentBatchCreateded6dfe0e-6cf2-43d5-9f35-aebg587f4e77
PaymentBatchCancelleded6dfe0e-6cf2-43d5-9f35-aebf873f4e97
PaymentBatchProcessinged6dfe0e-6cf2-43d5-9f35-aebf233f4e77
PaymentBatchCompleteded6dfe0e-6cf2-43d5-9f35-aebf463f4e77
PaymentCreateded6dfe0e-6cf2-43d5-9f35-aebf873f4e87
PaymentReturneded6dfe0e-6cf2-43d5-9f35-aebf873f4e77
PaymentBatchOrderCreateded6dfe0e-6cf2-43d5-9f35-aebf413f4e77
PaymentBatchOrderCancelleded6dfe0e-6cf2-43d5-9f35-aebf693f4e77
BoxCredited25d5b682-7449-4d07-b6fc-7c9bf1239561
BoxCreditPending0ee061e6-6c34-4d74-a7b2-afba6dcb1442
BoxDebitedfc05160e-0f0c-44e0-87a8-e2f093b09ff4
OrderCreated06e852d1-fcd5-43e6-babe-65a06a43266b
OrderCompleted4649fed2-1b40-4d8b-b947-bd0e60a2c2e5
OrderCancelled06e852d1-fcd5-43e6-babe-65a06a43266b
FeeCreatedb5af8772-a4a8-4296-b63a-e38744f07bfe
3DSAuthRequest2704f4e3-7790-43a0-905c-e0a6aaf89cdd
CardTransactionda153b21-9c8d-46d2-8911-83c6da10655a
CardStateUpdated66854098-aac7-4084-938e-bc2e62fb6a44
DigitalWalletTokenTransitionc1a5f01c-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.
If your issues persist, please get in touch with your account manager.