Re-verification configuration
Setup re-verification
To continue interrupted verification in the MetaMap plugin, you should add verificationId
and identityId
as parameters. These should be the verificationId
and identityId
of the interrupted verification.
For example:
MetaMapCapacitor.showMetaMapFlow({ clientId: "YOUR_CLIENT_ID",
flowId: "YOUR_FLOW_ID", metadata: {"identityId": "value","verificationId": "value",}})
Updated about 14 hours ago