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

event_type
enum<string>
required

Lifecycle evidence type.

Available options:
payment.failed,
payment.initiated,
payment.succeeded,
payout.failed,
payout.initiated,
payout.succeeded,
wallet.credited,
wallet.debited,
wallet.refunded
flow
enum<string>
required

Monitored money-movement flow.

Available options:
payment_to_wallet,
wallet_to_wallet,
wallet_to_payout
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
amount
string | null

Normalized decimal amount, when present.

currency
string | null

Three-letter ISO currency code, when present.

provider
string | null

Related provider name, when present.

wallet_id
string | null

Related wallet identifier, when present.