- Deborah Cross (Unlicensed) to resolve if 'contract' column in tables is necessary and should be called that. Cross reference return values and remove those tables.
...
greenID has a web service method that returns the verification details for an individual.
...
getVerificationResult can be called at any time after a person has been registered to return the current verification details for a person.
Verification results are returned in a complex SOAP type called RichVerificationResult this RichVerificationResult this structure contains information about whether a person has completed their online verification, and if so, whether the verification was successful, and any changes to the original data supplied that were made during the verification process.
...
Code Block |
---|
VerificationResult getVerificationResult( String customerId, String userId) |
Parameters
...
Name | Type | Required? | Description |
---|---|---|---|
customerId | String 255 Chars | Yes | This parameter is GreenID's identifier for the client application. The value is supplied by GreenID, and must be included with each registration request. |
userId | String 255 Chars | Yes | This parameter is an identifier that the client uses for the individual being verified. GreenID does not use it as an identifier, but in order to easily locate individual's for a particular client application, the userIdis userId is used. This must match a registered userId |
Return Value
Faults
...
- InvalidCustomerIdFault
- UserIdNotFoundFault
- InvalidCertificateException
- SystemFault
...