Billing Plans
Overview
Billing plans eliminate the need to manage your own cron job scheduler. Simply configure the payment frequency, and our system automatically processes payments on schedule by initiating authorization requests to the gateway using tokenized payment data stored in your Vault.
This gives you complete control over recurring payments through a simple API integration.
Important Security & Compliance Notes
PCI DSS Compliance
Never store Card Verification Value (CVV) data. Storing CVV data violates PCI DSS standards and is prohibited for both gateways and merchants, including for recurring billing purposes.
Cardholder Consent Required
Before establishing recurring billing or storing payment information for future use, you must:
- Obtain explicit cardholder consent
- Comply with all requirements in Card on File processing
How It Works
Setting up a billing plan involves three key steps: tokenizing payment data, configuring your plan details, and creating the plan via API.
Before you begin: Ensure you comply with card brand requirements for obtaining consent to store and reuse cardholder data. See the Card on File section for detailed information.
Step 1: Tokenize and Store Payment Data
First, securely tokenize the customer’s payment data and store it in a Vault using one of these methods:
Option A: Using runner.js
Render a hosted iFrame tokenizer with runner.js, retrieve the generated token, and store it as a Vault by including vault: "Y" in your subsequent charge request.
Option B: Using the API directly
Call the Create Vault Payment Account endpoint to create a new Vaulted Payment Method.
Step 2: Configure Your Billing Plan
You’ll need the following information to create your billing plan:
Step 3: Create the Billing Plan
Make a POST request to the Create Billing Plan endpoint with your configuration:
Request
Response