List Of Events

Better, faster integration of business events using Webhooks

Event Type list

This is the list of event types that will be send to any active webhook.

Account Holders

EventDescription
account_holder.createdOccurs whenever a new account holder has been created.
account_holder.validatingOccurs whenever an account holder starts its validation process.
account_holder.activatedOccurs whenever an account holder is activated.
account_holder.deactivatedOccurs whenever an account holder is deactivated.
account_holder.archivedOccurs whenever an account holder is archived.

Accounts

EventDescription
account.createdOccurs whenever a new account has been created.
account.delayedOccurs whenever an account has been created but not activated yet due to any incident in the underlying banking infrastructure.
account.activatedOccurs whenever an account created has been activate and can be used.
account.deactivatedOccurs whenever attempts to close an account but we can't due to an issue in the underlying banking infrastructure.
account.closedOccurs whenever an account has been closed.

Incoming Payments

EventDescription
incoming_payment.createdOccurs whenever Devengo gets notice of the arrival of funds in any of your accounts and create the corresponding incoming payment to represent them.
incoming_payment.confirmedOccurs whenever an incoming payment is confirmed after its creation. At this point, the funds are available in your account.
incoming_payment.rejectedOccurs whenever an incoming payment is rejected.

Outgoing Payments

EventDescription
outgoing_payment.createdOccurs whenever an outgoing payment is created.
outgoing_payment.validatingOccurs whenever an outgoing payment is being validated.
outgoing_payment.blockedOccurs whenever an outgoing payment has not passed the validation process.
outgoing_payment.deniedOccurs whenever an outgoing payment is denied.
outgoing_payment.delayedOccurs whenever an outgoing payment cannot be processed immediately.
outgoing_payment.pendingOccurs whenever an outgoing payment is pending.
outgoing_payment.processingOccurs whenever an outgoing payment is being processed.
outgoing_payment.retryingOccurs whenever an outgoing payment is being retried.
outgoing_payment.rejectedOccurs whenever an outgoing payment is rejected.
outgoing_payment.confirmedOccurs whenever an outgoing payment execution is confirmed.
outgoing_payment.reversedOccurs whenever an outgoing payment is reversed.

Verifications

EventDescription
verification.createdOccurs whenever a new verification has been created.
verification.deliveredOccurs whenever a verification has been delivered to the recipient.
verification.rejectedOccurs whenever a verification couldn't be delivered to the recipient.
verification.confirmedOccurs whenever a verification has been confirmed.
verification.failedOccurs whenever the maximum number of confirmation attempts has been reached.
verification.expiredOccurs whenever a verification has not been confirmed and the expiration date has been reached.