Skip to main content
GET
Get an event

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Unique identifier for the event to get (for example evt_0ujsswThIGTUYm2K8FjOOfXtY1K).

Response

The event with the given id.

id
string
required

Unique identifier of the event.

Example:

"evt_0ujsswThIGTUYm2K8FjOOfXtY1K"

object
any
required

Type of the object. Always event.

created_at
string<date-time>
required

Time when the event was created, as an ISO 8601 datetime in UTC with millisecond precision.

Example:

"2026-01-15T14:30:00.000Z"

data
object
required

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.

Example:
mode
enum<string>
required

Whether the event happened in live or in test mode.

Available options:
live,
test
Example:

"live"

type
enum<string>
required

The kind of event that happened.

Available options:
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
Example:

"transfer.outbound.succeeded"