Double PIN becomes an authorisation checkpoint
When a user tries to perform a sensitive action in a third-party system, that system calls the Double PIN API. Double PIN generates PIN₂, delivers it through the configured channel, and waits for the user to enter PIN₂. The third-party system then verifies the result before allowing the protected action to complete.
This means the third party does not need to redesign its entire application. It only needs to insert an API-based authorisation step at the point where extra security is required.
Third-Party App
Detects a sensitive action that requires PIN₂ approval.
Double PIN API
Creates the authorisation request and manages PIN₂ verification.
Action Approved
The third-party system completes the action only after successful authorisation.