Get an event
Returns a single event by its ID. The event’s data is the same payload Fintoc sends to your webhook endpoints. Events are scoped to the mode of the API key you authenticate with, so an event from the other mode returns a 404 Not Found error.
Autorizaciones
Parámetros de ruta
Unique identifier for the event to get (for example evt_0ujsswThIGTUYm2K8FjOOfXtY1K).
Respuesta
The event with the given id.
Unique identifier of the event.
"evt_0ujsswThIGTUYm2K8FjOOfXtY1K"
Type of the object. Always event.
Time when the event was created, as an ISO 8601 datetime in UTC with millisecond precision.
"2026-01-15T14:30:00.000Z"
Resource the event is about, in the same shape the API returns the resource. The resource depends on type: a transfer.outbound.succeeded event carries a transfer, and a payment_intent.succeeded event carries a payment intent.
Whether the event happened in live or in test mode.
live, test "live"
The kind of event that happened.
link.credentials_changed, link.refresh_intent.succeeded, link.refresh_intent.failed, account.refresh_intent.succeeded, account.refresh_intent.failed, account.refresh_intent.rejected, payment_intent.succeeded, payment_intent.rejected, payment_intent.failed, payment_intent.pending, payment_intent.expired, subscription.activated, subscription.canceled, subscription.payment_method_updated, subscription.payment_method_update_failed, subscription_intent.succeeded, subscription_intent.rejected, subscription_intent.failed, charge.succeeded, charge.failed, account.refresh_intent.movements_removed, account.refresh_intent.movements_modified, refund.succeeded, refund.failed, refund.in_progress, payout.created, payout.canceled, payout.succeeded, payout.returned, checkout_session.finished, checkout_session.expired, transfer.inbound.succeeded, transfer.outbound.succeeded, transfer.outbound.failed, transfer.outbound.returned, transfer.inbound.returned, transfer.inbound.return_failed, account_number.deleted, account_verification.succeeded, account_verification.failed, transfer.inbound.rejected, payment_method.activated, payment_method.canceled, invoice.created, invoice.finalized, invoice.paid, invoice.payment_created, invoice.payment_failed, invoice.payment_succeeded, invoice.voided, dispute.waiting_documentation, dispute.in_review, dispute.won, dispute.lost, dispute.expired, entity.onboarding.approved, entity.onboarding.rejected "transfer.outbound.succeeded"