Petly Plans is IDEXX's preventive care software that lets veterinary practices build, sell, and manage monthly-payment wellness plans that sync to their practice management system. An unofficial API lets you programmatically pull wellness plans, enrolled patients and clients, plan templates, scheduled payments, and compliance activity—and push updates like new enrollments, plan changes, and payment processing back into Petly Plans.

Petly Plans is IDEXX's preventive care software that lets veterinary practices automate, manage, and monitor monthly-payment wellness plans. Practices bundle routine services—vaccinations, dental care, and early-detection diagnostic testing—into a discounted annual plan, and clients pay a fixed monthly amount instead of a lump sum. The software syncs directly with the practice management system for seamless plan management and automated monthly billing.
Core capabilities include:
Common data entities:
Practices run wellness-plan billing and compliance on Petly Plans every day, but turning its portal-driven workflows into API-driven automation is non-trivial:
Supergood reverse-engineers the authenticated Petly Plans web application to deliver a resilient API layer over your practice's wellness-plan data—enrollments, payment schedules, redemptions, and compliance—without waiting on a public API.
Use Petly Plans with AI agents: Petly Plans MCP Server →
Book a 30-minute session to confirm your plans, payment gateway, and practice management software setup.
We deliver a production-ready Petly Plans adapter tailored to your plan templates and enrollment workflows.
Go live with continuous monitoring and automatic adjustments as Petly Plans evolves.
Authentication
/authenticateAuthenticate to a Petly Plans practice account using username/password, or MFA, and obtain a session token for downstream calls.
Plans
/plansList wellness plans and plan templates configured for the practice, including service bundles, pricing tiers, and status.
Enrollments
/enrollmentsRetrieve enrolled patients and clients with plan membership, start date, renewal status, and compliance activity.
Enrollments
/create_enrollmentEnroll a patient and client in a wellness plan, attaching the selected plan template and stored payment method.
Payments
/paymentsPull payment schedules, processed monthly payments, and ACH/card transaction history across enrollments.
Payments
/process_paymentProcess or retry a scheduled monthly payment for an enrollment through the practice's payment gateway.
- Pull active wellness plans, plan templates, and pricing into a central warehouse or reporting tool - Stream new enrollments, renewals, and cancellations to downstream CRM and marketing systems - Reconcile patient and client records between Petly Plans and the practice management system
- Sync monthly payment schedules and processed transactions into accounting and AR tools - Surface failed or delinquent payments to retention and follow-up workflows - Match card and ACH activity against plan memberships for clean reconciliation
- Pull redeemed services and compliance records to measure plan utilization - Flag patients overdue for plan-covered services to client outreach systems - Report on plan ROI and compliance across the practice without portal clicks
- Expose plan, enrollment, and payment data to AI assistants through a normalized API - Answer staff questions about a client's plan status and upcoming payments - Trigger enrollment and renewal actions from agent workflows
Authentication
Username/password and MFA handled in a managed session
Connectivity
Authenticated browser flows over the Petly Plans web application
Response format
Normalized JSON across Plans, Enrollments, Payments, and Compliance objects
Rate limits
Adaptive throttling tuned to your practice account to avoid portal-side limits
Session management
Automatic session refresh, MFA replay handling, and credential rotation
Data freshness
Near real-time pulls for enrollments and payments with optional scheduled batch syncs
Security
Encrypted credential vault, scoped access tokens, SOC 2-aligned controls, and audit logging
Webhooks
Event-style callbacks for new enrollments, payment results, renewals, and cancellations
Latency
Sub-second reads on cached entities; multi-second writes when posting enrollments and payments
Throughput
Horizontally scaled workers sized to practice and multi-location plan volume
Reliability
Retry, backoff, and idempotency keys for enrollment changes and recurring payment runs
Adaptation
Continuous monitoring of Petly Plans releases and per-practice configuration drift
Petly Plans is a hosted web application without a documented, self-serve public API for third parties. Supergood creates a resilient API layer over the authenticated application so you can integrate plan, enrollment, and payment data programmatically.
Yes. Petly Plans syncs with systems like ezyVet, Cornerstone, DVMAX, AVImark, Infinity, Intravet, and ClienTrax. Supergood normalizes the plan and enrollment data so you can reconcile it against whichever PMS your practice runs.
Yes. Payment schedules, processed monthly payments, and card/ACH transaction history are exposed through the normalized API, so you can reconcile billing and surface failed or delinquent payments in your own tools.
Each account is profiled against its configured plan templates, service bundles, and pricing tiers. Supergood preserves your practice-specific fields and plan structure rather than forcing a generic schema.
Yes. Credentials are stored in an encrypted vault with scoped access tokens and audit logging. Supergood reads data through your authenticated session and does not store cardholder data outside the existing PCI-compliant gateway.