Skip to main content
GET
Get an event

Authorizations

Authorization
string
header
required

Organization API key. Use a write-scoped key for event ingestion.

Path Parameters

event_id
string
required

Event identifier.

Response

OK

entity_id
string
required

Target identifier derived from the event flow.

entity_type
enum<string>
required

Target type derived from the event flow.

Available options:
wallet,
order,
settlement_account
event_type
enum<string>
required

Lifecycle evidence type.

Available options:
order.fulfilled,
payment.failed,
payment.initiated,
payment.succeeded,
payout.failed,
payout.initiated,
payout.succeeded,
settlement.allocations_recorded,
settlement.created,
settlement.disbursed,
settlement.failed,
settlement.finalized,
settlement.received,
settlement.revised,
wallet.credited,
wallet.debited,
wallet.refunded
flow
enum<string>
required

Monitored money-movement flow.

Available options:
payment_to_wallet,
payment_to_order,
wallet_to_wallet,
wallet_to_payout,
provider_to_settlement_account
id
string
required

Stable event identifier.

occurred_at
string<date-time>
required

When the source event occurred.

received_at
string<date-time>
required

When Reconify received the event.

reference
string
required

Customer-supplied operation reference.

status
enum<string>
required

Asynchronous receipt processing state.

Available options:
received,
published,
processed,
failed
allocation_count
integer

Number of settlement allocations captured.

Required range: x >= 0
allocations
array

Complete settlement allocations on event detail responses.

amount
string | null

Normalized decimal amount, when present.

causation_id
string

Optional identifier of the single earlier event that led to this event.

component_count
integer

Number of financial components captured.

Required range: x >= 0
correlation_id
string

Optional broader context identifier shared across related events.

currency
string | null

Three-letter ISO currency code, when present.

financial_breakdown
object

Complete financial breakdown on event detail responses.

gross
string | null

Settlement gross amount summary, when present.

net
string | null

Settlement net amount summary, when present.

provider
string | null

Related provider name, when present.

revises_event_id
string | null

Prior event revised by this event, when present.