This is the list of event types that will be send to any active webhook.
Event | Description |
---|
account.created | Occurs whenever a new account has been created. |
account.activated | Occurs whenever an account created has been activate and can be used. |
account.delayed | Occurs whenever an account has been created but not activated yet due to any incident in the underlying banking infrastructure. |
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 |
---|
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.delayed | Occurs whenever an outgoing payment cannot be processed immediately. |
outgoing_payment.pending | Occurs whenever an outgoing payment is pending. |
outgoing_payment.denied | Occurs whenever an outgoing payment is denied. |
outgoing_payment.processing | Occurs whenever an outgoing payment is being processed. |
outgoing_payment.retrying | Occurs whenever an outgoing payment is being retried. |
outgoing_payment.confirmed | Occurs whenever an outgoing payment execution is confirmed. |
outgoing_payment.reversed | Occurs whenever an outgoing payment is reversed. |
outgoing_payment.rejected | Occurs whenever an outgoing payment is rejected. |
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. |