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.

1

Connect Stripe

Navigate to Settings > Integrations in Supercycle and link your Stripe account.

2

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:

<hr>
<h2>Important: Complete your order verification</h2>
<p>To help prevent fraud and ensure the security of your purchase, please enter your card details to complete the verification process. We may also charge this card if the item is not returned in accordance with our return policy.</p>
<p><a href="{{ shop.url }}/apps/supercycle/verification?customer_id={{customer.id}}">Complete verification</a></p>
<hr>

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.


Vaulting FAQs