Capture customers’ credit card using Stripe to reduce risk and fraud by being able to charge the card.
Connect Stripe
Configure Risk Settings
{{ shop.url }}/<your_proxy_url>/verification?customer_id={{customer.id}}
Example code:
<your_proxy_url>/verification
on your store. Direct customers to this page by sharing the verification URL.
Example:https://mystore.com/apps/supercycle/verification
Optionally, include a ?customer_id=<customer_shopify_id>
URL parameter to allow customers to verify without logging in.
Can I automatically vault the card from the checkout?