DolphyFin
Build with DolphyFin
DEVELOPERS HUB

Integrate trust checks in under 5 minutes.

Access 100+ API endpoints, software SDK modules, webhook triggers, and testing sandbox keys to configure verification rules.

# Install DolphyFin client package

npm install @dolphyfin/client

# Initialize validation node client

const dolphy = new DolphyClient("df_sandbox_key_992");

const response = await dolphy.identity.verify({

"type": "pan",

"number": "ABCDE1234F"

});

ESC