Integration Hero
Connect™

Payeezy + Kentico Integration

Clarity Connect™ integrates Payeezy with Kentico, automating business processes and data sharing. This robust integration connects your critical business systems to automate order processing, inventory management, and customer data synchronization.

The Challenge

Connecting with Clarity Connect™

Clarity Connect™ links Payeezy and Kentico through automation and data sharing. Integrating these platforms benefits businesses by streamlining processes and connecting front-end and back-end systems.

Considerations when connecting these applications include security, performance, and physical access. We support both SaaS (Cloud) and On-Premises connection types.

Integration Diagram
Solution Illustration
The Solution

Seamless Integration

Our middleware platform ensures robust and reliable data transfer between Payeezy and Kentico.

  • Map custom Kentico Order fields (e.g., 'GiftWrapOption', 'DeliveryInstructions') to Payeezy's metadata fields for enriched transaction data.
  • Sync custom Kentico Customer attributes to Payeezy's customer profiles or external CRM.
  • Define custom payment methods or discount types in Kentico and map their processing logic via Payeezy.
Implementation Timeline

Go live with Payeezy + Kentico in as little as 2–4 weeks.

A proven, repeatable implementation approach that minimizes risk while getting your team to value quickly.

1

Access Enabled

Secure connections established to both Payeezy and Kentico, with credentials and environments confirmed.

2

Configuration & Mapping

Field mappings, business rules, and workflows configured using visual tools and pre-built templates.

3

Go Live

Launch production-ready integration with monitoring, alerting, and support in place—typically within 2–4 weeks.

Time to Value

2–4 weeks

Typical implementation window from access granted to production go-live for most Payeezy + Kentico deployments.

Project Phases

Discovery
Configure & Map
Validate
Launch

Engagement Model

Guided by Clarity experts with your team involved at key milestones.

Comprehensive Solution Details

  • Map custom Kentico Order fields (e.g., 'GiftWrapOption', 'DeliveryInstructions') to Payeezy's metadata fields for enriched transaction data.
  • Sync custom Kentico Customer attributes to Payeezy's customer profiles or external CRM.
  • Define custom payment methods or discount types in Kentico and map their processing logic via Payeezy.

Integration Architecture & Patterns

A modern iPaaS platform forms the core of the Kentico-Payeezy integration, facilitating an event-driven, API-first architecture designed for scalability, security, and low-code manageability.

Data Flow Steps

Event-Driven Architecture: Utilizing webhooks from both systems for real-time synchronization of orders, payments, and refunds.

Canonical Data Model: Defining a standardized data structure within the iPaaS for common entities (Order, Customer, Payment) to ensure consistency across systems.

Request-Reply Pattern: For immediate payment authorizations and captures.

Publish-Subscribe Pattern: For broader distribution of payment events to other systems (e.g., CRM, ERP).

Batch Processing: For non-real-time operations like daily settlement report reconciliation.

Circuit Breaker Pattern: To prevent cascading failures during temporary outages of either Kentico or Payeezy APIs.

Data Touchpoints

Kentico eCommerce Platform: Source of orders, customer data, and content.
Payeezy Payment Gateway: Processes credit card transactions, manages tokens, and generates settlement reports.
iPaaS (Integration Platform as a Service): Central orchestration layer, providing connectors, data mapping, transformation, workflow automation, monitoring, and AI capabilities.
Webhooks: Real-time event notifications from Kentico (new order) and Payeezy (transaction status, chargebacks).
API Connectors: Pre-built or custom connectors for secure, efficient communication with both Kentico and Payeezy APIs.
Secure Credential Vault: For storing API keys, merchant tokens, and other sensitive credentials securely within the iPaaS.
Message Queues/Event Bus: For asynchronous processing and handling high transaction volumes.
Monitoring & Alerting: Centralized dashboards and notification systems within the iPaaS.

"The architecture features Kentico on one side, Payeezy on the other, with the iPaaS acting as the central middleware. Kentico webhooks trigger workflows in the iPaaS, which then interacts with Payeezy's APIs. Payeezy webhooks (or scheduled pulls) update the iPaaS, which then updates Kentico. An ERP/Accounting system is a downstream recipient of financial data from the iPaaS."

Pricing

Simple, transparent pricing for Payeezy + Kentico.

Start with a single integration pair and scale as your business grows—without surprise fees or transaction penalties.

Connect™ Plan

Clarity Connect

$595 /mo

Billed annually • Includes one production integration pair

  • Unlimited transactions and API calls within fair-use limits.
  • Visual workflow designer and reusable mapping templates.
  • Monitoring, alerting, and access to Clarity’s support team.
View full pricing & options
Innovative & Robust

How Middleware Integration Works

Benefits of Integrating Payeezy

Integrating Payeezy fosters greater efficiency and data accuracy. Automate your critical business processes to deliver consistently outstanding results.

Hover over the steps on the right to see detailed integration points.
Data Mapping

Data Entity Mapping

Explore how data flows between systems with intelligent field mapping and transformation logic.

Order

Central to the eCommerce process, representing a customer's purchase in Kentico and initiating payment in Payeezy.

Payeezy Fields

orderId totalAmount currency orderStatus paymentStatus customerId

Kentico Fields

OrderID OrderDate OrderStatus CustomerGUID TotalPrice CurrencyCode PaymentStatus

Mapping Notes

Kentico's OrderID maps to Payeezy's orderId. Kentico's PaymentStatus and OrderStatus are updated based on Payeezy's transactionStatus. TotalPrice and CurrencyCode must be consistent.

Next Steps

See Payeezy + Kentico integration in action.

Explore a guided demo, start a sandbox integration, or speak directly with our solution architects about your specific use cases.

Real-World Applications

Integration Use Cases

Explore how the integration behaves in real business scenarios, with clearly defined steps, outcomes, and execution patterns.

Real-time Order-to-Cash Automation

Orchestrate the complete sales cycle from Kentico eCommerce checkout to immediate payment capture via Payeezy and subsequent ERP order creation, ensuring real-time data synchronization and inventory updates.

Integration Steps:

Business Outcome

Frequency

Implementation Timeline

Go live with Payeezy + Kentico in as little as 2–4 weeks.

A proven, repeatable implementation approach that minimizes risk while getting your team to value quickly.

1

Access Enabled

Secure connections established to both Payeezy and Kentico, with credentials and environments confirmed.

2

Configuration & Mapping

Field mappings, business rules, and workflows configured using visual tools and pre-built templates.

3

Go Live

Launch production-ready integration with monitoring, alerting, and support in place—typically within 2–4 weeks.

Time to Value

2–4 weeks

Typical implementation window from access granted to production go-live for most Payeezy + Kentico deployments.

Project Phases

Discovery
Configure & Map
Validate
Launch

Engagement Model

Guided by Clarity experts with your team involved at key milestones.

Technical Documentation

API Endpoints & Data Logic

Technical details for developers and architects.

Method Endpoint Purpose
POST /v1/payments Process new payment authorizations and captures for Kentico orders.
POST /v1/payments/{transaction_id}/refund Process full or partial refunds for captured Kentico transactions.
POST /v1/security/tokens Generate or manage payment tokens for Kentico recurring billing and card-on-file scenarios.
GET /v1/transactions Retrieve Payeezy transaction history or details for reconciliation with Kentico orders.

Transformation Logic

  • Kentico OrderStatus to Payeezy transactionType mapping (e.g., 'Pending' to 'Authorize', 'Processing' to 'Capture').
  • Payeezy transactionStatus to Kentico PaymentStatus and OrderStatus mapping ('Approved' to 'Paid', 'Declined' to 'Payment Failed').
  • Currency code standardization (e.g., 'USD' from both systems).
  • Address standardization and validation for billing/shipping.
  • Masking or tokenizing sensitive payment data for PCI compliance.
  • Aggregating Payeezy transaction data for ERP General Ledger postings, including fees and chargebacks.

🛡️ Error Handling

  • Payeezy API downtime or network issues leading to failed payment authorizations.
  • Invalid card details submitted by customer on Kentico checkout.
  • Mismatched order IDs between Kentico and Payeezy causing reconciliation problems.
  • Duplicate transaction attempts due to network latency and lack of idempotency.
  • Chargebacks issued by Payeezy requiring immediate action in Kentico/ERP.
Pricing

Simple, transparent pricing for Payeezy + Kentico.

Start with a single integration pair and scale as your business grows—without surprise fees or transaction penalties.

Connect™ Plan

Clarity Connect

$595 /mo

Billed annually • Includes one production integration pair

  • Unlimited transactions and API calls within fair-use limits.
  • Visual workflow designer and reusable mapping templates.
  • Monitoring, alerting, and access to Clarity’s support team.
View full pricing & options
Support & Information

Frequently Asked Questions

Common questions about integration implementation, security, and best practices.

General FAQs

What is the primary benefit of integrating Kentico with Payeezy?
The primary benefit is achieving seamless, real-time payment processing for your Kentico eCommerce store, coupled with automated financial reconciliation. This integration reduces manual effort, accelerates your order-to-cash cycle, enhances security, and improves overall operational efficiency.

Security FAQs

How does this integration handle PCI DSS compliance?
PCI DSS compliance is a top priority. The integration leverages Payeezy's secure tokenization services, ensuring sensitive cardholder data is never stored on your Kentico platform or directly within the iPaaS. All communication uses HTTPS/TLS, and API keys are securely managed in encrypted vaults, significantly reducing your PCI scope.

Workflows FAQs

Can this integration support subscription billing for Kentico products?
Absolutely. By utilizing Payeezy's tokenization capabilities, the integration securely stores payment tokens. Your iPaaS can then initiate recurring charges via Payeezy's API at scheduled intervals, automating subscription renewals and managing the entire lifecycle of subscription payments for your Kentico products.
How are refunds and chargebacks managed between Kentico and Payeezy?
The integration automates refund processing. When a return is initiated in Kentico, the iPaaS triggers a refund request to Payeezy, updating Kentico's order status upon success. For chargebacks reported by Payeezy (via webhooks), the iPaaS can immediately update the relevant Kentico order, notify finance, and initiate dispute resolution workflows.

AI & iPaaS FAQs

What role does AI play in the Kentico-Payeezy integration?
AI significantly augments the integration by enhancing fraud detection through real-time anomaly analysis of Payeezy transactions, intelligently suggesting data mappings for complex fields, automating exception handling (e.g., suggesting resolutions for failed payments), and improving financial reconciliation by identifying discrepancies faster.

Technical FAQs

Is the integration real-time or batch-based?
The integration is primarily event-driven and real-time for critical workflows like payment processing, order status updates, and customer synchronization, leveraging webhooks from both Kentico and Payeezy. For non-time-sensitive operations like daily settlement report reconciliation, batch processing is used to optimize performance.

iPaaS & Low-Code FAQs

How does low-code/no-code help with this integration?
Low-code/no-code tools within the iPaaS empower business users and citizen integrators to design, customize, and manage Kentico-Payeezy workflows using visual drag-and-drop interfaces. This drastically accelerates development cycles, reduces reliance on IT, and allows for quick adaptation to evolving business needs without extensive coding.

Data Management FAQs

Can I synchronize customer data between Kentico and Payeezy?
Yes, the integration ensures a unified customer profile. Kentico customer details (name, email, address) can be synchronized to Payeezy for transactions and tokenization. The iPaaS handles deduplication and ensures consistent customer IDs across both platforms, contributing to a comprehensive Customer 360 view.
Implementation Timeline

Go live with Payeezy + Kentico in as little as 2–4 weeks.

A proven, repeatable implementation approach that minimizes risk while getting your team to value quickly.

1

Access Enabled

Secure connections established to both Payeezy and Kentico, with credentials and environments confirmed.

2

Configuration & Mapping

Field mappings, business rules, and workflows configured using visual tools and pre-built templates.

3

Go Live

Launch production-ready integration with monitoring, alerting, and support in place—typically within 2–4 weeks.

Time to Value

2–4 weeks

Typical implementation window from access granted to production go-live for most Payeezy + Kentico deployments.

Project Phases

Discovery
Configure & Map
Validate
Launch

Engagement Model

Guided by Clarity experts with your team involved at key milestones.

Pricing

Simple, transparent pricing for Payeezy + Kentico.

Start with a single integration pair and scale as your business grows—without surprise fees or transaction penalties.

Connect™ Plan

Clarity Connect

$595 /mo

Billed annually • Includes one production integration pair

  • Unlimited transactions and API calls within fair-use limits.
  • Visual workflow designer and reusable mapping templates.
  • Monitoring, alerting, and access to Clarity’s support team.
View full pricing & options
Next Steps

See Payeezy + Kentico integration in action.

Explore a guided demo, start a sandbox integration, or speak directly with our solution architects about your specific use cases.