Home
Home
  1. πŸ“‚ Resources
  • πŸš€ Getting Started
  • πŸ”Ž Screening API
    • Overview
    • Blacklist Matching Logic
    • πŸ“‘ Endpoints
      • Blockchain Analysis
      • Individuals Analysis
      • Organizations Analysis
      • Screening Entities Summary Analysis
      • Create BlackList
      • Get All BlackList Records
      • Get Blacklist Record by ID
      • Delete Blacklist Record by ID
      • Update Blacklist Record by ID
      • Update Blacklist Settings Account
  • 🌊 Flow API
    • Overview
    • Flow Step: Identity Verification
    • Flow Step: Onboarding Individual
    • Flow Step: Onboarding Organization
    • πŸ“‘ Endpoints
      • Authentication token
      • Get Flow Instances
      • Get Flow Instance By Id
      • Get File from Flow Instance
      • Identity: Get Details
      • Identity: Get Files
      • Identity: Update Status
      • Onboarding: Get Details
      • Onboarding: Get File
      • Onboarding: Get Multiple Files
      • Onboarding: Update Status
      • Onboarding: Get Entity by document number
      • Onboarding: Get Entity List by document number
    • πŸ“€ Webhooks
      • Overview
      • Flow
      • Identity Verification
      • Onboarding Individual
      • Onboarding Organizations
      • Identity Verification by Onboarding
  • πŸ’ΈTransaction Screening API
    • πŸ”‘ Authentication
    • Overview
    • Transaction Analysis
    • Monitoring & History
    • Document Types
    • Supported Currencies
    • Diagram
    • πŸ“€ Webhooks
    • πŸ“‘ Endpoints
      • Submit Transaction
      • List Transactions
      • List Document types
      • List Cryptocurrencies
      • Register remitter
      • Register Beneficiary
  • πŸ“‚ Resources
    • Concept Details
    • Enum Validation
Home
Home
  1. πŸ“‚ Resources

Enum Validation

Enums#

Here you will find information about the enums used in the API and how to validate the allowed values.
Enums are predefined sets of values that represent specific options or categories.
Use this page as a reference to identify the available enums and the accepted values for each one. Make sure to use the correct values when making requests to the corresponding endpoints.

Transaction Types#

FIAT: Currency issued by a central authority.
CRYPTO: Decentralized and encrypted digital currency.

Person Types#

PERSON "Individual": Refers to a natural person.
COMPANY "Business": Refers to a legal entity.
CRYPTO "Cryptocurrency": Refers to a cryptocurrency.

Gender Types#

MALE: Male.
FEMALE: Female.
UNSPECIFIED: Unspecified gender.

Transaction Statuses#

PROGRESS "In Progress": Transaction is currently under analysis.
COMPLETED "Completed": Transaction analyzed with no matches found.
REJECTED "Rejected": Transaction rejected during analysis.
COMPLIANCE "Compliance": The client exceeded the threshold previously set by the company.
EVALUATION "Evaluation": Operator verification of the analysis is required.
CANCELLED "Cancelled": Transaction cancelled by the operator.
Modified atΒ 2025-04-04 01:43:28
Previous
Concept Details
Built with