- To get started, sign in to https://dashboard.stripe.com
- Click on Developers on the top right hand corner and proceed to create an API Key
- Copy the publishable key and send that information to support@sofiac.us
- On the same page, create a restricted key and set up the following permissions
- Ephemeral keys: Write
- Files: Read
- Checkout Sessions: Write
- Verification Sessions and Reports: Write
- Access recent detailed verification results: Read
- Copy the restricted key token and send that information to support@sofiac.us
- Click on webhooks and click Add endpoint
- 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.
- Version should be set to 2022-11-15
- Listen for the following events:
- identity.verification_session.canceled
- identity.verification_session.created
- identity.verification_session.processing
- identity.verification_session.redacted
- identity.verification_session.requires_input
- identity.verification_session.verified
- 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
