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:
| API Endpoint | Field | Data Type | Payment Fraud (Acquirer / Processor) | Description |
|---|---|---|---|---|
| Financial Events Screening | event.<event_type> | Object | Required | 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 Screening | event.id | String | Required | Unique identifier of the event. |
| Financial Events Screening | event.timestamp | Double | Required | UTC time of the event as a Unix timestamp (seconds; may be fractional). |
| Financial Events Enrichment | events[].<event_type> | Object | Required | 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 Enrichment | events[].id | String | Required | Unique identifier of the event. |
| Financial Events Enrichment | events[].timestamp | Double | Required | UTC time of the event as a Unix timestamp (seconds; may be fractional). |
| Financial Events Enrichment | entities[].<entity_type>.timestamp | Double | Required | UTC time at which this entity snapshot was observed / is valid, as a Unix timestamp (seconds; may be fractional). |