Skip to main content

Platform integration

The Global Fraud Policy (GFP) serves as Prove’s comprehensive set of business intelligence for combating fraud across all its products. This policy translates collaborative intelligence—drawn from both Prove’s data and clients’ firsthand fraud experiences. It turns it into a unified output including identification and authentication results with specific failure reason codes designed to maximize pass rates for legitimate consumers while simultaneously mitigating risk. The automated engine that applies the GFP within Prove’s Products and Solutions includes the latest fraud insights, and Prove updates it to account for ever-evolving fraud trends. For every Prove Platform transaction, the Platform generates a result output status based on the GFP. The automated engine assesses a wide array of identity attributes—such as phone tenure and address matching—together with the Prove proprietary risk intelligence. This analysis generates a holistic assessment across four key categories:
  1. Identification - Validates personal details such as name, address, date of birth, and national identifier to confirm an individual’s identity, ensuring the accuracy of provided information.
  2. Authentication - Verifies a person is truly the identity they’re claiming to be in the identification step.
  3. Compliance - The adherence to the appropriate regulatory rules to satisfy minimum requirements for that industry and use case.
  4. Risk - Other risks related to the transaction outside of identification and authentication.
This detailed, multi-faceted output is then seamlessly integrated into the final transaction output for your immediate use under the evaluation object.

Output examples

Following is an example of a successful result output from the v3/complete API:
{
    "success": true,
    "next": {
        "done": "done"
    },
    "evaluation": {
        "authentication": {
            "result": "pass"
        },
        "identification": {
            "result": "pass"
        }
    }
}
Following is an example of a failed result output from the v3/complete API:
{
    "success": false,
    "next": {
        "done": "done"
    },
    "evaluation": {
		"authentication": {
        	"result": "fail",
        	"failureReasons": {
           	 	"9161": "Very short tenure association between phone number and identity.",
            	"9171": "Potential injection attack due to 2 identities both with short tenure association to the phone number.",
            	"9180": "No phone ownership confirmed using 4 elements."
        	}
    	},
    	"identification": {
        	"result": "fail",
        	"failureReasons": {
            	"9001": "Identification is not confirmed using 4 elements."
        	}
    	}
	}
}

Failure reason codes

Failure ReasonCategoryResult Description
9001IdentificationIdentification is not confirmed using 4 elements.
9003IdentificationIdentity is not found
9004IdentificationIdentification is not confirmed using 4 elements with secondary source.
9005IdentificationIdentification is not confirmed using 4 elements with more than 1 source.
9011IdentificationIdentification is not confirmed using less than 4 elements.
9012IdentificationSSN does not match.
9013IdentificationBirth Date does not match.
9014IdentificationName does not match.
9015IdentificationAddress does not match.
9081IdentificationSSN is issued before the birth date.
9082IdentificationAddress is a correctional facility.
9083IdentificationDeceased indicator is present for individual.
9100AuthenticationPhone possession incomplete.
9101AuthenticationPhone number doesn’t match Prove Key. Rebind required.
9131AuthenticationIndicates the phone number is at a higher risk for fraud due to being listed as a non-mobile line on the Override Services Registry (OSR).
9132AuthenticationThis phone number is listed on a public website with the contents of its text messages posted publicly to allow a user to bypass phone possession check controls.
9133AuthenticationThe phone is not trusted based on the SIM Key Trust Score.
9134AuthenticationThe phone is not trusted because it is a non-fixed VoIP number.
9135AuthenticationPotential account takeover (ATO) due to recent SIM Swap under 24 hours.
9136AuthenticationPotential ATO due to recent Port under 24 hours.
9137AuthenticationPotential ATO due to call forwarding enabled for phone number.
9161AuthenticationShort tenure association between phone number and identity.
9162AuthenticationShort tenure association between phone number and identity.
9163AuthenticationPotential recycled phone fraud due to a high number of identities associated to phone number with a newer owner present.
9164AuthenticationPotential recycled phone fraud due to identity having no recent association to phone number and a phone disconnect event is observed after the phone association.
9165AuthenticationPotential recycled phone fraud due to a newer owner observed and a phone disconnect event is observed after the phone association.
9166AuthenticationAddress is a correctional facility.
9167AuthenticationDeceased indicator is present for individual.
9168AuthenticationPerson verification was performed indicating phone ownership is not verified
9171AuthenticationPotential injection attack due to 2 identities both with short tenure association to the phone number.
9172AuthenticationPotential injection attack due to 3 identities all with short tenure association to the phone number.
9173AuthenticationPotential injection attack due to 4 identities all with short tenure association to the phone number.
9174AuthenticationPotential injection attack due to 5 or more identities all with short tenure association to the phone number.
9175AuthenticationNo active identity can be associated with the phone number.
9176AuthenticationThe phone number and identity is strongly associated negative bot activity.
9177AuthenticationNo information can found for the identity or phone number.
9180AuthenticationNo phone ownership confirmed using 4 elements.
9181AuthenticationNo phone ownership confirmed using less than 4 elements
9201ComplianceAnti-Money Laundering (AML) alerts are present for this identity.
9301RiskNo historical behavioral activity.
9302RiskSuspicious large amount recent of activity.
9303RiskUnusual amount of recent carrier phone number change events.
9304RiskSuspicious large amount recent of activity across different identity attributes.