Skip to main content
This is a list of all the event types Fintoc currently sends. Fintoc may add more at any time, so your implementation should not assume these are the only types that exist. Events follow a pattern in their naming: resource.event.
You cannot subscribe to the link.created event with a webhook endpoint. To receive it, pass your backend URL when you configure the widget.

Invoice payment events

An invoice reaches paid in two ways, and the events differ. When Fintoc collects the invoice, you receive invoice.payment_succeeded and then invoice.paid. When you mark the invoice as paid because your customer paid you outside Fintoc, you receive invoice.paid alone. Read external_payment in the payload to tell the two apart. The value is false when the money went through Fintoc and true when it did not.