Verify your customers’ identities using Stripe Identity to reduce risk and fraud
Create a restricted key in your stripe account
Connect Stripe in Supercycle
Add an IP restriction in Stripe
Click Edit key in Stripe and set these permissions
New Step
<your_proxy_url>/verification
on your store. Direct customers to this page by sharing the verification URL.
Optionally, include a ?customer_id=<customer_shopify_id>
url parameter to allow customers to verify without logging in.
{{ shop.url }}/<your_proxy_url>/verification?customer_id={{customer.id}}
Example: <a href="{{ shop.url }}/apps/supercycle/verification?customer_id={{customer.id}}">
Are there other identity verification providers?