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
Event | Description |
---|---|
account_holder.created | Occurs whenever a new account holder has been created. |
account_holder.collecting | Occurs whenever an account holder starts its collecting data process. |
account_holder.validating | Occurs whenever an account holder starts its validation process. |
account_holder.activated | Occurs whenever an account holder is activated. |
account_holder.deactivated | Occurs whenever an account holder is deactivated. |
account_holder.archived | Occurs whenever an account holder is archived. |
Accounts
Event | Description |
---|---|
account.created | Occurs whenever a new account has been created. |
account.delayed | Occurs whenever an account has been created but not activated yet due to any incident in the underlying banking infrastructure. |
account.activated | Occurs whenever an account created has been activate and can be used. |
account.deactivated | Occurs whenever attempts to close an account but we can't due to an issue in the underlying banking infrastructure. |
account.closed | Occurs whenever an account has been closed. |
Incoming Payments
Event | Description |
---|---|
incoming_payment.created | Occurs 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.confirmed | Occurs whenever an incoming payment is confirmed after its creation. At this point, the funds are available in your account. |
incoming_payment.rejected | Occurs whenever an incoming payment is rejected. |
Outgoing Payments
Event | Description |
---|---|
outgoing_payment.created | Occurs whenever an outgoing payment is created. |
outgoing_payment.validating | Occurs whenever an outgoing payment is being validated. |
outgoing_payment.blocked | Occurs whenever an outgoing payment has not passed the validation process. |
outgoing_payment.denied | Occurs whenever an outgoing payment is denied. |
outgoing_payment.delayed | Occurs whenever an outgoing payment cannot be processed immediately. |
outgoing_payment.pending | Occurs whenever an outgoing payment is pending. |
outgoing_payment.processing | Occurs whenever an outgoing payment is being processed. |
outgoing_payment.retrying | Occurs whenever an outgoing payment is being retried. |
outgoing_payment.rejected | Occurs whenever an outgoing payment is rejected. |
outgoing_payment.confirmed | Occurs whenever an outgoing payment execution is confirmed. |
outgoing_payment.reversed | Occurs whenever an outgoing payment is reversed. |
Verifications
Event | Description |
---|---|
verification.created | Occurs whenever a new verification has been created. |
verification.delivered | Occurs whenever a verification has been delivered to the recipient. |
verification.rejected | Occurs whenever a verification couldn't be delivered to the recipient. |
verification.confirmed | Occurs whenever a verification has been confirmed. |
verification.failed | Occurs whenever the maximum number of confirmation attempts has been reached. |
verification.expired | Occurs whenever a verification has not been confirmed and the expiration date has been reached. |
Updated about 2 months ago