This is the list of event types that will be send to any active webhook.
| 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. |
| 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. |
| 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. |
| Event | Description |
|---|
| incoming_payment_receipt.created | Occurs whenever the incoming payment receipt has been created. |
| 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.canceled | Occurs whenever an outgoing payment is canceled. |
| 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. |
| Event | Description |
|---|
| outgoing_payment_receipt.created | Occurs whenever the payment receipt has been created. |
| Event | Description |
|---|
| access_verification.created | Occurs whenever a new access verification has been created. |
| access_verification.delivered | Occurs whenever an access verification has been delivered to the recipient. |
| access_verification.rejected | Occurs whenever an access verification couldn't be delivered to the recipient. |
| access_verification.confirmed | Occurs whenever an access verification has been confirmed. |
| access_verification.failed | Occurs whenever the maximum number of confirmation attempts has been reached. |
| access_verification.expired | Occurs whenever an access verification has not been confirmed and the expiration date has been reached. |
| Event | Description |
|---|
| holder_verification.created | Occurs whenever a new holder verification has been created. |
| holder_verification.pending | Occurs whenever a holder verification is pending. |
| holder_verification.delayed | Occurs whenever a holder verification cannot be processed immediately. |
| holder_verification.processing | Occurs whenever a holder verification Holder Verification it’s being processing. |
| holder_verification.rejected | Occurs whenever a holder verification ownership can't be verified. |
| holder_verification.confirmed | Occurs whenever a holder verification has been confirmed. |
| holder_verification.failed | Occurs whenever the result is a no_match response from the counterparty's financial institution. |
| Event | Description |
|---|
| verification_of_payee.created | Occurs whenever a new Verification of Payee has been created. |
| verification_of_payee.processing | Occurs whenever a Verification of Payee it’s being processing. |
| verification_of_payee.rejected | Occurs whenever a Verification of Payee is rejected. |
| verification_of_payee.confirmed | Occurs whenever a Verification of Payee has been confirmed with a match or a close_match result. |
| verification_of_payee.failed | Occurs whenever a Verification of Payee has been failed providing a no_match result. |