Recurring payments with plans and subscriptions

North America—United States and Canada

The Clover recurring payments feature is supported by the Plan and Subscriptions APIs. Merchants and developers can set up automated, recurring charges at various intervals, including monthly and weekly. This supports both:

  • Fixed-term payments—Ideal for installment plans, such as a six-month payment schedule.
  • Ongoing subscriptions—Designed for continuous services, like streaming platforms. The Clover system automatically generates and processes invoices on the scheduled billing dates.

Recurring payments configuration

Recurring payment configuration allows merchants to create plans and subscriptions.

  • Plans—Use the Plans API to create multiple plans for merchants. You can define billing cycles and amounts for recurring payments.
  • Subscriptions—Use the Subscriptions API to associate customers with specific plans, including billing details, start dates, and intervals.

Get started

Recurring payments API—Configure Plans

Facilitates the creation and management of recurring payment plans for merchants, enabling them to offer subscription-based services to their customers.

Recurring payments API—Configure Subscription

Allows merchants to create and manage subscriptions through their Clover Merchant Dashboard. You can use the Subscriptions API to create, retrieve, edit, and cancel and delete subscriptions.


How it works

Key features

  • Set the payment date—Specify the date when a payment is sent.
  • Change the payment interval—Adjust intervals after creating a plan. For example, a monthly payment starting on February 1 will continue on the 1st of each subsequent month.
  • Deactivate plans and subscriptions—Cancel a plan or subscription without deleting it.

Save card-on-file for customers

You can securely save a customer’s card details on file—with their consent—for scheduled or recurring payments. This process requires an OAuth token, merchantId, customerId, and a card token to be used as the source.

  • Generate card token to save COF: You can generate card tokens in two ways:
    • Clover Ecommerce APIs—Generate an OAuth token for authorization and a PAKMS key to create a card token. This token is then used as the source when saving a card-on-file (COF) record for a customer. This method offers flexibility but requires strict PCI DSS compliance.
    • Clover iframe—Embed a customizable iframe into your app or ecommerce site to securely transmit card data directly to Clover servers. This approach significantly reduces the PCI compliance burden for merchants.
  • Automated notifications—When a card-on-file is saved, the Clover automated notification system sends email and SMS alerts to the cardholder for upcoming charges, failed payments, and subscription renewals.
  • Card-on-file removal on request—Cardholders can request deletion of their saved card data from Clover systems.
  • External token management—If not using automated flows from Clover, you can manage multi-pay tokens and customer data externally, including customer profiles, stored credentials, and payment details. For more information. For more information, see Use external multi-pay tokens with Clover Ecommerce APIs.

Quick steps to create recurring plans and subscriptions for the plans

StepActionEndpoint/DashboardREST API usedDescription
1.Generate a merchant-specific API token or OAuth expiring access_token .Merchant DashboardPlatformUse the public and private keys to build a single merchant solution, or obtain an OAuth token for authorizing your app integration for multiple merchants or businesses.
2.Create a plan/recurring/v1/plansPlatformDefine a plan with a billing cycle and amount for a merchant.
3.Generate an Ecommerce API key (PAKMS key)/getapikeyEcommerceUse the Ecommerce API token to generate a PAKMS key to identify the merchant during card tokenization.
4.Create a card token/v1/tokensEcommerceGenerate a card token using customer card details to use as the source to create a card-on-file (COF).
5.Save a card-on-file (COF) for a customer./v1/customersEcommerceSave the card token to the customer's profile. This is used as the source to charge the subscription.
6.Create a subscription/recurring/v1/plans/ {planId}/subscriptionsPlatformCreate a subscription associating the customer with the plan.

Restrictions

Recurring payment configurations and related APIs are not available for Health Insurance Portability and Accountability Act (HIPAA) merchants.


Watch video: Recurring payments

Watch Learn

In this video, learn:

  • How to define, create, edit and delete plans for recurring payments.
  • How to create subscriptions for plans.