verification

Stores consumer info more permanently

Only for verifications with Remember Me enabled. After verification success, this endpoint can be used to determine what fields were collected during verification so that the consumer can be informed about which fields will be saved should they elect to have their information stored for future verifications. This is often followed by a POST to /verification/{verificationId]/rememberConsumer

get/verification/{verificationId}/rememberMeCallToAction

Path parameters

verificationIdstring required

Unique identifier for the verification

Response

The request has been accepted.

verificationIdstring required

The unique ID for the verification.

alreadyRememberedboolean required

Indicates whether the consumer is already in our Remember Me database.

Changes