EFL

EFL Leasing – PHP SDK & Ecommerce Plugins

Integrate leasing and financing into your online store. Use our PHP SDK for custom integrations or choose a ready-made plugin for your ecommerce platform.

StartLeasingController.php
public function __invoke(): void
{
    $token = $this->efl->getAuthToken($this->partnerId);
    $positiveUrl = 'https://shop.example.com/efl/return/success';
    $negativeUrl = 'https://shop.example.com/efl/return/failure';

    $redirectUrl = $this->efl->startProcess($positiveUrl, $negativeUrl, $token);
    header('Location: ' . $redirectUrl, true, 302);
    exit;
}

How this documentation is organised

This site focuses on two main areas: the PHP SDK for custom integrations and ready‑made ecommerce plugins for specific platforms. Use the sections below to understand how the pieces fit together.

    PHP SDK and API

    Learn how to authenticate, create offers and applications, handle redirects and work with the EFL Leasing API using the PHP SDK.

    Ecommerce integrations

    See how to install, configure and update official plugins for PrestaShop, WooCommerce and Shoper, and how they use the same SDK under the hood.

    Guides and examples

    Follow step‑by‑step guides, environment setup instructions and code examples that show common integration scenarios in real applications.

Platform support

You can start with a ready-made ecommerce integration or build a custom flow on top of our PHP SDK. Pick your platform below to open the dedicated documentation.

    PrestaShop Module

    Native PrestaShop module that adds EFL Leasing as a payment method in your checkout and product pages. Configure limits, terms and display settings directly from your back office.

    WordPress / WooCommerce Plugin

    WordPress plugin for WooCommerce that lets customers apply for leasing directly from the cart or product page. Supports multiple product types, checkout widgets and custom themes.

    Shoper App

    Native Shoper application that integrates EFL Leasing with your store’s checkout and product catalogue. Enable EFL Leasing in a few clicks and manage configuration from the Shoper.

    Custom Integration

    Use our PHP SDK to build integrations for any platform or custom ecommerce solution – from bespoke storefronts to marketplace backends and internal sales tools.

Ready to integrate?

Explore our documentation and PHP SDK to add leasing to your ecommerce store.