Set up Stripe Identity Credentials

Learn how to easily set up your Stripe Identity credentials to verify your customers' identities and increase security for your online transactions.

  1. To get started, sign in to https://dashboard.stripe.com
  2.  Click on Developers on the top right hand corner and proceed to create an API Key
  3.  Copy the publishable key and send that information to support@sofiac.us
  4. On the same page, create a restricted key and set up the following permissions
    1. Ephemeral keys: Write
    2. Files: Read
    3. Checkout Sessions: Write
    4. Verification Sessions and Reports: Write
    5. Access recent detailed verification results: Read
  5. Copy the restricted key token and send that information to support@sofiac.us
  6. Click on webhooks and click Add endpoint
    1. Endpoint URL should be https://rgw.cloud.sofiac.net/stripe/identity?chainCode={chainCode}. Please update the {chainCode} with your chainCode. If you do not know your chainCode, please reach out to support.
    2. Version should be set to 2022-11-15
    3. Listen for the following events: 
      1. identity.verification_session.canceled
      2. identity.verification_session.created
      3. identity.verification_session.processing
      4. identity.verification_session.redacted
      5. identity.verification_session.requires_input
      6. identity.verification_session.verified
  7. Once you create the endpoint, click on the endpoint and reveal the signing secret. Copy the signing secret and send that information to support@sofiac.us


 

 

 

Was this article helpful?