This is a list of all the types of events we currently send. We may add more at any time, so in developing and maintaining your code, you should not assume that only these types exist.
Note that the events follow a sort of pattern in its naming: resource.event
. Our goal is to have a consistent system so it feels intuitive and easy for you to use.
The
link.created
is the only event that cannot be listened using a Webhook Endpoint. To receive said event, you need to pass the URL of your backend that you want to send the event to when configuring the widget.
Event type |
| Description |
---|---|---|
| Triggers when an | |
| Triggers when an update of the movements of a specific | |
| Triggers when an update of the movements of a specific | |
| Triggers when the Link's bank deletes transactions. | |
| Triggers when the target account holder information has been retrieved successfully. | |
| Triggers when the target account holder information could not be retrieved. | |
| Triggers when a charge is validated as successful. | |
| Triggers when a charge fails due to insufficient funds, the charged amount being higher than the authorized amount, or the user disabling the authorization. | |
| Triggers when a customer has completed a payment. The webhook contains information about the Payment including its final status. | |
| Triggers when a customer leaves the payment flow before finishing | |
| Triggers when a | |
| Triggers when the credentials corresponding to a | |
| Triggers when a | |
| Triggers when a | |
| Triggers when a user rejects a | |
| Triggers when a user doesn't complete a | |
| Triggers when a | |
| Triggers when the final status of the payment is not available yet. A future webhook will be sent with the final status once it's determined. | |
| Triggers when a | |
| Triggers when a | |
| Triggers when a | |
| Triggers when a | |
| Triggers when a | |
| Triggers when a | |
| Triggers when a subscription intent is validated as successful. The | |
| Triggers when a subscription intent fails due to a problem with the bank or Fintoc. | |
| Triggers when a subscription intent is rejected by the user. This may happen when the user rejects the MFA step or if it is entered incorrectly. | |
| Triggers when the bank has confirmed that the subscription is ready to accept charges. | |
| Triggers when the bank informs Fintoc that the subscription has been canceled. | |
| Triggers when the Transfer successfully settles. | |
| 🇲🇽 In Mexico: Triggers when either Banco de Mexico or the counterparty institution has rejected the transfer. 🇨🇱 In Chile: Triggers when the counterparty institution has rejected the transfer. | |
| Triggers when the transfer has not been able to reach its destination account, due to an error during the process. | |
| Triggers when a Transfer is successfully received in your account. | |
| 🇲🇽 Triggers when an Inbound Transfer has been returned by the recipient. | |
| 🇲🇽 Triggers when an Inbound Transfer has been rejected before being credited to your account. |