Configuring Payment Page with the Save Card Option

You can offer customers the option to securely save their card information for future purchases using our vault.

To configure the save card option for the payment page:

1

Copy the following example code.

<script>
       Clearent.setProperty("show-save-card-option", true);
       Clearent.payButton({"amount": "64.50"});
</script>
2

Paste it into your web page.

The Save this card for future use option appears on the payment page. It includes a checkbox to select and store card information during a transaction.

Your customer can enter their desired text in the Card description field when saving their card information.

You can also provide the option for customers to add a payment method on your payment page, allowing them to use it for future payments. See Configuring the Add Payment Method Button for more information.

Last updated

Was this helpful?