Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

 

 

...