Fintech and remittance services are subject to strict Anti-Money Laundering (AML) and Know Your Customer (KYC) regulations. Regulatory guidelines typically require at least 2 overlapping verification methods for remote account opening.Documentation Index
Fetch the complete documentation index at: https://developers.argosidentity.com/llms.txt
Use this file to discover all available pages before exploring further.
Key requirements
| Item | Requirement |
|---|---|
| Key regulations | AML/KYC laws (Anti-Money Laundering) |
| Required verification | ID + selfie liveness |
| Security level | Highest (financial transaction level) |
| Liveness | Active mode (fraud prevention) |
| AML | Required (Sanctions/PEP/Adverse Media) |
| Data retention | ID documents and records for 5+ years |
Required settings checklist
Authentication method settings
| Setting | Recommended value | Rationale |
|---|---|---|
| ARGOS score threshold | 70 points (conservative) | Apply strict auto-approval criteria |
| ID recognition guarantee mode | ON | Only allow OCR-readable IDs |
| Universal ID support | ON | Support various IDs for international customers |
Configure KYC process
ID forgery prevention settings
| Setting | Recommended value | Rationale |
|---|---|---|
| MRZ check | ON (name threshold 85) | Cross-verify passport MRZ information |
| ID liveness | Retry (screen replay, paper printout) | Block forged IDs |
| Streaming capture only | ON | Block gallery uploads, verify physical possession |
Configure anti-fraud settings
Biometric (selfie) settings
| Setting | Recommended value | Rationale |
|---|---|---|
| Selfie process | ON (threshold 85) | ID-selfie comparison |
| Selfie liveness | Active mode (≥85) | Defend against deepfake/spoofing attacks |
| Face deduplication | ON (reject on duplicate) | Prevent same person creating multiple accounts |
Additional verification settings
| Setting | Recommended value | Rationale |
|---|---|---|
| Government data verification | ON | Verify national ID, driver’s license, passport, residence permit authenticity |
| Proxy & VPN detection | ON | Block suspicious IP connections |
AML settings
| Setting | Recommended value | Rationale |
|---|---|---|
| AML Watch list filtering | ON (threshold 90-93) | UN, OFAC sanctions list and PEP screening |
| AML Ongoing Monitoring | ON | Immediate detection when added to sanctions list after signup |
| Full date of birth match | ON | Prevent false positives from namesakes |
Configure AML settings
Personal data handling settings
| Setting | Recommended value | Rationale |
|---|---|---|
| National ID number collection | Allow collection | Financial companies may need full national ID numbers per tax law |
| Masking removal | ON if needed | Configure to receive encrypted original data in backend transmission |
Recommended settings summary
Webhook integration
Required webhook events| Event | Action |
|---|---|
submission.approved | Approve account opening |
submission.rejected | Reject account opening |
aml.match | Immediately freeze transaction + alert compliance team |
aml.monitor.changed | Review account when ongoing changes detected |