Skip to main content
Version: 2.0

Fraudio Data Schema

info

Here is Fraudio's full data schema, containing all of the data fields that we use, along with other useful information such as data type, priority level (by product), field description, and the API Endpoint that uses that field.

The schema is organised by API endpoint, which enables you to quickly locate all relevant fields associated with each endpoint.

User guide

First, select the Fraudio product you're using:

  • Payment Fraud Detection (for issuers)
  • Payment Fraud Detection (for acquirers or payment processors)
  • Merchant-Initiated Fraud Detection, or AML (Anti Money Laundering)

Filtering results

You can then optionally:

  • Filter by API endpoint to show only the fields which relate to that endpoint
  • Filter data fields by priority level
  • Use the search bar to quickly find the information you need
  • Sort by any column you'd like

Data Schema

Select Fraudio product:
Select an API endpoint group...
Select data fields by priority level:
API EndpointFieldData TypePayment Fraud (Acquirer / Processor)Description
Financial Events Screeningevent.<event_type>ObjectRequired
Exactly one event-type payload key on the event (oneOf), e.g. card_network_transaction, wallet_payment, wallet_transfer, dispute, due_diligence. The key names the event kind; its object holds type-specific fields (formerly under details).
Financial Events Screeningevent.idStringRequired
Unique identifier of the event.
Financial Events Screeningevent.timestampDoubleRequired
UTC time of the event as a Unix timestamp (seconds; may be fractional).
Financial Events Enrichmentevents[].<event_type>ObjectRequired
Exactly one event-type payload key on each event (oneOf), e.g. card_network_transaction, wallet_payment, wallet_transfer, dispute. The key names the event kind; its object holds type-specific fields.
Financial Events Enrichmentevents[].idStringRequired
Unique identifier of the event.
Financial Events Enrichmentevents[].timestampDoubleRequired
UTC time of the event as a Unix timestamp (seconds; may be fractional).
Financial Events Enrichmententities[].<entity_type>.timestampDoubleRequired
UTC time at which this entity snapshot was observed / is valid, as a Unix timestamp (seconds; may be fractional).