Configuration

To use Persona we need some variables that can be obtained in your Persona Dashboard.

First, you need to create an API key. Click on this link to create one.

Persona > Dashboard > API Keys

Now let's create a webhook where all events that are set up in person are listened to.

Persona > Dashboard > Webhook

Once the webhook has been created and the events to be listened for have been configured, you must copy the webhook secret.

Persona > Webhook Details

After this configuration, you will have everything needed to complete the information of the following environment variables.

PERSONA_API_KEY=<YourApiKey>
PERSONA_VERSION=<YourVersion>
PERSONA_WEBHOOK_SECRET=<YourWebhookSecret>

You must create an inquiry at inquiries > templates and then you must copy the id of the verification at verifications > templates.

Persona Dashboard. > verifications > templates

Last updated

Was this helpful?