Source: factory.service/package.core/ObjServiceSAFPS.py
SAFPS fraud prevention service.
Integrates with the Southern African Fraud Prevention
Service (SAFPS) API to check ID numbers against fraud
incident databases.
...
| Method | Signature | Description |
|---|---|---|
| check_fraud | check_fraud(id_number: str, cell_number: str = '') -> dict |
Check an ID number against SAFPS. |
| detailed_search | detailed_search(id_number: str) -> list[dict] |
Run a V3 DetailedObjectSearch. |
| process | process(context: dict) -> dict |
Workflow entry point for SAFPS fraud check. |
| run_workflow_direct | run_workflow_direct(guid: str, param1: str = '', param2: str = '', param3: str = '') -> str |
Legacy workflow direct entry point. |
| Connect | Connect() |
Legacy Connect interface. |
| Send | Send() |
Legacy Send interface. |
Check an ID number against SAFPS.
Run V3 DetailedObjectSearch.
Test SAFPS OAuth2 login.