Card vaulting
Capture customers’ credit card using Stripe to reduce risk and fraud by being able to charge the card.
Card vaulting is currently in beta. Reach out to support, we can enable this for you.
Enable card vaulting
Set up card vaulting by connecting your Stripe account and configuring risk settings in Supercycle.
Connect Stripe
Navigate to Settings > Integrations in Supercycle and link your Stripe account.
Configure Risk Settings
Go to Settings > Risk and enable credit card verification.
Updating order notifications and checkout completion
You can add the following link to Shopify order notifications or the order thank you page:
{{ shop.url }}/<your_proxy_url>/verification?customer_id={{customer.id}}
Example code:
Vaulting actions
Request verification from your customer
Supercycle automatically creates a verification page at <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.
To quickly share a verification link, go to a customer’s profile in Supercycle, click the ”…” menu, and select Copy verification URL.
Check customer verification status
Check a customer’s verification status directly on their profile page in Supercycle.
Charge the customer’s vaulted stipe card
Currently, charges are done via Stripe.
To charge a customer’s card, click on the vaulted card on the customer profile under Risk. This takes you to Stripe, where you can create a payment to charge their card.